commit:     7204eacc194cb1d00cc12ae5891e2c3ec3ed525c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 09:03:21 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 09:11:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7204eacc

games-arcade/ascii-invaders: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../ascii-invaders/ascii-invaders-0.1b.ebuild      | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/games-arcade/ascii-invaders/ascii-invaders-0.1b.ebuild 
b/games-arcade/ascii-invaders/ascii-invaders-0.1b.ebuild
deleted file mode 100644
index 55e72380380..00000000000
--- a/games-arcade/ascii-invaders/ascii-invaders-0.1b.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="Space invaders clone, using ncurses library"
-HOMEPAGE="https://packages.gentoo.org/package/games-arcade/ascii-invaders";
-SRC_URI="mirror://gentoo/invaders${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc64 ~x86 ~x86-fbsd ~ppc-macos"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:0"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S=${WORKDIR}/invaders
-
-src_prepare() {
-       rm -f Makefile
-}
-
-src_compile() {
-       emake LDLIBS="$(pkg-config ncurses --libs)" invaders
-}
-
-src_install() {
-       newgamesbin invaders ${PN}
-       dodoc TODO
-       prepgamesdirs
-}

Reply via email to