summaryrefslogtreecommitdiff
path: root/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild')
-rw-r--r--games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild b/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild
deleted file mode 100644
index 4d3b86a97566..000000000000
--- a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="A clone of the classic game Galaga for the X Window System"
-HOMEPAGE="https://sourceforge.net/projects/xgalaga"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXext
- x11-libs/libXt"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-src_prepare() {
- sed -i \
- -e "/LEVELDIR\|SOUNDDIR/ s:prefix:datadir/${PN}:" \
- -e "/\/scores/ s:prefix:localstatedir/${PN}:" \
- configure \
- || die "sed configure failed"
- sed -i \
- -e "/SOUNDDEFS/ s:(SOUNDSRVDIR):(SOUNDSRVDIR)/bin:" \
- -e 's:make ;:$(MAKE) ;:' \
- Makefile.in \
- || die "sed Makefile.in failed"
-}
-
-src_install() {
- dogamesbin xgalaga xgal.sndsrv.oss xgalaga-hyperspace
- dodoc README README.SOUND CHANGES
- newman xgalaga.6x xgalaga.6
-
- insinto "${GAMES_DATADIR}/${PN}/sounds"
- doins sounds/*.raw
-
- insinto "${GAMES_DATADIR}/${PN}/levels"
- doins levels/*.xgl
-
- make_desktop_entry ${PN} XGalaga
-
- dodir "${GAMES_STATEDIR}/${PN}"
- touch "${D}${GAMES_STATEDIR}/${PN}/scores"
- fperms 660 "${GAMES_STATEDIR}/${PN}/scores"
- prepgamesdirs
-}