diff options
author | Peter Weller <welp@gentoo.org> | 2007-02-19 21:27:36 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-02-19 21:27:36 +0000 |
commit | 41bb30f3de425248adace49720da84cb5acbbd34 (patch) | |
tree | 44c784e33fae914ed3083ee425998755bece7899 /net-irc | |
parent | Re-add die to mesa if building +xcb when libX11 is -xcb. (Bug #163761, Petteri (diff) | |
download | gentoo-2-41bb30f3de425248adace49720da84cb5acbbd34.tar.gz gentoo-2-41bb30f3de425248adace49720da84cb5acbbd34.tar.bz2 gentoo-2-41bb30f3de425248adace49720da84cb5acbbd34.zip |
This time i actually removed them... - no changelog entry, worthless in this case
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ninja/files/digest-ninja-1.5.9_pre12 | 3 | ||||
-rw-r--r-- | net-irc/ninja/ninja-1.5.9_pre12.ebuild | 26 |
2 files changed, 0 insertions, 29 deletions
diff --git a/net-irc/ninja/files/digest-ninja-1.5.9_pre12 b/net-irc/ninja/files/digest-ninja-1.5.9_pre12 deleted file mode 100644 index fcc3905eba9e..000000000000 --- a/net-irc/ninja/files/digest-ninja-1.5.9_pre12 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5103c101aa0767f8ffa3955a132b132b ninja-1.5.9pre12.tar.gz 898842 -RMD160 dfc42a46438419590bd5c98b45d9020a9349ddff ninja-1.5.9pre12.tar.gz 898842 -SHA256 41180dfcaaff6f7b49576ac3af5726d3c51c6b98eae41a09aeeca852d3b1bffb ninja-1.5.9pre12.tar.gz 898842 diff --git a/net-irc/ninja/ninja-1.5.9_pre12.ebuild b/net-irc/ninja/ninja-1.5.9_pre12.ebuild deleted file mode 100644 index dbfc05cb0787..000000000000 --- a/net-irc/ninja/ninja-1.5.9_pre12.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 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_pre12.ebuild,v 1.4 2005/04/24 13:15:57 hansmi Exp $ - -S=${WORKDIR}/${P/_*/} - -DESCRIPTION="Ninja IRC Client" -HOMEPAGE="http://ninja.qoop.org/" -SRC_URI="ftp://qoop.org/ninja/stable/${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" -} |