From 56a597689e7509193b0924a635d2022f21b1a3e4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 4 Mar 2024 11:43:04 +0000 Subject: gentoo auto-resync : 04:03:2024 - 11:43:04 --- net-irc/Manifest.gz | Bin 8228 -> 8234 bytes net-irc/bnc/Manifest | 2 +- net-irc/bnc/bnc-2.9.4-r2.ebuild | 46 --------------------------------- net-irc/bnc/bnc-2.9.4-r3.ebuild | 56 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 47 deletions(-) delete mode 100644 net-irc/bnc/bnc-2.9.4-r2.ebuild create mode 100644 net-irc/bnc/bnc-2.9.4-r3.ebuild (limited to 'net-irc') diff --git a/net-irc/Manifest.gz b/net-irc/Manifest.gz index e1ee4121edc2..15d33c4886a2 100644 Binary files a/net-irc/Manifest.gz and b/net-irc/Manifest.gz differ diff --git a/net-irc/bnc/Manifest b/net-irc/bnc/Manifest index e47c1c426496..0546a6098b4d 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-r2.ebuild 988 BLAKE2B 8b68ec4f25f019e95bd7b94ab88763b4d24971705f27852489b359a742fe0a294fe5a0a3b9f360c79b50a0dd270b6e74cb2432237010d419cde3a851f9cd407a SHA512 5b63eb9d40b17b781302c91e1eb7492b2fcf862f137c4e87a3d366e6c178473e38760bea66bda01ce7f033eaf8dabef02abd9e17fa81f95494d7b495abbb4057 +EBUILD bnc-2.9.4-r3.ebuild 1113 BLAKE2B fbad304cc61454909e285bd13ef29bf87c6c8756d24614fafe36ffd21409a26ef3bd3ec3ea5638e57f238ec9b203381d826096e9509d7d99979d88bc2a32fc60 SHA512 8cd460f05f411f3990a39f4d1bb547f23d4d3e934e7734b5a898dc517153e1eda8e9fca9e7e063563b5e577f2f07fc4c33ca447494c48c3e57be2b05f45a6e15 MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a diff --git a/net-irc/bnc/bnc-2.9.4-r2.ebuild b/net-irc/bnc/bnc-2.9.4-r2.ebuild deleted file mode 100644 index 15f92bbc17b2..000000000000 --- a/net-irc/bnc/bnc-2.9.4-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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}" -} diff --git a/net-irc/bnc/bnc-2.9.4-r3.ebuild b/net-irc/bnc/bnc-2.9.4-r3.ebuild new file mode 100644 index 000000000000..c13e65bd1123 --- /dev/null +++ b/net-irc/bnc/bnc-2.9.4-r3.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +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' + + # bug #900076 + eautoreconf +} + +src_configure() { + # bug #861374 + append-flags -fno-strict-aliasing + filter-lto + + 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