From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild (limited to 'net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild') diff --git a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild new file mode 100644 index 000000000000..d63b26d27a72 --- /dev/null +++ b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +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 )" +RDEPEND="${DEPEND}" + +MAKEOPTS="${MAKEOPTS} -j1" + +src_configure() { + econf $(use_enable ipv6) +} + +src_install() { + default + mv "${ED}"/usr/bin/ninja{,_irc} || die #436804 +} -- cgit v1.2.3