diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-25 20:15:49 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-25 20:29:36 +0200 |
commit | 126e3203561e79063f6e989c9c3aa1acb929d6bd (patch) | |
tree | b84c9313ddf08a6c8a30e6501d6e0259b1dd4098 /games-arcade | |
parent | games-arcade/xsfcave: Stop using games.eclass (diff) | |
download | gentoo-126e3203561e79063f6e989c9c3aa1acb929d6bd.tar.gz gentoo-126e3203561e79063f6e989c9c3aa1acb929d6bd.tar.bz2 gentoo-126e3203561e79063f6e989c9c3aa1acb929d6bd.zip |
games-arcade/xsfcave: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xsfcave/xsfcave-0.5.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/games-arcade/xsfcave/xsfcave-0.5.ebuild b/games-arcade/xsfcave/xsfcave-0.5.ebuild deleted file mode 100644 index 57b1fa0cb3be..000000000000 --- a/games-arcade/xsfcave/xsfcave-0.5.ebuild +++ /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 -} |