diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-31 12:28:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-31 12:28:16 +0000 |
commit | d3189a0459663f7e528559ec9363a3ee4c62434c (patch) | |
tree | 07a1112b7675595542ce12f3135d02beadbce4e5 /games-arcade/moagg | |
parent | Version bump. This version uses new monitor mode code available in orinico-cvs. (diff) | |
download | historical-d3189a0459663f7e528559ec9363a3ee4c62434c.tar.gz historical-d3189a0459663f7e528559ec9363a3ee4c62434c.tar.bz2 historical-d3189a0459663f7e528559ec9363a3ee4c62434c.zip |
clean older ebuild
Diffstat (limited to 'games-arcade/moagg')
-rw-r--r-- | games-arcade/moagg/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/moagg/files/digest-moagg-0.13 | 2 | ||||
-rw-r--r-- | games-arcade/moagg/moagg-0.13.ebuild | 48 |
3 files changed, 0 insertions, 52 deletions
diff --git a/games-arcade/moagg/Manifest b/games-arcade/moagg/Manifest index 13dfc9c8b61b..09f0528ec701 100644 --- a/games-arcade/moagg/Manifest +++ b/games-arcade/moagg/Manifest @@ -1,6 +1,4 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 22d180b783e82692edd2a23f641db067 ChangeLog 924 MD5 d67c9ef23f41645fd7a7223e38001b7b moagg-0.14.ebuild 1336 -MD5 5068ce6cfd4baa0ff9192573ef24fa0b moagg-0.13.ebuild 1332 -MD5 5f05ea29fe30871e68d6728fd1b1e5e8 files/digest-moagg-0.13 135 MD5 f53cc2a8e5fd4c316cf1d2839f864287 files/digest-moagg-0.14 135 diff --git a/games-arcade/moagg/files/digest-moagg-0.13 b/games-arcade/moagg/files/digest-moagg-0.13 deleted file mode 100644 index 4db3df1b00b0..000000000000 --- a/games-arcade/moagg/files/digest-moagg-0.13 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 812c93f597131e340b3e1951ef6c79ce moagg-0.13-src.tar.bz2 176261 -MD5 75d7a329579654df94870647b0dec7cc moagg-0.13-data.tar.bz2 401280 diff --git a/games-arcade/moagg/moagg-0.13.ebuild b/games-arcade/moagg/moagg-0.13.ebuild deleted file mode 100644 index 8776adb66934..000000000000 --- a/games-arcade/moagg/moagg-0.13.ebuild +++ /dev/null @@ -1,48 +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/moagg/moagg-0.13.ebuild,v 1.2 2004/08/03 11:43:43 dholm Exp $ - -inherit games - -DESCRIPTION="MOAGG (Mother Of All Gravity Games) combines several different gravity-type games" -HOMEPAGE="http://moagg.sourceforge.net" -SRC_URI="mirror://sourceforge/moagg/${P}-src.tar.bz2 - mirror://sourceforge/moagg/${P}-data.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.2.6 - >=media-libs/sdl-mixer-1.2.4 - >=media-libs/sdl-gfx-2.0.8 - >=media-libs/freetype-2.1.4 - >=dev-libs/expat-1.95.6 - =media-libs/paragui-1.0*" - -src_unpack() { - unpack ${A} - cd ${S} - # We don't want the docs inside ${GAMES_DATADIR}/doc, so we don't - # let "make install" do the doc install. - sed -i \ - -e '/^install:/s/install-doc//' Makefile.in \ - || die "sed Makefile.in failed" -} - -src_compile() { - # Turn off all the tests as they try to access /dev/svga, thus violating - # the sandbox. - egamesconf \ - --disable-sdltest \ - --disable-freetypetest \ - --disable-paraguitest \ - --disable-testsuite || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO doc/*.tex - prepgamesdirs -} |