mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-irc/ninja: remove old
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user