diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-22 19:10:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-22 19:10:48 +0000 |
commit | 2fe1a3e8cec5a8af426b4562698f8c3d1de34722 (patch) | |
tree | 83b960a82ca4609bdfe980cf9dfd7ec2009fe5ff /games-strategy | |
parent | remove selinux masking in hardened/linux since the profile has a glibc >= 2.4. (diff) | |
download | historical-2fe1a3e8cec5a8af426b4562698f8c3d1de34722.tar.gz historical-2fe1a3e8cec5a8af426b4562698f8c3d1de34722.tar.bz2 historical-2fe1a3e8cec5a8af426b4562698f8c3d1de34722.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/Manifest | 12 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.23.ebuild | 56 |
2 files changed, 0 insertions, 68 deletions
diff --git a/games-strategy/glob2/Manifest b/games-strategy/glob2/Manifest index b9abafdd3113..b3d44b9dd99c 100644 --- a/games-strategy/glob2/Manifest +++ b/games-strategy/glob2/Manifest @@ -1,17 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX glob2-0.9.3-gcc43.patch 513 RMD160 2f33dc3a2f06711e56617c04c6bdf76a9113c59f SHA1 6fc603536c18482b6904b4e0321395df6ff256ea SHA256 cf40814f00e4065d03758e5378326c882318a5b63d89739290f31ca53388c3d4 -DIST glob2-0.8.23.tar.gz 9845036 RMD160 7dc50854d42f5b94860c3f4d3c77e5eac40914bb SHA1 910a6a4af7ff21e768aa525cda61cbd7ae675a7b SHA256 4d6e0ae73a4e0fda33cb5a344d678f379ad177c886f1730268eec27158aeaff1 DIST glob2-0.9.3.tar.gz 10688792 RMD160 266edd6a57f1e8ea8e1effac3871f3c0083fc05f SHA1 669a43707cf03e4e810e77ef8bef2f46f1116090 SHA256 07e2c09e1fc2a780ceb9e5b7e6fbb32cd6018f137f861cf2c1e1daa09339ce20 -EBUILD glob2-0.8.23.ebuild 1361 RMD160 8763a91f2bf5c0846d3323ab1fb8c81e3b2c78d6 SHA1 c79f1cf0a79ef5a4369b43bd308bb8c2037cc132 SHA256 70b1166a6b34874a9878ad3e483e2007c3c84caa23442cd05c6d6b24e3d61373 EBUILD glob2-0.9.3.ebuild 1357 RMD160 a1472c3767cfb26e5daea8a325e479c831457961 SHA1 aa524db7f7e01af83657b032b96a90827e6635ba SHA256 331003546a2a47e3235e2e58bbc55a04c77e2f59da519ff6ddef6a1bacac06b0 MISC ChangeLog 5202 RMD160 89e019cdc50f04e8ca940e5ed354238b4e505e4d SHA1 0d11dd0b1ecd146c4e83b3685bd049dbcdf02dfe SHA256 32a083588a7f3d10ce5e73b1773a8e38a519b202654cc3994a5a3130cf6ae662 MISC metadata.xml 546 RMD160 702338ae8936b3f81e43ded8c08aa74ce919a1c8 SHA1 0cddda4674a8c9a8ac51f68fa211131220c814a5 SHA256 f55b8dd9eba3e7bbaf5765b86e7c434d6f53285c3aa43923c3ec247c569cf8fd ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAkg1vqIACgkQkKaRLQcq0GIDsgCgjEbdS/KNn+KnHVt8pcZya6D8 -KEEAoK28jKxtUoJN1ryo1dW+WzrNNHA6 -=hw13 ------END PGP SIGNATURE----- diff --git a/games-strategy/glob2/glob2-0.8.23.ebuild b/games-strategy/glob2/glob2-0.8.23.ebuild deleted file mode 100644 index 1ddc0ae6ca95..000000000000 --- a/games-strategy/glob2/glob2-0.8.23.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.23.ebuild,v 1.1 2007/04/19 08:05:07 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="Real Time Strategy (RTS) game involving a brave army of globs" -HOMEPAGE="http://globulation2.org/" -SRC_URI="http://dl.sv.nongnu.org/releases/glob2/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="virtual/opengl - dev-libs/boost - >=media-libs/libsdl-1.2.0 - media-libs/libpng - media-libs/sdl-net - media-libs/sdl-ttf - media-libs/sdl-image - media-libs/libvorbis - >=media-libs/speex-1.1 - =media-libs/freetype-2* - sys-libs/zlib" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "/^glob2linkdir/s:\$(datadir):/usr/share:" \ - data/Makefile.in \ - || die "sed failed" - sed -i \ - -e "/^glob2icondir/s:\$(datadir):/usr/share:" \ - data/icons/Makefile.in \ - || die "sed failed" -} - -src_compile() { - #./configure assumes that vorbis will be installed under PREFIX bug #46352 - egamesconf \ - --disable-dependency-tracking \ - --with-vorbis=/usr \ - --with-speex=/usr \ - --with-speex-includes=/usr/include/speex \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README TODO - prepgamesdirs -} |