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 | 2ca34dcf24dc8dd2d9ac4478ca328c53786c27c7 (patch) | |
tree | 935b6aec07cdcc614b977445ff33ec9cd3344df6 /games-arcade/moagg | |
parent | Version bump. This version uses new monitor mode code available in orinico-cv... (diff) | |
download | gentoo-2-2ca34dcf24dc8dd2d9ac4478ca328c53786c27c7.tar.gz gentoo-2-2ca34dcf24dc8dd2d9ac4478ca328c53786c27c7.tar.bz2 gentoo-2-2ca34dcf24dc8dd2d9ac4478ca328c53786c27c7.zip |
clean older ebuild
Diffstat (limited to 'games-arcade/moagg')
-rw-r--r-- | games-arcade/moagg/files/digest-moagg-0.13 | 2 | ||||
-rw-r--r-- | games-arcade/moagg/moagg-0.13.ebuild | 48 |
2 files changed, 0 insertions, 50 deletions
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 -} |