summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-03-19 22:20:09 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-03-19 22:20:09 +0000
commitdfe86ef88e992d065994b024a063fca1181bae25 (patch)
tree5cb867ea02ef7bad1a40337ec4c3ecec52365868 /net-irc
parentold (diff)
downloadgentoo-2-dfe86ef88e992d065994b024a063fca1181bae25.tar.gz
gentoo-2-dfe86ef88e992d065994b024a063fca1181bae25.tar.bz2
gentoo-2-dfe86ef88e992d065994b024a063fca1181bae25.zip
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/ircii/ChangeLog5
-rw-r--r--net-irc/ircii/files/digest-ircii-200408203
-rw-r--r--net-irc/ircii/ircii-20040820.ebuild30
3 files changed, 4 insertions, 34 deletions
diff --git a/net-irc/ircii/ChangeLog b/net-irc/ircii/ChangeLog
index 3d00e0cf206e..5fe7f9413b94 100644
--- a/net-irc/ircii/ChangeLog
+++ b/net-irc/ircii/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ircii
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.24 2007/03/19 22:11:50 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.25 2007/03/19 22:20:09 armin76 Exp $
+
+ 19 Mar 2007; Raúl Porcel <armin76@gentoo.org> -ircii-20040820.ebuild:
+ old
19 Mar 2007; Peter Weller <welp@gentoo.org> ircii-20060725.ebuild:
Stable on amd64 wrt bug 171418
diff --git a/net-irc/ircii/files/digest-ircii-20040820 b/net-irc/ircii/files/digest-ircii-20040820
deleted file mode 100644
index faeee93abf74..000000000000
--- a/net-irc/ircii/files/digest-ircii-20040820
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index f68a37724eb3..000000000000
--- a/net-irc/ircii/ircii-20040820.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 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.8 2007/03/19 16:58:59 grobian Exp $
-
-IUSE="ipv6"
-
-DESCRIPTION="ircII is an IRC and ICB client that runs under most UNIX platforms."
-SRC_URI="ftp://ircii.warped.com/pub/ircII/${P}.tar.bz2"
-HOMEPAGE="http://www.eterna.com.au/ircii/"
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc sparc x86"
-
-src_compile() {
- econf $(use_enable ipv6) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc ChangeLog INSTALL NEWS README \
- doc/Copyright doc/crypto doc/VERSIONS doc/ctcp \
- || die "dodoc failed"
-}