summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-11-13 18:17:52 +0000
committerSven Wegener <swegener@gentoo.org>2004-11-13 18:17:52 +0000
commit006022d2a051f6ca42cdaad34f0d7bf86cc45db1 (patch)
tree22f16f2533726240dd4226bda5efcb2e90df97d3 /net-irc
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-006022d2a051f6ca42cdaad34f0d7bf86cc45db1.tar.gz
gentoo-2-006022d2a051f6ca42cdaad34f0d7bf86cc45db1.tar.bz2
gentoo-2-006022d2a051f6ca42cdaad34f0d7bf86cc45db1.zip
Removed old ebuild.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/ircii/ChangeLog6
-rw-r--r--net-irc/ircii/files/digest-ircii-20030709-r21
-rw-r--r--net-irc/ircii/ircii-20030709-r2.ebuild32
-rw-r--r--net-irc/ircii/ircii-20040820.ebuild10
4 files changed, 10 insertions, 39 deletions
diff --git a/net-irc/ircii/ChangeLog b/net-irc/ircii/ChangeLog
index 793d9a35707f..8ae4caff549f 100644
--- a/net-irc/ircii/ChangeLog
+++ b/net-irc/ircii/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/ircii
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.15 2004/10/19 12:29:01 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.16 2004/11/13 18:17:52 swegener Exp $
+
+ 13 Nov 2004; Sven Wegener <swegener@gentoo.org> -ircii-20030709-r2.ebuild,
+ ircii-20040820.ebuild:
+ Removed old ebuild.
19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> ircii-20040820.ebuild:
Stable on amd64.
diff --git a/net-irc/ircii/files/digest-ircii-20030709-r2 b/net-irc/ircii/files/digest-ircii-20030709-r2
deleted file mode 100644
index badf73b0f067..000000000000
--- a/net-irc/ircii/files/digest-ircii-20030709-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b84fa6426dc60b2aaa9961ed17dfaef2 ircii-20030709.tar.bz2 557113
diff --git a/net-irc/ircii/ircii-20030709-r2.ebuild b/net-irc/ircii/ircii-20030709-r2.ebuild
deleted file mode 100644
index 055ce435aae5..000000000000
--- a/net-irc/ircii/ircii-20030709-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20030709-r2.ebuild,v 1.8 2004/07/08 22:08:48 swegener 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/old/${P}.tar.bz2"
-HOMEPAGE="http://www.eterna.com.au/ircii/"
-DEPEND="sys-libs/ncurses
- >=sys-apps/sed-4"
-
-RDEPEND="sys-libs/ncurses"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ~sparc ~ppc"
-
-src_compile() {
-
- # `use_with socks socks5` <- isn't socks5 working?
- econf `use_enable ipv6` || die
- emake || die "make failed"
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die "make install failed"
- prepalldocs
- dodoc ChangeLog INSTALL NEWS README
- dodoc doc/Copyright doc/crypto doc/VERSIONS doc/ctcp
-}
diff --git a/net-irc/ircii/ircii-20040820.ebuild b/net-irc/ircii/ircii-20040820.ebuild
index b132c307c6b4..fdfea43bc597 100644
--- a/net-irc/ircii/ircii-20040820.ebuild
+++ b/net-irc/ircii/ircii-20040820.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.3 2004/10/19 12:29:01 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20040820.ebuild,v 1.4 2004/11/13 18:17:52 swegener Exp $
IUSE="ipv6"
@@ -17,14 +17,14 @@ LICENSE="GPL-2"
KEYWORDS="x86 amd64 ~sparc ~ppc"
src_compile() {
- # `use_with socks socks5` <- isn't socks5 working?
- econf `use_enable ipv6` || die "econf failed"
- emake || die "make failed"
+ 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
+ doc/Copyright doc/crypto doc/VERSIONS doc/ctcp \
+ || die "dodoc failed"
}