Diff psybnc-2.3.2.9-r4 with a psybnc-2.4.3

/usr/portage/net-irc/psybnc/psybnc-2.4.3.ebuild 2023-10-09 14:52:34.464368476 +0300
1 1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit toolchain-funcs
7 7

  
......
10 10

  
11 11
DESCRIPTION="A multi-user and multi-server gateway to IRC networks"
12 12
HOMEPAGE="http://www.psybnc.at/index.html"
13
SRC_URI="http://www.psybnc.at/download/beta/psyBNC-${MY_PV}.tar.gz"
13
SRC_URI="http://psybnc.org/download/psyBNC-${PV}.tar.gz"
14 14
S="${WORKDIR}"/${PN}
15 15

  
16 16
LICENSE="GPL-2"
......
27 27
RDEPEND="${DEPEND}"
28 28

  
29 29
PATCHES=(
30
	"${FILESDIR}"/${PN}-2.3.2.9-compile.patch
31
	"${FILESDIR}"/${PN}-2.3.2.9-ldflags-fix.patch
30
	"${FILESDIR}"/${PN}-2.4.3-Fix-build-with-Clang-16.patch
32 31
)
33 32

  
34 33
src_unpack() {
......
112 111
		newinitd "${FILESDIR}"/psybnc.initd psybnc
113 112
	fi
114 113

  
114
	if use scripting ; then
115
		dodoc SCRIPTING
116
	fi
117

  
115 118
	newconfd "${FILESDIR}"/psybnc.confd psybnc
116 119

  
117
	dodoc CHANGES FAQ README SCRIPTING TODO
120
	dodoc CHANGES FAQ README TODO
118 121
	docinto example-script
119 122
	dodoc scripts/example/DEFAULT.SCRIPT
120 123
}
Thank you!