summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-16 22:07:50 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-16 22:26:40 +0200
commit9601cae656c2af4029a6c3ae7f06c84e27822ea9 (patch)
tree79a1d225ab3cab18aefcbc74f70b02eab3916fb1
parentgames-arcade/gnake: Stop using games.eclass (diff)
downloadgentoo-9601cae656c2af4029a6c3ae7f06c84e27822ea9.tar.gz
gentoo-9601cae656c2af4029a6c3ae7f06c84e27822ea9.tar.bz2
gentoo-9601cae656c2af4029a6c3ae7f06c84e27822ea9.zip
games-arcade/gnake: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--games-arcade/gnake/gnake-0.94b.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/games-arcade/gnake/gnake-0.94b.ebuild b/games-arcade/gnake/gnake-0.94b.ebuild
deleted file mode 100644
index e1e5ccf4a42e..000000000000
--- a/games-arcade/gnake/gnake-0.94b.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="An ncurses-based Nibbles clone"
-HOMEPAGE="http://lightless.org/gnake"
-SRC_URI="mirror://gentoo/Gnake.${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- emake LDLIBS="$(pkg-config ncurses --libs)" gnake
-}
-
-src_install() {
- dogamesbin gnake
- dodoc README
- prepgamesdirs
-}