Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ninja/
Date: Wed, 04 Nov 2015 11:23:15
Message-Id: 1446636170.4a7b87eb6d4e89237ac162399f16f1087a5a13ac.kensington@gentoo
1 commit: 4a7b87eb6d4e89237ac162399f16f1087a5a13ac
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 4 11:21:41 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 4 11:22:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7b87eb
7
8 net-irc/ninja: remove old
9
10 Package-Manager: portage-2.2.20.1
11
12 net-irc/ninja/ninja-1.5.9_pre14.ebuild | 31 -------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/net-irc/ninja/ninja-1.5.9_pre14.ebuild b/net-irc/ninja/ninja-1.5.9_pre14.ebuild
16 deleted file mode 100644
17 index 343fd99..0000000
18 --- a/net-irc/ninja/ninja-1.5.9_pre14.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -S=${WORKDIR}/${P/_*/}
26 -
27 -DESCRIPTION="Ninja IRC Client"
28 -HOMEPAGE="http://ninja.qoop.org/"
29 -SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz"
30 -SLOT="0"
31 -LICENSE="GPL-2"
32 -KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
33 -IUSE="ncurses ipv6 ssl"
34 -
35 -RESTRICT="test"
36 -
37 -DEPEND="ncurses? ( sys-libs/ncurses )
38 - ssl? ( dev-libs/openssl )
39 - !dev-util/ninja" #436804
40 -RDEPEND="${DEPEND}"
41 -
42 -MAKEOPTS="${MAKEOPTS} -j1"
43 -
44 -src_compile() {
45 - econf $(use_enable ipv6) || die "econf failed"
46 - emake || die "emake failed"
47 -}
48 -
49 -src_install() {
50 - emake DESTDIR="${D}" install || die "emake install failed"
51 -}