diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-13 21:08:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-13 21:08:22 +0000 |
commit | f98303ea37e92f300efbcbe5d52f7f7e569902d8 (patch) | |
tree | de21ecad12d9dc8c3aaf9a11f3944f53318c354a /games-arcade | |
parent | Make toolchain eclass more friendly to Gentoo/FreeBSD using root:0 instead of... (diff) | |
download | historical-f98303ea37e92f300efbcbe5d52f7f7e569902d8.tar.gz historical-f98303ea37e92f300efbcbe5d52f7f7e569902d8.tar.bz2 historical-f98303ea37e92f300efbcbe5d52f7f7e569902d8.zip |
old
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/moagg/Manifest | 14 | ||||
-rw-r--r-- | games-arcade/moagg/files/digest-moagg-0.17 | 2 | ||||
-rw-r--r-- | games-arcade/moagg/moagg-0.17.ebuild | 51 |
3 files changed, 1 insertions, 66 deletions
diff --git a/games-arcade/moagg/Manifest b/games-arcade/moagg/Manifest index d5341b121e55..b2f09e4d1806 100644 --- a/games-arcade/moagg/Manifest +++ b/games-arcade/moagg/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 fb4c884b46198c42bb01019c06c043bd moagg-0.18.ebuild 1429 -MD5 8b8c27d3b464d2b4030d621def523872 moagg-0.17.ebuild 1415 MD5 f0e775f1a784cdc8774c6071c17e1a20 ChangeLog 1957 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 2d7ec6d91f967aad8a756d364ee8ce3d files/digest-moagg-0.17 135 MD5 5409873e6ef3d63c6eb6349acdb9b15c files/digest-moagg-0.18 135 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCe0EnI1lqEGTUzyQRAvTzAKCZcGVPTFy3AQow6RfBzqKuustg8wCgr5fu -QnITvurh4tGzWY3OMG3hIOw= -=PXYc ------END PGP SIGNATURE----- diff --git a/games-arcade/moagg/files/digest-moagg-0.17 b/games-arcade/moagg/files/digest-moagg-0.17 deleted file mode 100644 index 2771053acf78..000000000000 --- a/games-arcade/moagg/files/digest-moagg-0.17 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 315ce7792e01bbc3ba3434e970ce5da9 moagg-0.17-src.tar.bz2 193880 -MD5 82ed9d6f5481d9a9ab5a1d21cb63bd2a moagg-0.17-data.tar.bz2 408368 diff --git a/games-arcade/moagg/moagg-0.17.ebuild b/games-arcade/moagg/moagg-0.17.ebuild deleted file mode 100644 index 8a0d2b2f2e5b..000000000000 --- a/games-arcade/moagg/moagg-0.17.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/moagg/moagg-0.17.ebuild,v 1.1 2005/02/07 06:49:51 mr_bones_ 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="ppc x86" -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 - sys-libs/zlib - >=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 '/^CXXFLAGS/ s/@CXXFLAGS_CONFIG@.*/@CXXFLAGS_CONFIG@/' \ - -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 -} |