diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-13 19:05:02 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-13 19:05:02 +0000 |
commit | 85d52c31e4bfb66559707cebf7d472820128236d (patch) | |
tree | 1a50b26a5e9054a809782cbe484b2f8f1456382c /net-irc/ninja | |
parent | merge with nsa policy (diff) | |
download | historical-85d52c31e4bfb66559707cebf7d472820128236d.tar.gz historical-85d52c31e4bfb66559707cebf7d472820128236d.tar.bz2 historical-85d52c31e4bfb66559707cebf7d472820128236d.zip |
Removed old ebuild.
Diffstat (limited to 'net-irc/ninja')
-rw-r--r-- | net-irc/ninja/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ninja/files/digest-ninja-1.5.9_pre9 | 1 | ||||
-rw-r--r-- | net-irc/ninja/ninja-1.5.9_pre9.ebuild | 26 |
3 files changed, 4 insertions, 28 deletions
diff --git a/net-irc/ninja/ChangeLog b/net-irc/ninja/ChangeLog index f26bc3e8d1e9..7daed2fa8bf8 100644 --- a/net-irc/ninja/ChangeLog +++ b/net-irc/ninja/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ninja # Copyright 2003-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ChangeLog,v 1.13 2004/10/19 12:29:35 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ChangeLog,v 1.14 2004/11/13 19:05:02 swegener Exp $ + + 13 Nov 2004; Sven Wegener <swegener@gentoo.org> -ninja-1.5.9_pre9.ebuild: + Removed old ebuild. 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> ninja-1.5.9_pre12.ebuild: Stable on amd64. diff --git a/net-irc/ninja/files/digest-ninja-1.5.9_pre9 b/net-irc/ninja/files/digest-ninja-1.5.9_pre9 deleted file mode 100644 index b51f95aa2afb..000000000000 --- a/net-irc/ninja/files/digest-ninja-1.5.9_pre9 +++ /dev/null @@ -1 +0,0 @@ -MD5 3c20e06e56907f85c01f42ed02bdd216 ninja-1.5.9pre9.tar.gz 972300 diff --git a/net-irc/ninja/ninja-1.5.9_pre9.ebuild b/net-irc/ninja/ninja-1.5.9_pre9.ebuild deleted file mode 100644 index 66a4b2725d5a..000000000000 --- a/net-irc/ninja/ninja-1.5.9_pre9.ebuild +++ /dev/null @@ -1,26 +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/ninja/ninja-1.5.9_pre9.ebuild,v 1.12 2004/08/14 12:08:39 swegener Exp $ - -S=${WORKDIR}/${P/_*/} - -DESCRIPTION="Ninja IRC Client" -HOMEPAGE="http://ninja.qoop.org/" -SRC_URI="ftp://qoop.org/ninja/stable/deprecated/1.5.9pre/${P/_/}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 amd64 ~sparc ~ppc" -IUSE="ncurses ipv6 ssl" - -DEPEND="virtual/libc - ncurses? ( sys-libs/ncurses ) - ssl? ( dev-libs/openssl )" - -src_compile() { - econf $(use_enable ipv6) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" -} |