diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:30:16 +0100 |
commit | bdd228d2c20c78cc3ffc356fa2793bd0c7b72f17 (patch) | |
tree | 72be3d10810616d58a1a8b4504d141a0ee552228 /games-action/geki2-KXL | |
parent | games-action/garden: Remove old (diff) | |
download | gentoo-bdd228d2c20c78cc3ffc356fa2793bd0c7b72f17.tar.gz gentoo-bdd228d2c20c78cc3ffc356fa2793bd0c7b72f17.tar.bz2 gentoo-bdd228d2c20c78cc3ffc356fa2793bd0c7b72f17.zip |
games-action/geki2-KXL: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action/geki2-KXL')
-rw-r--r-- | games-action/geki2-KXL/geki2-KXL-2.0.3-r2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/games-action/geki2-KXL/geki2-KXL-2.0.3-r2.ebuild b/games-action/geki2-KXL/geki2-KXL-2.0.3-r2.ebuild deleted file mode 100644 index 05fcb51c9395..000000000000 --- a/games-action/geki2-KXL/geki2-KXL-2.0.3-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 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 - epatch \ - "${FILESDIR}"/${P}-paths.patch \ - "${FILESDIR}"/${P}-cflags.patch - eautoreconf -} - -src_install() { - default - insinto "${GAMES_STATEDIR}" - newins data/.score ${PN} - fperms g+w "${GAMES_STATEDIR}"/${PN} - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry geki2 Geki2 - prepgamesdirs -} |