summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-07-15 16:24:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-07-15 16:24:55 +0000
commitbbc479990439f7600d6983c4b31834f15f2c4077 (patch)
treebdaecd9348ece914f8709a30bae6f3ea7a360bdb /games-action
parentamd64 stable, bug #231497 (diff)
downloadhistorical-bbc479990439f7600d6983c4b31834f15f2c4077.tar.gz
historical-bbc479990439f7600d6983c4b31834f15f2c4077.tar.bz2
historical-bbc479990439f7600d6983c4b31834f15f2c4077.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-action')
-rw-r--r--games-action/glaxium/Manifest1
-rw-r--r--games-action/glaxium/glaxium-0.5.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/games-action/glaxium/Manifest b/games-action/glaxium/Manifest
index b3dbe6d09dfc..a10751993cc6 100644
--- a/games-action/glaxium/Manifest
+++ b/games-action/glaxium/Manifest
@@ -5,6 +5,5 @@ AUX glaxium-0.5-gcc41.patch 808 RMD160 1943be88713d73836b32704b27a25473d94dec63
AUX glaxium-0.5-glx.patch 2017 RMD160 e2e282f57c23de04c30d1d551efc30a937679812 SHA1 ed0514cc8abc3ee96a052b5486cc7f033b9ee33f SHA256 e9875901eae693bb62c3fe3871dce796b4a5325131d022e40779cb47bf3a3319
DIST glaxium_0.5.tar.gz 1692219 RMD160 5c988c53d4205ac80e0011a893a80daecf096c1f SHA1 42526a009a377a6fede7b7d343a0cd57c2f8e23e SHA256 78f5a9e1785e9e39f6dcb32134a3bd224372f572f191e7ed77bf50b109afb5f7
EBUILD glaxium-0.5-r1.ebuild 1035 RMD160 7e62783bf86663cdef088c145ea9c31a4fc55c9b SHA1 892b3e0bdf0d6171b5ead10bca95dff76069e371 SHA256 85024ef591cd592ac37ba62f345d5af49f43a69f88c2c225be4f26ef696f9ed2
-EBUILD glaxium-0.5.ebuild 992 RMD160 e64cc0ab1e8cbd3402430bedf863198355859cb0 SHA1 ae8e99c8495eaf75522d93a629f9f541f3fb6145 SHA256 14d50afcd81dc5c35f2414247a399576029d5ddb4f7d5e24a9ff5e38195031d0
MISC ChangeLog 2478 RMD160 e4cb3435641b616b9f9f40f16e3d748721a47ea1 SHA1 c74397b0e646b3ac76d64a70dd3c691586ee7d1f SHA256 ed76674f8fd528dcfee298cd190fe7256b02608a32f0d907cb1d24c53b4be744
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-action/glaxium/glaxium-0.5.ebuild b/games-action/glaxium/glaxium-0.5.ebuild
deleted file mode 100644
index bb32cc98e228..000000000000
--- a/games-action/glaxium/glaxium-0.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v 1.17 2007/09/21 13:48:27 nyhm Exp $
-
-inherit autotools eutils games
-
-DESCRIPTION="OpenGL-based space-ship shoot-em-up style game"
-HOMEPAGE="http://xhosxe.free.fr/glaxium/"
-SRC_URI="http://xhosxe.free.fr/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-mixer
- virtual/opengl
- virtual/glu
- virtual/glut
- media-libs/libpng"
-
-S=${WORKDIR}/${PN}_${PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- if has_version x11-drivers/nvidia-drivers ; then
- epatch "${FILESDIR}"/${P}-glx.patch
- fi
- epatch \
- "${FILESDIR}"/${PV}-rc.patch \
- "${FILESDIR}"/${P}-gcc41.patch \
- "${FILESDIR}"/${P}-build.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README.txt CHANGES.txt
- prepgamesdirs
-}