summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-24 01:02:02 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-24 01:02:02 +0000
commit5aff227ca629400bf4b0b9e56951252b57dd9f13 (patch)
tree8820e8a48fb75cef5fa011407df6cad628ab06c6 /games-arcade/xgalaga
parentFix building with newer gcc versions #93736 by Igor Galchevsky. (diff)
downloadgentoo-2-5aff227ca629400bf4b0b9e56951252b57dd9f13.tar.gz
gentoo-2-5aff227ca629400bf4b0b9e56951252b57dd9f13.tar.bz2
gentoo-2-5aff227ca629400bf4b0b9e56951252b57dd9f13.zip
old
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-arcade/xgalaga')
-rw-r--r--games-arcade/xgalaga/files/digest-xgalaga-2.0.34-r52
-rw-r--r--games-arcade/xgalaga/xgalaga-2.0.34-r5.ebuild57
2 files changed, 0 insertions, 59 deletions
diff --git a/games-arcade/xgalaga/files/digest-xgalaga-2.0.34-r5 b/games-arcade/xgalaga/files/digest-xgalaga-2.0.34-r5
deleted file mode 100644
index 196c5532378d..000000000000
--- a/games-arcade/xgalaga/files/digest-xgalaga-2.0.34-r5
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 9f7ee685e9c4741b5f0edc3f91df9510 xgalaga_2.0.34.orig.tar.gz 314189
-MD5 3c3272c04079cd1530de4d93769a78ac xgalaga_2.0.34-28.diff.gz 44724
diff --git a/games-arcade/xgalaga/xgalaga-2.0.34-r5.ebuild b/games-arcade/xgalaga/xgalaga-2.0.34-r5.ebuild
deleted file mode 100644
index 35cd8ea5da45..000000000000
--- a/games-arcade/xgalaga/xgalaga-2.0.34-r5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xgalaga/xgalaga-2.0.34-r5.ebuild,v 1.1 2004/07/10 04:16:23 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="Galaga game clone."
-HOMEPAGE="http://rumsey.org/xgal.html"
-SRC_URI="http://http.us.debian.org/debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
- http://http.us.debian.org/debian/pool/main/x/${PN}/${PN}_${PV}-28.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc alpha sparc amd64"
-IUSE=""
-
-DEPEND="virtual/x11"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch "${WORKDIR}/${PN}_${PV}-28.diff"
- 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:@prefix@:@prefix@/bin:' Makefile.in \
- || die "sed Makefile.in failed"
-}
-
-src_compile() {
- egamesconf || die
- emake CPPFLAGS="-D__NO_STRING_INLINES" || die "compile problem"
-}
-
-src_install() {
- dogamesbin xgalaga xgal.sndsrv.linux || die "dogamesbin failed"
- dodoc README README.SOUND CHANGES INSTALL
- newman xgal.6x xgal.6
-
- insinto "${GAMES_DATADIR}/${PN}/sounds"
- doins sounds/*.raw || die "doins failed"
-
- insinto "${GAMES_DATADIR}/${PN}/levels"
- doins levels/*.xgl || die "doins failed"
-
- insinto /usr/share/pixmaps
- doins xgalaga-icon.xpm || die "doins failed"
-
- make_desktop_entry xgalaga xgalaga xgalaga-icon.xpm
-
- dodir "${GAMES_STATEDIR}/${PN}"
- touch "${D}${GAMES_STATEDIR}/${PN}/scores"
- fperms 660 "${GAMES_STATEDIR}/${PN}/scores"
- prepgamesdirs
-}