From 7bf32644d8b70a318475609992d8e4853ec4ec0e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Dec 2022 03:40:50 +0000 Subject: gentoo auto-resync : 18:12:2022 - 03:40:50 --- net-irc/ircii/Manifest | 2 +- net-irc/ircii/ircii-20210314-r1.ebuild | 35 --------------------------------- net-irc/ircii/ircii-20210314-r2.ebuild | 36 ++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 36 deletions(-) delete mode 100644 net-irc/ircii/ircii-20210314-r1.ebuild create mode 100644 net-irc/ircii/ircii-20210314-r2.ebuild (limited to 'net-irc/ircii') diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest index 57fb78cb214a..390c3c1ec065 100644 --- a/net-irc/ircii/Manifest +++ b/net-irc/ircii/Manifest @@ -1,4 +1,4 @@ AUX ircii-manpage-path.patch 514 BLAKE2B 09723e9e2d80654c9ca05535b8e14e833af7ed423bad9a32cc8b8200b3263129d85cc614db4a2f77d5778464fc28d2663675a909b7e2b16e570128cb7264cbdf SHA512 ef19be0ac1b5794da5d761131100b85d5d928f6a204fbce1c32b2deedf638cdaf8fe3a92cd06ac9ca0ddcb0b4f918b56ab298731201d54b94550287cddb4d693 DIST ircii-20210314.tar.bz2 590626 BLAKE2B d9b785fd043f277ab7824b2161e9f8635f106802c502a905755fd7cfa1d34f8d7533e9bed7158f3ce0639787894c5f8f4ba4c96d628d3a50a34339f5a3d8466e SHA512 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310 -EBUILD ircii-20210314-r1.ebuild 867 BLAKE2B 04f0278c361bf2e2f2a1afb28c171e82d2dda8d69d53358ab2a32a212005b4c41469fddbce0a477f6b8ac59e1d37cba7414ee77fb7285d36b246e7d613573e1b SHA512 d7035ad526034e820aa9c9038f88a10ee2bc1af16c652d160c4d9d8a5fb577e94a07226e2ae4489c1a67ac03642115aa86fe20a6b834c75669a95f9ce79bae76 +EBUILD ircii-20210314-r2.ebuild 888 BLAKE2B 0c44614910336542503ff5056a1250f263debf287ea0d25d1341488b3c94331a983ac0886c5a56c40b14edbdc003697f6ae05e14494d30361c211453fe5ba85b SHA512 92f330f5ed60500e2891cfad8bb95b150fc93d7fd8028838f2be145657f291003d276046731e15569daa4b3cbc5bb3e0fff59e308f7db2072e70fcd270372a54 MISC metadata.xml 245 BLAKE2B 4988fa1366a9b8a3769e503545339cdd493a0bdc362ca9237b158b94549de1f061477546b00fd3b21dc9325812423f7207071e22e3234d5c0b88c755197557d2 SHA512 e00be68ab9ad3acfce3d2d48721c47cf50e2c6358c9ceb45a2a23fc5303826ea26b9205ce4f230121c2e40c9c467367f2dc57863680899b21e8005034aa9118c diff --git a/net-irc/ircii/ircii-20210314-r1.ebuild b/net-irc/ircii/ircii-20210314-r1.ebuild deleted file mode 100644 index 3f45c4c6fcd5..000000000000 --- a/net-irc/ircii/ircii-20210314-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms" -SRC_URI="https://ircii.warped.com/${P}.tar.bz2 - https://ircii.warped.com/old/${P}.tar.bz2" -HOMEPAGE="http://eterna.com.au/ircii/" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" - -DEPEND="sys-libs/ncurses:0= - virtual/libcrypt:= - virtual/libiconv" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" ) - -src_configure() { - tc-export CC - default -} - -src_install() { - # Still needed as of 20210314, otherwise man dirs don't exist at the right time - emake -j1 DESTDIR="${D}" install - - dodoc ChangeLog INSTALL NEWS README \ - doc/Copyright doc/crypto doc/VERSIONS doc/ctcp -} diff --git a/net-irc/ircii/ircii-20210314-r2.ebuild b/net-irc/ircii/ircii-20210314-r2.ebuild new file mode 100644 index 000000000000..66f78214f967 --- /dev/null +++ b/net-irc/ircii/ircii-20210314-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms" +SRC_URI="https://ircii.warped.com/${P}.tar.bz2 + https://ircii.warped.com/old/${P}.tar.bz2" +HOMEPAGE="http://eterna.com.au/ircii/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" + +DEPEND="dev-libs/openssl:0= + sys-libs/ncurses:0= + virtual/libcrypt:= + virtual/libiconv" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" ) + +src_configure() { + tc-export CC + default +} + +src_install() { + # Still needed as of 20210314, otherwise man dirs don't exist at the right time + emake -j1 DESTDIR="${D}" install + + dodoc ChangeLog INSTALL NEWS README \ + doc/Copyright doc/crypto doc/VERSIONS doc/ctcp +} -- cgit v1.2.3