diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-11-04 22:21:41 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-11-04 22:22:50 +1100 |
commit | 4a7b87eb6d4e89237ac162399f16f1087a5a13ac (patch) | |
tree | e3b29026e1f9e67fbbd68bafb5430d5bda31d4d3 /net-irc/ninja | |
parent | x11-misc/netwmpager: remove old (diff) | |
download | gentoo-4a7b87eb6d4e89237ac162399f16f1087a5a13ac.tar.gz gentoo-4a7b87eb6d4e89237ac162399f16f1087a5a13ac.tar.bz2 gentoo-4a7b87eb6d4e89237ac162399f16f1087a5a13ac.zip |
net-irc/ninja: remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-irc/ninja')
-rw-r--r-- | net-irc/ninja/ninja-1.5.9_pre14.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-irc/ninja/ninja-1.5.9_pre14.ebuild b/net-irc/ninja/ninja-1.5.9_pre14.ebuild deleted file mode 100644 index 343fd9983d05..000000000000 --- a/net-irc/ninja/ninja-1.5.9_pre14.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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="amd64 ppc ~ppc64 ~sparc x86" -IUSE="ncurses ipv6 ssl" - -RESTRICT="test" - -DEPEND="ncurses? ( sys-libs/ncurses ) - ssl? ( dev-libs/openssl ) - !dev-util/ninja" #436804 -RDEPEND="${DEPEND}" - -MAKEOPTS="${MAKEOPTS} -j1" - -src_compile() { - econf $(use_enable ipv6) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |