games-arcade/xsfcave: Drop old
authorPacho Ramos <pacho@gentoo.org>
Wed, 25 Apr 2018 18:15:49 +0000 (20:15 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 25 Apr 2018 18:29:36 +0000 (20:29 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

games-arcade/xsfcave/xsfcave-0.5.ebuild [deleted file]

diff --git a/games-arcade/xsfcave/xsfcave-0.5.ebuild b/games-arcade/xsfcave/xsfcave-0.5.ebuild
deleted file mode 100644 (file)
index 57b1fa0..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="A X11 sfcave clone"
-HOMEPAGE="http://xsfcave.idios.org"
-SRC_URI="mirror://sourceforge/scrap/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="x11-libs/libXext
-       x11-libs/libSM"
-RDEPEND="${DEPEND}"
-
-src_install() {
-       default
-       prepgamesdirs
-}