summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:09 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:30:22 +0100
commit3fedf98dd5d18e55de9cd89d056613d5233f93db (patch)
tree77189797d8cade624d113da97ca8c52ad780bc03 /games-action
parentgames-action/geki2-KXL: Remove old (diff)
downloadgentoo-3fedf98dd5d18e55de9cd89d056613d5233f93db.tar.gz
gentoo-3fedf98dd5d18e55de9cd89d056613d5233f93db.tar.bz2
gentoo-3fedf98dd5d18e55de9cd89d056613d5233f93db.zip
games-action/geki3-KXL: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action')
-rw-r--r--games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild b/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild
deleted file mode 100644
index ea1a3b65174c..000000000000
--- a/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="2D length scroll shooting game"
-HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-games/KXL"
-RDEPEND="${DEPEND}
- media-fonts/font-adobe-100dpi"
-
-src_prepare() {
- rm -f missing
- sed -i \
- -e '1i #include <string.h>' \
- -e "s:DATA_PATH \"/.score\":\"${GAMES_STATEDIR}/${PN}\":" \
- src/ranking.c || die
- sed -i -e '/CFLAGS/s/$/ @CFLAGS@/' src/Makefile.am || die #bug 426890
- epatch "${FILESDIR}"/${P}-paths.patch
- mv configure.{in,ac}
- eautoreconf
-}
-
-src_install() {
- default
- insinto "${GAMES_STATEDIR}"
- newins data/.score ${PN}
- fperms g+w "${GAMES_STATEDIR}"/${PN}
- doicon "${DISTDIR}"/${PN}.png
- make_desktop_entry geki3 Geki3
- prepgamesdirs
-}