diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-22 13:02:03 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-22 13:02:03 +0000 |
commit | 84fad74ce2361a932800aa03ed0613c014a8fbad (patch) | |
tree | f593cb75a4ec8ff1ecf5023d3bdf9cef64d64ce8 /net-irc/ircii | |
parent | Version bump. Resolves bug #144735. Increased dependency from KDE 3.3 to KDE ... (diff) | |
download | gentoo-2-84fad74ce2361a932800aa03ed0613c014a8fbad.tar.gz gentoo-2-84fad74ce2361a932800aa03ed0613c014a8fbad.tar.bz2 gentoo-2-84fad74ce2361a932800aa03ed0613c014a8fbad.zip |
Stable on SPARC.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'net-irc/ircii')
-rw-r--r-- | net-irc/ircii/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/ircii/files/digest-ircii-20040820 | 2 | ||||
-rw-r--r-- | net-irc/ircii/ircii-20040820.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-irc/ircii/ChangeLog b/net-irc/ircii/ChangeLog index a0f6e77dd0df..b56e3ea3a8ac 100644 --- a/net-irc/ircii/ChangeLog +++ b/net-irc/ircii/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ircii -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.18 2005/03/10 01:41:56 j4rg0n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.19 2006/08/22 13:02:03 weeve Exp $ + + 22 Aug 2006; Jason Wever <weeve@gentoo.org> ircii-20040820.ebuild: + Stable on SPARC. 09 Mar 2005; Lina Pezzella <j4rg0n@gentoo.org> ircii-20040820.ebuild: Stable ppc-macos diff --git a/net-irc/ircii/files/digest-ircii-20040820 b/net-irc/ircii/files/digest-ircii-20040820 index 3cec10ac368f..faeee93abf74 100644 --- a/net-irc/ircii/files/digest-ircii-20040820 +++ b/net-irc/ircii/files/digest-ircii-20040820 @@ -1 +1,3 @@ MD5 d1be40023411d857df37653580bd633c ircii-20040820.tar.bz2 559843 +RMD160 8be064650062a1dd861d70ce0d5ebd7f99c3448e ircii-20040820.tar.bz2 559843 +SHA256 1d070753e4d6df84251c495be33fb6858db0ecbb06eacf78d584101c7cc24124 ircii-20040820.tar.bz2 559843 diff --git a/net-irc/ircii/ircii-20040820.ebuild b/net-irc/ircii/ircii-20040820.ebuild index 10ebd47e5068..6fc14922114b 100644 --- a/net-irc/ircii/ircii-20040820.ebuild +++ b/net-irc/ircii/ircii-20040820.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20040820.ebuild,v 1.6 2005/03/10 01:41:56 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20040820.ebuild,v 1.7 2006/08/22 13:02:03 weeve Exp $ IUSE="ipv6" @@ -14,7 +14,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 amd64 ~sparc ~ppc ppc-macos" +KEYWORDS="amd64 ~ppc ppc-macos sparc x86" src_compile() { econf $(use_enable ipv6) || die "econf failed" |