summaryrefslogtreecommitdiff
path: root/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-21 07:03:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-21 07:03:54 +0000
commit1ad2c51f9cc380c164b03ed03acda1c3fcc0a476 (patch)
treedd39d93cbea55db38069a7fed0a1c8667b7d88b3 /games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild
parentd32022e7301aef2b3f52f6b7a3de81c6e03ffcaf (diff)
gentoo auto-resync : 21:11:2022 - 07:03:53
Diffstat (limited to 'games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild')
-rw-r--r--games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild b/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild
deleted file mode 100644
index f93c692bec64..000000000000
--- a/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools desktop
-
-DESCRIPTION="ZANAC type game"
-HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html"
-SRC_URI="
- mirror://gentoo/${P}.tar.gz
- https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- acct-group/gamestat
- dev-games/KXL"
-RDEPEND="${DEPEND}
- media-fonts/font-adobe-100dpi
- media-fonts/font-bitstream-100dpi"
-
-PATCHES=(
- "${FILESDIR}"/${P}-cflags.patch
- "${FILESDIR}"/${P}-paths.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_configure() {
- econf --with-highscore-path="${EPREFIX}/var/games"
-}
-
-src_install() {
- dodir /var/games
- default
-
- fowners :gamestat /var/games/grande.scores /usr/bin/grande
- fperms g+s /usr/bin/grande
- fperms 660 /var/games/grande.scores
-
- doicon "${DISTDIR}"/${PN}.png
- make_desktop_entry grande Grande
-}