summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/gnake/gnake-0.94b-r2.ebuild')
-rw-r--r--games-arcade/gnake/gnake-0.94b-r2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/games-arcade/gnake/gnake-0.94b-r2.ebuild b/games-arcade/gnake/gnake-0.94b-r2.ebuild
deleted file mode 100644
index 565824fbdade..000000000000
--- a/games-arcade/gnake/gnake-0.94b-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-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"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- emake LDLIBS="$($(tc-getPKG_CONFIG) ncurses --libs)" gnake
-}
-
-src_install() {
- dobin gnake
- einstalldocs
-}