* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2024-04-26 17:10 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-04-26 17:10 UTC (permalink / raw
To: gentoo-commits
commit: 7308a496c131ec98e4be500a948a7c87c80790a6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 17:09:52 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 17:09:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7308a496
net-irc/ircii: Stabilize 20240111 x86, #930708
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/ircii/ircii-20240111.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/ircii/ircii-20240111.ebuild b/net-irc/ircii/ircii-20240111.ebuild
index fe5947fc8ff0..5a9c6d438ba2 100644
--- a/net-irc/ircii/ircii-20240111.ebuild
+++ b/net-irc/ircii/ircii-20240111.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
DEPEND="dev-libs/openssl:0=
sys-libs/ncurses:0=
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2024-09-25 11:55 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2024-09-25 11:55 UTC (permalink / raw
To: gentoo-commits
commit: 2437376d32200ccbd3444f06963eb72d4eea7a14
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 11:53:59 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 11:55:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2437376d
net-irc/ircii: add 20240918
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/Manifest | 1 +
net-irc/ircii/ircii-20240918.ebuild | 39 +++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index da664954e08e..18cd3f4050bc 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1 +1,2 @@
DIST ircii-20240111.tar.bz2 576700 BLAKE2B 785177e30dbe3b417aec9fb348574e4f539adcfef41534743c050d39aa0e0ba00ea52accc20b785a836f7496e66975549b85fa17a58c280d893f5c0927e1bb1b SHA512 4705b851671f89d1b4903539eb7e701913748138d460572bfeb7e6d565e760b9782aecb55d82c691f6f182864b12e78e13a7b5a1e3abcd535e5bc24c9815e1aa
+DIST ircii-20240918.tar.bz2 578232 BLAKE2B a636de6900805b040df834fa29e49da608693192ae1e5cfaa0cec00f1d95527401ff529bfb754f9c3a447ee85202bc22a6fc667d748a392ba1a959f4643fe0b6 SHA512 9aadafd2bf56e7d18ed78563553143113374830c8b072d125212a7e94a7057512f2ee8a77412749d9eb345596d0c054e18ec2f3d3e569c54e97db71d4c5b77f1
diff --git a/net-irc/ircii/ircii-20240918.ebuild b/net-irc/ircii/ircii-20240918.ebuild
new file mode 100644
index 000000000000..42b05199fb52
--- /dev/null
+++ b/net-irc/ircii/ircii-20240918.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
+HOMEPAGE="http://eterna23.net/ircii/"
+SRC_URI="https://ircii.warped.com/${P}.tar.bz2
+ https://ircii.warped.com/old/${P}.tar.bz2
+ https://dev.gentoo.org/~bkohler/dist/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPEND="dev-libs/openssl:0=
+ sys-libs/ncurses:0=
+ virtual/libcrypt:=
+ virtual/libiconv"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
+DOCS=( ChangeLog INSTALL NEWS README doc/Copyright doc/crypto doc/VERSIONS
+ doc/ctcp )
+
+src_configure() {
+ tc-export CC
+ # --with-lto only appends -flto (so does --without-lto, sigh)
+ econf
+}
+
+src_install() {
+ # Still needed as of 20221016, otherwise man dirs don't exist
+ # at the right time.
+ emake -j1 DESTDIR="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2024-04-27 10:19 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2024-04-27 10:19 UTC (permalink / raw
To: gentoo-commits
commit: a0875e5c6f1d0c154e97cd954991908017b921d7
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 10:10:28 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 10:19:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0875e5c
net-irc/ircii: drop 20210314-r2, 20221016, 20230930
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/Manifest | 3 ---
net-irc/ircii/ircii-20210314-r2.ebuild | 36 ------------------------------
net-irc/ircii/ircii-20221016.ebuild | 40 ----------------------------------
net-irc/ircii/ircii-20230930.ebuild | 40 ----------------------------------
4 files changed, 119 deletions(-)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index b8b0fd9bd937..da664954e08e 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1,4 +1 @@
-DIST ircii-20210314.tar.bz2 590626 BLAKE2B d9b785fd043f277ab7824b2161e9f8635f106802c502a905755fd7cfa1d34f8d7533e9bed7158f3ce0639787894c5f8f4ba4c96d628d3a50a34339f5a3d8466e SHA512 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310
-DIST ircii-20221016.tar.bz2 578521 BLAKE2B 718ec9e4b5baf572a422d80932469c8c9fc24d24d2de3cebb062c30888084075b53bf386fe4b03db95631ee2c9b8e4f72a80d4bde2fb774132095dd65841a09f SHA512 36d6971810982515866fd510d5f70c4308424e66e395e3aeeb3270920daed5148b4b0f770eb5b9f15748d51f3392f48ddfd81f53edce8798076e90ffd4adc493
-DIST ircii-20230930.tar.bz2 579155 BLAKE2B 2b13a523d2c4a27374f101e9d5557a61985ff9eda9b4224666770bff9600630e48e6e129f5a3389ad8bb74693773fb2c6e2eed437aa4bcb6aa2598acfd309c42 SHA512 6ac47d791331c1be5533aff849f0d0b0f2613ade077c8d750824fd6bc9dbf4ed1a7b75226c3beb93ef8c69f6fe8960500893741ee29c18e1b87c12d94e4c7a7f
DIST ircii-20240111.tar.bz2 576700 BLAKE2B 785177e30dbe3b417aec9fb348574e4f539adcfef41534743c050d39aa0e0ba00ea52accc20b785a836f7496e66975549b85fa17a58c280d893f5c0927e1bb1b SHA512 4705b851671f89d1b4903539eb7e701913748138d460572bfeb7e6d565e760b9782aecb55d82c691f6f182864b12e78e13a7b5a1e3abcd535e5bc24c9815e1aa
diff --git a/net-irc/ircii/ircii-20210314-r2.ebuild b/net-irc/ircii/ircii-20210314-r2.ebuild
deleted file mode 100644
index 4f739a771063..000000000000
--- a/net-irc/ircii/ircii-20210314-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 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"
-HOMEPAGE="http://eterna23.net/ircii/"
-SRC_URI="https://ircii.warped.com/${P}.tar.bz2
- https://ircii.warped.com/old/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-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
-}
diff --git a/net-irc/ircii/ircii-20221016.ebuild b/net-irc/ircii/ircii-20221016.ebuild
deleted file mode 100644
index 293dc6be1889..000000000000
--- a/net-irc/ircii/ircii-20221016.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
-HOMEPAGE="http://eterna23.net/ircii/"
-SRC_URI="https://ircii.warped.com/${P}.tar.bz2
- https://ircii.warped.com/old/${P}.tar.bz2
- https://dev.gentoo.org/~bkohler/dist/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND="dev-libs/openssl:0=
- sys-libs/ncurses:0=
- virtual/libcrypt:=
- virtual/libiconv"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
-DOCS=( ChangeLog INSTALL NEWS README doc/Copyright doc/crypto doc/VERSIONS
- doc/ctcp )
-S="${WORKDIR}/${PN}"
-
-src_configure() {
- tc-export CC
- # --with-lto only appends -flto (so does --without-lto, sigh)
- econf
-}
-
-src_install() {
- # Still needed as of 20221016, otherwise man dirs don't exist
- # at the right time.
- emake -j1 DESTDIR="${D}" install
- einstalldocs
-}
diff --git a/net-irc/ircii/ircii-20230930.ebuild b/net-irc/ircii/ircii-20230930.ebuild
deleted file mode 100644
index 961740bb6e88..000000000000
--- a/net-irc/ircii/ircii-20230930.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
-HOMEPAGE="http://eterna23.net/ircii/"
-SRC_URI="https://ircii.warped.com/${P}.tar.bz2
- https://ircii.warped.com/old/${P}.tar.bz2
- https://dev.gentoo.org/~bkohler/dist/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND="dev-libs/openssl:0=
- sys-libs/ncurses:0=
- virtual/libcrypt:=
- virtual/libiconv"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
-DOCS=( ChangeLog INSTALL NEWS README doc/Copyright doc/crypto doc/VERSIONS
- doc/ctcp )
-S="${WORKDIR}/${PN}"
-
-src_configure() {
- tc-export CC
- # --with-lto only appends -flto (so does --without-lto, sigh)
- econf
-}
-
-src_install() {
- # Still needed as of 20221016, otherwise man dirs don't exist
- # at the right time.
- emake -j1 DESTDIR="${D}" install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2024-04-26 18:47 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2024-04-26 18:47 UTC (permalink / raw
To: gentoo-commits
commit: 2bab302278df74190757d7dd06c5b720e256a772
Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Fri Apr 26 18:29:34 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 18:47:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bab3022
net-irc/ircii: update HOMEPAGE
Changed URL since January 2024.
Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Closes: https://github.com/gentoo/gentoo/pull/36441
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/ircii-20210314-r2.ebuild | 4 ++--
net-irc/ircii/ircii-20221016.ebuild | 2 +-
net-irc/ircii/ircii-20230930.ebuild | 2 +-
net-irc/ircii/ircii-20240111.ebuild | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-irc/ircii/ircii-20210314-r2.ebuild b/net-irc/ircii/ircii-20210314-r2.ebuild
index 96798fa2d232..4f739a771063 100644
--- a/net-irc/ircii/ircii-20210314-r2.ebuild
+++ b/net-irc/ircii/ircii-20210314-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,9 +6,9 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
+HOMEPAGE="http://eterna23.net/ircii/"
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"
diff --git a/net-irc/ircii/ircii-20221016.ebuild b/net-irc/ircii/ircii-20221016.ebuild
index 36c4fb28d114..293dc6be1889 100644
--- a/net-irc/ircii/ircii-20221016.ebuild
+++ b/net-irc/ircii/ircii-20221016.ebuild
@@ -6,10 +6,10 @@ EAPI=8
inherit toolchain-funcs
DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
+HOMEPAGE="http://eterna23.net/ircii/"
SRC_URI="https://ircii.warped.com/${P}.tar.bz2
https://ircii.warped.com/old/${P}.tar.bz2
https://dev.gentoo.org/~bkohler/dist/${P}.tar.bz2"
-HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
diff --git a/net-irc/ircii/ircii-20230930.ebuild b/net-irc/ircii/ircii-20230930.ebuild
index ada997f148c3..961740bb6e88 100644
--- a/net-irc/ircii/ircii-20230930.ebuild
+++ b/net-irc/ircii/ircii-20230930.ebuild
@@ -6,10 +6,10 @@ EAPI=8
inherit toolchain-funcs
DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
+HOMEPAGE="http://eterna23.net/ircii/"
SRC_URI="https://ircii.warped.com/${P}.tar.bz2
https://ircii.warped.com/old/${P}.tar.bz2
https://dev.gentoo.org/~bkohler/dist/${P}.tar.bz2"
-HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
diff --git a/net-irc/ircii/ircii-20240111.ebuild b/net-irc/ircii/ircii-20240111.ebuild
index e34516a6e3b7..aed697690162 100644
--- a/net-irc/ircii/ircii-20240111.ebuild
+++ b/net-irc/ircii/ircii-20240111.ebuild
@@ -6,10 +6,10 @@ EAPI=8
inherit toolchain-funcs
DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
+HOMEPAGE="http://eterna23.net/ircii/"
SRC_URI="https://ircii.warped.com/${P}.tar.bz2
https://ircii.warped.com/old/${P}.tar.bz2
https://dev.gentoo.org/~bkohler/dist/${P}.tar.bz2"
-HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2024-04-26 17:10 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-04-26 17:10 UTC (permalink / raw
To: gentoo-commits
commit: 771f0c24c7363466e866c0548884e5507d94d7ef
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 17:09:53 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 17:09:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771f0c24
net-irc/ircii: Stabilize 20240111 amd64, #930708
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/ircii/ircii-20240111.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/ircii/ircii-20240111.ebuild b/net-irc/ircii/ircii-20240111.ebuild
index 5a9c6d438ba2..e34516a6e3b7 100644
--- a/net-irc/ircii/ircii-20240111.ebuild
+++ b/net-irc/ircii/ircii-20240111.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
DEPEND="dev-libs/openssl:0=
sys-libs/ncurses:0=
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2024-01-30 14:44 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2024-01-30 14:44 UTC (permalink / raw
To: gentoo-commits
commit: afb8a337218f8a13fbca917686e048493e4e3cb6
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 14:44:02 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 14:44:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb8a337
net-irc/ircii: add 20240111
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/Manifest | 1 +
net-irc/ircii/ircii-20240111.ebuild | 39 +++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index f6f549b03553..b8b0fd9bd937 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1,3 +1,4 @@
DIST ircii-20210314.tar.bz2 590626 BLAKE2B d9b785fd043f277ab7824b2161e9f8635f106802c502a905755fd7cfa1d34f8d7533e9bed7158f3ce0639787894c5f8f4ba4c96d628d3a50a34339f5a3d8466e SHA512 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310
DIST ircii-20221016.tar.bz2 578521 BLAKE2B 718ec9e4b5baf572a422d80932469c8c9fc24d24d2de3cebb062c30888084075b53bf386fe4b03db95631ee2c9b8e4f72a80d4bde2fb774132095dd65841a09f SHA512 36d6971810982515866fd510d5f70c4308424e66e395e3aeeb3270920daed5148b4b0f770eb5b9f15748d51f3392f48ddfd81f53edce8798076e90ffd4adc493
DIST ircii-20230930.tar.bz2 579155 BLAKE2B 2b13a523d2c4a27374f101e9d5557a61985ff9eda9b4224666770bff9600630e48e6e129f5a3389ad8bb74693773fb2c6e2eed437aa4bcb6aa2598acfd309c42 SHA512 6ac47d791331c1be5533aff849f0d0b0f2613ade077c8d750824fd6bc9dbf4ed1a7b75226c3beb93ef8c69f6fe8960500893741ee29c18e1b87c12d94e4c7a7f
+DIST ircii-20240111.tar.bz2 576700 BLAKE2B 785177e30dbe3b417aec9fb348574e4f539adcfef41534743c050d39aa0e0ba00ea52accc20b785a836f7496e66975549b85fa17a58c280d893f5c0927e1bb1b SHA512 4705b851671f89d1b4903539eb7e701913748138d460572bfeb7e6d565e760b9782aecb55d82c691f6f182864b12e78e13a7b5a1e3abcd535e5bc24c9815e1aa
diff --git a/net-irc/ircii/ircii-20240111.ebuild b/net-irc/ircii/ircii-20240111.ebuild
new file mode 100644
index 000000000000..fe5947fc8ff0
--- /dev/null
+++ b/net-irc/ircii/ircii-20240111.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+ https://dev.gentoo.org/~bkohler/dist/${P}.tar.bz2"
+HOMEPAGE="http://eterna.com.au/ircii/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPEND="dev-libs/openssl:0=
+ sys-libs/ncurses:0=
+ virtual/libcrypt:=
+ virtual/libiconv"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
+DOCS=( ChangeLog INSTALL NEWS README doc/Copyright doc/crypto doc/VERSIONS
+ doc/ctcp )
+
+src_configure() {
+ tc-export CC
+ # --with-lto only appends -flto (so does --without-lto, sigh)
+ econf
+}
+
+src_install() {
+ # Still needed as of 20221016, otherwise man dirs don't exist
+ # at the right time.
+ emake -j1 DESTDIR="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2024-01-12 19:08 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2024-01-12 19:08 UTC (permalink / raw
To: gentoo-commits
commit: 0a5d1c0550c87d141318f6613ee672cd241545ce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 14:01:15 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 19:08:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5d1c05
net-irc/ircii: [QA] Remove invalid USE=lto
USE=lto is only used to append -flto. Remove it. Also note that
the build system is broken and ignores the value, so `--without-lto`
also enables LTO.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-irc/ircii/ircii-20221016.ebuild | 6 +++---
net-irc/ircii/ircii-20230930.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-irc/ircii/ircii-20221016.ebuild b/net-irc/ircii/ircii-20221016.ebuild
index f60f047348fe..36c4fb28d114 100644
--- a/net-irc/ircii/ircii-20221016.ebuild
+++ b/net-irc/ircii/ircii-20221016.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,6 @@ HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="lto"
DEPEND="dev-libs/openssl:0=
sys-libs/ncurses:0=
@@ -29,7 +28,8 @@ S="${WORKDIR}/${PN}"
src_configure() {
tc-export CC
- econf $(use_with lto)
+ # --with-lto only appends -flto (so does --without-lto, sigh)
+ econf
}
src_install() {
diff --git a/net-irc/ircii/ircii-20230930.ebuild b/net-irc/ircii/ircii-20230930.ebuild
index eeaa9dded08e..ada997f148c3 100644
--- a/net-irc/ircii/ircii-20230930.ebuild
+++ b/net-irc/ircii/ircii-20230930.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,6 @@ HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="lto"
DEPEND="dev-libs/openssl:0=
sys-libs/ncurses:0=
@@ -29,7 +28,8 @@ S="${WORKDIR}/${PN}"
src_configure() {
tc-export CC
- econf $(use_with lto)
+ # --with-lto only appends -flto (so does --without-lto, sigh)
+ econf
}
src_install() {
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2023-10-16 15:25 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2023-10-16 15:25 UTC (permalink / raw
To: gentoo-commits
commit: 449867d59a78a1240a6dec768e14ed7dea7bbfb3
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 14:46:33 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 15:25:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449867d5
net-irc/ircii: add 20230930
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/Manifest | 1 +
net-irc/ircii/ircii-20230930.ebuild | 40 +++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index 21df62f33597..f6f549b03553 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1,2 +1,3 @@
DIST ircii-20210314.tar.bz2 590626 BLAKE2B d9b785fd043f277ab7824b2161e9f8635f106802c502a905755fd7cfa1d34f8d7533e9bed7158f3ce0639787894c5f8f4ba4c96d628d3a50a34339f5a3d8466e SHA512 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310
DIST ircii-20221016.tar.bz2 578521 BLAKE2B 718ec9e4b5baf572a422d80932469c8c9fc24d24d2de3cebb062c30888084075b53bf386fe4b03db95631ee2c9b8e4f72a80d4bde2fb774132095dd65841a09f SHA512 36d6971810982515866fd510d5f70c4308424e66e395e3aeeb3270920daed5148b4b0f770eb5b9f15748d51f3392f48ddfd81f53edce8798076e90ffd4adc493
+DIST ircii-20230930.tar.bz2 579155 BLAKE2B 2b13a523d2c4a27374f101e9d5557a61985ff9eda9b4224666770bff9600630e48e6e129f5a3389ad8bb74693773fb2c6e2eed437aa4bcb6aa2598acfd309c42 SHA512 6ac47d791331c1be5533aff849f0d0b0f2613ade077c8d750824fd6bc9dbf4ed1a7b75226c3beb93ef8c69f6fe8960500893741ee29c18e1b87c12d94e4c7a7f
diff --git a/net-irc/ircii/ircii-20230930.ebuild b/net-irc/ircii/ircii-20230930.ebuild
new file mode 100644
index 000000000000..eeaa9dded08e
--- /dev/null
+++ b/net-irc/ircii/ircii-20230930.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+ https://dev.gentoo.org/~bkohler/dist/${P}.tar.bz2"
+HOMEPAGE="http://eterna.com.au/ircii/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="lto"
+
+DEPEND="dev-libs/openssl:0=
+ sys-libs/ncurses:0=
+ virtual/libcrypt:=
+ virtual/libiconv"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
+DOCS=( ChangeLog INSTALL NEWS README doc/Copyright doc/crypto doc/VERSIONS
+ doc/ctcp )
+S="${WORKDIR}/${PN}"
+
+src_configure() {
+ tc-export CC
+ econf $(use_with lto)
+}
+
+src_install() {
+ # Still needed as of 20221016, otherwise man dirs don't exist
+ # at the right time.
+ emake -j1 DESTDIR="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2023-07-14 0:42 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-07-14 0:42 UTC (permalink / raw
To: gentoo-commits
commit: f91cf1f2ead1824107b9c7f9284c7c1d90c4c8a0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 00:42:15 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 00:42:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91cf1f2
net-irc/ircii: Stabilize 20221016 amd64, #910295
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/ircii/ircii-20221016.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/ircii/ircii-20221016.ebuild b/net-irc/ircii/ircii-20221016.ebuild
index 0bfac8efd9ae..f60f047348fe 100644
--- a/net-irc/ircii/ircii-20221016.ebuild
+++ b/net-irc/ircii/ircii-20221016.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="lto"
DEPEND="dev-libs/openssl:0=
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2023-07-13 20:25 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-07-13 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 84207eb87416a470779d3801a402d144efe04fa2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 20:24:47 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 20:24:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84207eb8
net-irc/ircii: Stabilize 20221016 x86, #910295
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/ircii/ircii-20221016.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/ircii/ircii-20221016.ebuild b/net-irc/ircii/ircii-20221016.ebuild
index eeaa9dded08e..0bfac8efd9ae 100644
--- a/net-irc/ircii/ircii-20221016.ebuild
+++ b/net-irc/ircii/ircii-20221016.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="lto"
DEPEND="dev-libs/openssl:0=
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2023-04-30 12:21 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2023-04-30 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 534c8afbf9b5b782b992ac70f7a991ad5f72153e
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 12:20:23 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 12:21:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534c8afb
net-irc/ircii: add desc for lto flag
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-irc/ircii/metadata.xml b/net-irc/ircii/metadata.xml
index aa20bff17b1d..0cdf261be819 100644
--- a/net-irc/ircii/metadata.xml
+++ b/net-irc/ircii/metadata.xml
@@ -5,4 +5,7 @@
<email>bkohler@gentoo.org</email>
<name>Ben Kohler</name>
</maintainer>
+ <use>
+ <flag name="lto">Build using Link Time Optimizations (LTO)</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2023-04-23 14:26 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2023-04-23 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 4aa16673c242c95de13c1d5f5831fc5dc6a57a14
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 14:26:14 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 14:26:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa16673
net-irc/ircii: restore parallel install workaround
Closes: https://bugs.gentoo.org/904881
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/ircii-20221016.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/net-irc/ircii/ircii-20221016.ebuild b/net-irc/ircii/ircii-20221016.ebuild
index 1616f0f974f2..8a4f77fc935a 100644
--- a/net-irc/ircii/ircii-20221016.ebuild
+++ b/net-irc/ircii/ircii-20221016.ebuild
@@ -31,3 +31,10 @@ src_configure() {
tc-export CC
econf $(use_with lto)
}
+
+src_install() {
+ # Still needed as of 20221016, otherwise man dirs don't exist
+ # at the right time.
+ emake -j1 DESTDIR="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2023-04-23 12:30 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2023-04-23 12:30 UTC (permalink / raw
To: gentoo-commits
commit: a86757f8582b6919feefc7f18900fb4ca75d5a4b
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 12:29:54 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 12:30:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86757f8
net-irc/ircii: add 20221016
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/Manifest | 1 +
net-irc/ircii/ircii-20221016.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index ea4e7488913f..21df62f33597 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1 +1,2 @@
DIST ircii-20210314.tar.bz2 590626 BLAKE2B d9b785fd043f277ab7824b2161e9f8635f106802c502a905755fd7cfa1d34f8d7533e9bed7158f3ce0639787894c5f8f4ba4c96d628d3a50a34339f5a3d8466e SHA512 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310
+DIST ircii-20221016.tar.bz2 578521 BLAKE2B 718ec9e4b5baf572a422d80932469c8c9fc24d24d2de3cebb062c30888084075b53bf386fe4b03db95631ee2c9b8e4f72a80d4bde2fb774132095dd65841a09f SHA512 36d6971810982515866fd510d5f70c4308424e66e395e3aeeb3270920daed5148b4b0f770eb5b9f15748d51f3392f48ddfd81f53edce8798076e90ffd4adc493
diff --git a/net-irc/ircii/ircii-20221016.ebuild b/net-irc/ircii/ircii-20221016.ebuild
new file mode 100644
index 000000000000..1616f0f974f2
--- /dev/null
+++ b/net-irc/ircii/ircii-20221016.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+ https://dev.gentoo.org/~bkohler/dist/${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"
+IUSE="lto"
+
+DEPEND="dev-libs/openssl:0=
+ sys-libs/ncurses:0=
+ virtual/libcrypt:=
+ virtual/libiconv"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
+DOCS=( ChangeLog INSTALL NEWS README doc/Copyright doc/crypto doc/VERSIONS
+ doc/ctcp )
+S="${WORKDIR}/${PN}"
+
+src_configure() {
+ tc-export CC
+ econf $(use_with lto)
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2022-12-17 22:37 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2022-12-17 22:37 UTC (permalink / raw
To: gentoo-commits
commit: a33b5b784217f600c68fc1a348e371d31d5bee96
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 16:34:06 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 22:37:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33b5b78
net-irc/ircii: add missing openssl dep
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/{ircii-20210314-r1.ebuild => ircii-20210314-r2.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-irc/ircii/ircii-20210314-r1.ebuild b/net-irc/ircii/ircii-20210314-r2.ebuild
similarity index 90%
rename from net-irc/ircii/ircii-20210314-r1.ebuild
rename to net-irc/ircii/ircii-20210314-r2.ebuild
index 3f45c4c6fcd5..66f78214f967 100644
--- a/net-irc/ircii/ircii-20210314-r1.ebuild
+++ b/net-irc/ircii/ircii-20210314-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,8 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-DEPEND="sys-libs/ncurses:0=
+DEPEND="dev-libs/openssl:0=
+ sys-libs/ncurses:0=
virtual/libcrypt:=
virtual/libiconv"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2021-06-30 18:40 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-06-30 18:40 UTC (permalink / raw
To: gentoo-commits
commit: 03e9833c6aa9895c1d61317ab1e2ad27abcd141b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 18:39:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 18:39:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e9833c
net-irc/ircii: add missing libcrypt dependency
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/ircii/{ircii-20210314.ebuild => ircii-20210314-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-irc/ircii/ircii-20210314.ebuild b/net-irc/ircii/ircii-20210314-r1.ebuild
similarity index 88%
rename from net-irc/ircii/ircii-20210314.ebuild
rename to net-irc/ircii/ircii-20210314-r1.ebuild
index 873dc09a5e9..81b72ece0e5 100644
--- a/net-irc/ircii/ircii-20210314.ebuild
+++ b/net-irc/ircii/ircii-20210314-r1.ebuild
@@ -10,12 +10,12 @@ SRC_URI="https://ircii.warped.com/${P}.tar.bz2
https://ircii.warped.com/old/${P}.tar.bz2"
HOMEPAGE="http://eterna.com.au/ircii/"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
DEPEND="sys-libs/ncurses:0=
+ virtual/libcrypt:=
virtual/libiconv"
RDEPEND="${DEPEND}"
@@ -27,7 +27,7 @@ src_configure() {
}
src_install() {
- #Still needed as of 20210314, otherwise man dirs don't exist at the right time
+ # 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 \
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2021-03-28 15:15 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2021-03-28 15:15 UTC (permalink / raw
To: gentoo-commits
commit: 70ca7084ab9d6c1054d56d2af18927615ea73d99
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 15:15:39 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 15:15:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ca7084
net-irc/ircii: drop old
Bug: https://bugs.gentoo.org/776772
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/Manifest | 1 -
net-irc/ircii/ircii-20190117.ebuild | 36 ------------------------------------
2 files changed, 37 deletions(-)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index f007072aeef..ea4e7488913 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1,2 +1 @@
-DIST ircii-20190117.tar.bz2 606327 BLAKE2B f7ee5c98f6106f07fec8feb0840aba87a052e5927c5e591f34ea28a9a017fb64c711983e472ae001465cbe29b6b9d88ab65d67c4bb303b9e01dde853aba66bf4 SHA512 08ca96cd62bae35245b40791c8588752b96136b53e5c9434d0f7976d03841fca80e8c83cf8608aad79c381820b06e00167447c6dc0c6294c6b3dfd91a9fdb6d4
DIST ircii-20210314.tar.bz2 590626 BLAKE2B d9b785fd043f277ab7824b2161e9f8635f106802c502a905755fd7cfa1d34f8d7533e9bed7158f3ce0639787894c5f8f4ba4c96d628d3a50a34339f5a3d8466e SHA512 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310
diff --git a/net-irc/ircii/ircii-20190117.ebuild b/net-irc/ircii/ircii-20190117.ebuild
deleted file mode 100644
index 677beaac500..00000000000
--- a/net-irc/ircii/ircii-20190117.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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/"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="ipv6"
-
-DEPEND="sys-libs/ncurses:0=
- virtual/libiconv"
-# This and irc-client both install /usr/bin/irc #247987
-RDEPEND="${DEPEND}
- !net-irc/irc-client"
-
-PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
-
-src_configure() {
- tc-export CC
- econf $(use_enable ipv6)
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install
-
- dodoc ChangeLog INSTALL NEWS README \
- doc/Copyright doc/crypto doc/VERSIONS doc/ctcp
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2021-03-28 12:17 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-03-28 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 1bbc505a2961d88f645a353e00bf11cf5599dbfa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 12:16:11 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 12:17:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbc505a
net-irc/ircii: Stabilize 20210314 amd64, #776772
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/ircii/ircii-20210314.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/ircii/ircii-20210314.ebuild b/net-irc/ircii/ircii-20210314.ebuild
index e0b4a793961..873dc09a5e9 100644
--- a/net-irc/ircii/ircii-20210314.ebuild
+++ b/net-irc/ircii/ircii-20210314.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://eterna.com.au/ircii/"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE=""
DEPEND="sys-libs/ncurses:0=
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2021-03-28 12:17 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-03-28 12:17 UTC (permalink / raw
To: gentoo-commits
commit: a85a2b6ddd9d8a92b156c06da2aba2d51a198efc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 12:15:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 12:17:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85a2b6d
net-irc/ircii: Stabilize 20210314 x86, #776772
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/ircii/ircii-20210314.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/ircii/ircii-20210314.ebuild b/net-irc/ircii/ircii-20210314.ebuild
index 53d9f0f1fea..e0b4a793961 100644
--- a/net-irc/ircii/ircii-20210314.ebuild
+++ b/net-irc/ircii/ircii-20210314.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://eterna.com.au/ircii/"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE=""
DEPEND="sys-libs/ncurses:0=
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2021-03-16 15:40 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2021-03-16 15:40 UTC (permalink / raw
To: gentoo-commits
commit: d12a61987e298620f08405c5109d60c22654b9ff
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 15:36:48 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 15:40:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12a6198
net-irc/ircii: bump to 20210314
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/Manifest | 1 +
net-irc/ircii/ircii-20210314.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index 7e2389987a2..f007072aeef 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1 +1,2 @@
DIST ircii-20190117.tar.bz2 606327 BLAKE2B f7ee5c98f6106f07fec8feb0840aba87a052e5927c5e591f34ea28a9a017fb64c711983e472ae001465cbe29b6b9d88ab65d67c4bb303b9e01dde853aba66bf4 SHA512 08ca96cd62bae35245b40791c8588752b96136b53e5c9434d0f7976d03841fca80e8c83cf8608aad79c381820b06e00167447c6dc0c6294c6b3dfd91a9fdb6d4
+DIST ircii-20210314.tar.bz2 590626 BLAKE2B d9b785fd043f277ab7824b2161e9f8635f106802c502a905755fd7cfa1d34f8d7533e9bed7158f3ce0639787894c5f8f4ba4c96d628d3a50a34339f5a3d8466e SHA512 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310
diff --git a/net-irc/ircii/ircii-20210314.ebuild b/net-irc/ircii/ircii-20210314.ebuild
new file mode 100644
index 00000000000..5236e64bc1d
--- /dev/null
+++ b/net-irc/ircii/ircii-20210314.ebuild
@@ -0,0 +1,37 @@
+# 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/"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="sys-libs/ncurses:0=
+ virtual/libiconv"
+# This and irc-client both install /usr/bin/irc #247987
+RDEPEND="${DEPEND}
+ !net-irc/irc-client"
+
+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
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2021-03-16 15:40 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2021-03-16 15:40 UTC (permalink / raw
To: gentoo-commits
commit: 6fc7e23966fba310f6550fe3a401426d29b3e55b
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 15:39:56 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 15:40:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc7e239
net-irc/ircii: remove outdated blocker
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/ircii-20210314.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/net-irc/ircii/ircii-20210314.ebuild b/net-irc/ircii/ircii-20210314.ebuild
index 5236e64bc1d..53d9f0f1fea 100644
--- a/net-irc/ircii/ircii-20210314.ebuild
+++ b/net-irc/ircii/ircii-20210314.ebuild
@@ -17,9 +17,7 @@ IUSE=""
DEPEND="sys-libs/ncurses:0=
virtual/libiconv"
-# This and irc-client both install /usr/bin/irc #247987
-RDEPEND="${DEPEND}
- !net-irc/irc-client"
+RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2019-02-06 13:39 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2019-02-06 13:39 UTC (permalink / raw
To: gentoo-commits
commit: af3b54acb0a34f1bf62a6083918f9702912ad7c4
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 6 13:37:26 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Feb 6 13:38:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3b54ac
net-irc/ircii: bump to 20190117
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/Manifest | 1 +
net-irc/ircii/ircii-20190117.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index 35bbc28664b..fa58d1b970e 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1,3 +1,4 @@
DIST ircii-20110228.tar.bz2 558483 BLAKE2B 52c83503bf258aaf27635d5ac525da61894486681069f7ff56d571f387567ba964976770b1a1e647aae1b0b18416ccc37c7498bc7cfca5c1c26247796638654e SHA512 df27f098ad9c134335b7d97a25a07ef5fd9d14063b2e079a707a472d2582a1451d7697f3123508296c76afdb78257ad6dc358a2ec5af584ab53872c765b01782
DIST ircii-20111115.tar.bz2 555731 BLAKE2B 8715b5d84cbca98005b3c3bf426f632737be2f4a121f673c3d7d76a5f4204c603594779c15a9fe5e886fb33b96cfc149f690508b546752cd4f7c4f9ad8aaf36a SHA512 6f282debbd27865414a2ef9148b23373f83a051b2917432d9fdc2f153c111f8e592286d42a5ad34fd0cdc155e39938094e140910fbf38be494e3ed3da4cd0b6e
DIST ircii-20170704.tar.bz2 596535 BLAKE2B 780b9bc74e80d622df3686d3234ce69c62c0d9ae43322addfc545de76854ba30ec25546921cff449556f9e6b14b7dc00f3b15437789bea8bfa9b3df44d5b7e6c SHA512 a0cdc5603fab040fa2f7d2b3d7a564e9eeac4b402329cba5c6f1a97aa6e587a53ffc4141420dde97dc2cadf22581e74058a0357c6b4b0d0b03f5dea7fa8cbc3a
+DIST ircii-20190117.tar.bz2 606327 BLAKE2B f7ee5c98f6106f07fec8feb0840aba87a052e5927c5e591f34ea28a9a017fb64c711983e472ae001465cbe29b6b9d88ab65d67c4bb303b9e01dde853aba66bf4 SHA512 08ca96cd62bae35245b40791c8588752b96136b53e5c9434d0f7976d03841fca80e8c83cf8608aad79c381820b06e00167447c6dc0c6294c6b3dfd91a9fdb6d4
diff --git a/net-irc/ircii/ircii-20190117.ebuild b/net-irc/ircii/ircii-20190117.ebuild
new file mode 100644
index 00000000000..03366ecd3a1
--- /dev/null
+++ b/net-irc/ircii/ircii-20190117.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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/"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE="ipv6"
+
+DEPEND="sys-libs/ncurses:0=
+ virtual/libiconv"
+# This and irc-client both install /usr/bin/irc #247987
+RDEPEND="${DEPEND}
+ !net-irc/irc-client"
+
+PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
+
+src_configure() {
+ tc-export CC
+ econf $(use_enable ipv6)
+}
+
+src_install() {
+ emake -j1 DESTDIR="${D}" install
+
+ dodoc ChangeLog INSTALL NEWS README \
+ doc/Copyright doc/crypto doc/VERSIONS doc/ctcp
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2018-06-25 20:25 Ben Kohler
0 siblings, 0 replies; 23+ messages in thread
From: Ben Kohler @ 2018-06-25 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 47325354643ae8375ade09bfe6a919c593af0151
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 20:22:21 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 20:24:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47325354
net-irc/ircii: take maintainership & bump to 20170704
Closes: https://bugs.gentoo.org/624838
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-irc/ircii/Manifest | 1 +
net-irc/ircii/ircii-20170704.ebuild | 36 ++++++++++++++++++++++++++++++++++++
net-irc/ircii/metadata.xml | 6 +++++-
3 files changed, 42 insertions(+), 1 deletion(-)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index 61b4808ed2e..35bbc28664b 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1,2 +1,3 @@
DIST ircii-20110228.tar.bz2 558483 BLAKE2B 52c83503bf258aaf27635d5ac525da61894486681069f7ff56d571f387567ba964976770b1a1e647aae1b0b18416ccc37c7498bc7cfca5c1c26247796638654e SHA512 df27f098ad9c134335b7d97a25a07ef5fd9d14063b2e079a707a472d2582a1451d7697f3123508296c76afdb78257ad6dc358a2ec5af584ab53872c765b01782
DIST ircii-20111115.tar.bz2 555731 BLAKE2B 8715b5d84cbca98005b3c3bf426f632737be2f4a121f673c3d7d76a5f4204c603594779c15a9fe5e886fb33b96cfc149f690508b546752cd4f7c4f9ad8aaf36a SHA512 6f282debbd27865414a2ef9148b23373f83a051b2917432d9fdc2f153c111f8e592286d42a5ad34fd0cdc155e39938094e140910fbf38be494e3ed3da4cd0b6e
+DIST ircii-20170704.tar.bz2 596535 BLAKE2B 780b9bc74e80d622df3686d3234ce69c62c0d9ae43322addfc545de76854ba30ec25546921cff449556f9e6b14b7dc00f3b15437789bea8bfa9b3df44d5b7e6c SHA512 a0cdc5603fab040fa2f7d2b3d7a564e9eeac4b402329cba5c6f1a97aa6e587a53ffc4141420dde97dc2cadf22581e74058a0357c6b4b0d0b03f5dea7fa8cbc3a
diff --git a/net-irc/ircii/ircii-20170704.ebuild b/net-irc/ircii/ircii-20170704.ebuild
new file mode 100644
index 00000000000..4cd24ccd382
--- /dev/null
+++ b/net-irc/ircii/ircii-20170704.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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/"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE="ipv6"
+
+DEPEND="sys-libs/ncurses:0=
+ virtual/libiconv"
+# This and irc-client both install /usr/bin/irc #247987
+RDEPEND="${DEPEND}
+ !net-irc/irc-client"
+
+PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
+
+src_configure() {
+ tc-export CC
+ econf $(use_enable ipv6)
+}
+
+src_install() {
+ emake -j1 DESTDIR="${D}" install
+
+ dodoc ChangeLog INSTALL NEWS README \
+ doc/Copyright doc/crypto doc/VERSIONS doc/ctcp
+}
diff --git a/net-irc/ircii/metadata.xml b/net-irc/ircii/metadata.xml
index 6f49eba8f49..ee9a82ac417 100644
--- a/net-irc/ircii/metadata.xml
+++ b/net-irc/ircii/metadata.xml
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+ </maintainer>
</pkgmetadata>
+
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
@ 2017-01-29 19:33 Fabian Groffen
0 siblings, 0 replies; 23+ messages in thread
From: Fabian Groffen @ 2017-01-29 19:33 UTC (permalink / raw
To: gentoo-commits
commit: ded56f915052b247ee611c8f4b06ecb8d906db75
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 19:29:38 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 19:33:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded56f91
net-irc/ircii: dropped ~x86-interix
Package-Manager: portage-2.3.3
net-irc/ircii/ircii-20110228.ebuild | 4 ++--
net-irc/ircii/ircii-20111115.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-irc/ircii/ircii-20110228.ebuild b/net-irc/ircii/ircii-20110228.ebuild
index 240ab9a..afb85f0 100644
--- a/net-irc/ircii/ircii-20110228.ebuild
+++ b/net-irc/ircii/ircii-20110228.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.eterna.com.au/ircii/"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="ipv6"
DEPEND="sys-libs/ncurses
diff --git a/net-irc/ircii/ircii-20111115.ebuild b/net-irc/ircii/ircii-20111115.ebuild
index 2461cf7..3c5f3b5 100644
--- a/net-irc/ircii/ircii-20111115.ebuild
+++ b/net-irc/ircii/ircii-20111115.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ HOMEPAGE="http://eterna.com.au/ircii/"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="ipv6"
DEPEND="sys-libs/ncurses
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2024-09-25 11:55 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 17:10 [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 11:55 Ben Kohler
2024-04-27 10:19 Ben Kohler
2024-04-26 18:47 Ben Kohler
2024-04-26 17:10 Sam James
2024-01-30 14:44 Ben Kohler
2024-01-12 19:08 Michał Górny
2023-10-16 15:25 Ben Kohler
2023-07-14 0:42 Sam James
2023-07-13 20:25 Sam James
2023-04-30 12:21 Ben Kohler
2023-04-23 14:26 Ben Kohler
2023-04-23 12:30 Ben Kohler
2022-12-17 22:37 Ben Kohler
2021-06-30 18:40 Sam James
2021-03-28 15:15 Ben Kohler
2021-03-28 12:17 Sam James
2021-03-28 12:17 Sam James
2021-03-16 15:40 Ben Kohler
2021-03-16 15:40 Ben Kohler
2019-02-06 13:39 Ben Kohler
2018-06-25 20:25 Ben Kohler
2017-01-29 19:33 Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox