summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2012-02-07 18:17:41 +0000
committerNathan Phillip Brink <binki@gentoo.org>2012-02-07 18:17:41 +0000
commit97a408b7898321b5fdf5bac202d4020e2dd68984 (patch)
tree64a8d35fdf2c94718e94781afb71f0f5ebfae0e5 /net-irc/ircii
parentVersion bump. (diff)
downloadgentoo-2-97a408b7898321b5fdf5bac202d4020e2dd68984.tar.gz
gentoo-2-97a408b7898321b5fdf5bac202d4020e2dd68984.tar.bz2
gentoo-2-97a408b7898321b5fdf5bac202d4020e2dd68984.zip
Drop old ircii-20060725 as bug #392771 is closed.
(Portage version: 2.2.0_alpha84-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/ircii')
-rw-r--r--net-irc/ircii/ChangeLog5
-rw-r--r--net-irc/ircii/ircii-20060725.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/net-irc/ircii/ChangeLog b/net-irc/ircii/ChangeLog
index af4201ceeefb..bb65275268b0 100644
--- a/net-irc/ircii/ChangeLog
+++ b/net-irc/ircii/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ircii
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.34 2012/02/05 15:16:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.35 2012/02/07 18:17:41 binki Exp $
+
+ 07 Feb 2012; Nathan Phillip Brink <binki@gentoo.org> -ircii-20060725.ebuild:
+ Drop old ircii-20060725 as bug #392771 is closed.
05 Feb 2012; Raúl Porcel <armin76@gentoo.org> ircii-20060725.ebuild,
ircii-20110228.ebuild, ircii-20111115.ebuild:
diff --git a/net-irc/ircii/ircii-20060725.ebuild b/net-irc/ircii/ircii-20060725.ebuild
deleted file mode 100644
index 4ec2543ac9d8..000000000000
--- a/net-irc/ircii/ircii-20060725.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20060725.ebuild,v 1.8 2012/02/05 15:16:43 armin76 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"
-# This and irc-client both install /usr/bin/irc #247987
-RDEPEND="${DEPEND}
- >=sys-apps/sed-4
- !net-irc/irc-client"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
-
-src_compile() {
- econf $(use_enable ipv6) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog INSTALL NEWS README \
- doc/Copyright doc/crypto doc/VERSIONS doc/ctcp \
- || die "dodoc failed"
-}