commit:     fd9a2bf3d6b28ff113588e44d35bcffbd926c8f9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 17:49:37 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 19:16:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9a2bf3

games-arcade/ninvaders: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/ninvaders/ninvaders-0.1.1.ebuild | 33 ---------------------------
 1 file changed, 33 deletions(-)

diff --git a/games-arcade/ninvaders/ninvaders-0.1.1.ebuild 
b/games-arcade/ninvaders/ninvaders-0.1.1.ebuild
deleted file mode 100644
index 401662d5f69..00000000000
--- a/games-arcade/ninvaders/ninvaders-0.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="ASCII space invaders clone"
-HOMEPAGE="http://ninvaders.sourceforge.net/";
-SRC_URI="mirror://sourceforge/ninvaders/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-libs/ncurses:0"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-compile.patch
-}
-
-src_compile() {
-       emake \
-               CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-       newgamesbin nInvaders ninvaders
-       dodoc README
-       prepgamesdirs
-}

Reply via email to