summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-16 22:18:44 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-16 22:26:46 +0200
commit71a5abdce43a11d81d78751266405d59482d1ea3 (patch)
treead4c757c04fe2e6e10b7e2a8847ac97dfb83177d
parentgames-arcade/grande-KXL: Stop using games.eclass (diff)
downloadgentoo-71a5abdce43a11d81d78751266405d59482d1ea3.tar.gz
gentoo-71a5abdce43a11d81d78751266405d59482d1ea3.tar.bz2
gentoo-71a5abdce43a11d81d78751266405d59482d1ea3.zip
games-arcade/grande-KXL: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--games-arcade/grande-KXL/grande-KXL-0.6.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/games-arcade/grande-KXL/grande-KXL-0.6.ebuild b/games-arcade/grande-KXL/grande-KXL-0.6.ebuild
deleted file mode 100644
index 83439fb55b63..000000000000
--- a/games-arcade/grande-KXL/grande-KXL-0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="ZANAC type game"
-HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-games/KXL"
-RDEPEND="${DEPEND}
- media-fonts/font-adobe-100dpi"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-{configure.in,cflags}.patch
- mv configure.{in,ac}
- rm aclocal.m4
- eautoreconf
-}
-
-src_install() {
- dodir "${GAMES_STATEDIR}"
- default
- newicon src/bmp/boss1.bmp ${PN}.bmp
- make_desktop_entry grande Grande /usr/share/pixmaps/${PN}.bmp
- prepgamesdirs
-}