From 7f0ccc917c7abe6223784c703d86cd14755691fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 3 Jul 2021 22:39:47 +0100 Subject: gentoo resync : 03.07.2021 --- net-irc/bnc/Manifest | 2 +- net-irc/bnc/bnc-2.9.4-r1.ebuild | 46 ----------------------------------------- net-irc/bnc/bnc-2.9.4-r2.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 net-irc/bnc/bnc-2.9.4-r1.ebuild create mode 100644 net-irc/bnc/bnc-2.9.4-r2.ebuild (limited to 'net-irc/bnc') diff --git a/net-irc/bnc/Manifest b/net-irc/bnc/Manifest index 356b5cf4121f..3f14f31e684f 100644 --- a/net-irc/bnc/Manifest +++ b/net-irc/bnc/Manifest @@ -1,5 +1,5 @@ AUX bnc-2.9.3-64bit.patch 402 BLAKE2B 1221f1dfef7f1c8d5c1815ec61c859882bba466cba1e9f4a3a30dda3d22024105c5a25bf9ea9ec0d46d46abfe0549082316c17b2ab55dd876d4e27fbf9abe870 SHA512 e257416b88fa147ab532389893ecbf3ee5c47a3680bf8c3c54fb03408fb97b04ffd01222ce8e6c0a1257f9618c18dd95f3eb1799ae3a83922617a630b557604f AUX respect-cflags-ldflags.patch 2766 BLAKE2B dff6f29ca5bce13a033c261375463c3b5081f58b0724f48dc1400ea5845ed3d477f2fb6ad025b68f7f98aafd266e8eb5a60921880738c5e99dd80230c7233c96 SHA512 2b865f67d1999cc7c5ab85c828b8d442906306df23f48fdff17ffb7e7f4f5279a5f0aed0acce3708b558b4cd2e7d7885a585b0cae06b2a78425430ee786362ed DIST bnc2.9.4.tar.gz 76896 BLAKE2B fcb09e8c75986d51f69fa4b75458c95419da90789a81b5dbb2504f876d610ed72eb6a15aaae5b18eee03b77a7e374f4f88dc73b67e0daf20cb59d48a5a2dc77a SHA512 131c25624c2a72494f900c6247e5569df48700223664487944ac42b0d892ea62f7d0e67a9ba4609cd936718365075c428e756074e349e1e041186c43cd16da23 -EBUILD bnc-2.9.4-r1.ebuild 969 BLAKE2B 943dc068150632a61356c60c0931754d98a0d1c35448dba3fa4ac8abc0763e64b29634c9253a3a03a680e80ab56c21e82b9bd78e84650066b4ba89cfa0e9fea3 SHA512 896e3a43c35d37c1654c2cdde8f5250da77bc6235e92bf37042671d6483e0827dac2841adce7519312e9ffb3fde71a99308de927f67b705e506b2b03e7bff3a2 +EBUILD bnc-2.9.4-r2.ebuild 988 BLAKE2B 8b68ec4f25f019e95bd7b94ab88763b4d24971705f27852489b359a742fe0a294fe5a0a3b9f360c79b50a0dd270b6e74cb2432237010d419cde3a851f9cd407a SHA512 5b63eb9d40b17b781302c91e1eb7492b2fcf862f137c4e87a3d366e6c178473e38760bea66bda01ce7f033eaf8dabef02abd9e17fa81f95494d7b495abbb4057 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/net-irc/bnc/bnc-2.9.4-r1.ebuild b/net-irc/bnc/bnc-2.9.4-r1.ebuild deleted file mode 100644 index c59d47de39eb..000000000000 --- a/net-irc/bnc/bnc-2.9.4-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="${P/-/}" -DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" -HOMEPAGE="http://gotbnc.com/" -SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc ppc64 ~s390 sparc x86" -IUSE="ssl" - -DEPEND="ssl? ( dev-libs/openssl:0= )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}/respect-cflags-ldflags.patch" - "${FILESDIR}/${PN}-2.9.3-64bit.patch" -) - -src_prepare() { - default - sed -i -e 's:./mkpasswd:/usr/bin/bncmkpasswd:' bncsetup \ - || die 'failed to rename mkpasswd in bncsetup' -} - -src_configure() { - econf $(use_with ssl) -} - -src_install() { - default - mv "${ED}"/usr/bin/{,bnc}mkpasswd \ - || die 'failed to rename the mkpasswd executable' - dodoc example.conf motd -} - -pkg_postinst() { - einfo 'You can find an example motd/conf file here:' - einfo " /usr/share/doc/${PF}" -} diff --git a/net-irc/bnc/bnc-2.9.4-r2.ebuild b/net-irc/bnc/bnc-2.9.4-r2.ebuild new file mode 100644 index 000000000000..15f92bbc17b2 --- /dev/null +++ b/net-irc/bnc/bnc-2.9.4-r2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="${P/-/}" +DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" +HOMEPAGE="http://gotbnc.com/" +SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm ppc ppc64 ~s390 sparc x86" +IUSE="ssl" + +DEPEND="virtual/libcrypt:= + ssl? ( dev-libs/openssl:0= )" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/respect-cflags-ldflags.patch" + "${FILESDIR}/${PN}-2.9.3-64bit.patch" +) + +src_prepare() { + default + sed -i -e 's:./mkpasswd:/usr/bin/bncmkpasswd:' bncsetup \ + || die 'failed to rename mkpasswd in bncsetup' +} + +src_configure() { + econf $(use_with ssl) +} + +src_install() { + default + mv "${ED}"/usr/bin/{,bnc}mkpasswd \ + || die 'failed to rename the mkpasswd executable' + dodoc example.conf motd +} + +pkg_postinst() { + einfo 'You can find an example motd/conf file here:' + einfo " /usr/share/doc/${PF}" +} -- cgit v1.2.3