summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-01-25 22:04:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-01-25 22:04:51 +0000
commitff3df3718af8d930aaaac24eca271d5030692519 (patch)
tree97fede18721d48328bdadfae879dde35005e0d62 /games-arcade/tecnoballz
parentEAPI=2; tidy (diff)
downloadhistorical-ff3df3718af8d930aaaac24eca271d5030692519.tar.gz
historical-ff3df3718af8d930aaaac24eca271d5030692519.tar.bz2
historical-ff3df3718af8d930aaaac24eca271d5030692519.zip
tidy
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-arcade/tecnoballz')
-rw-r--r--games-arcade/tecnoballz/Manifest12
-rw-r--r--games-arcade/tecnoballz/tecnoballz-0.92.ebuild6
2 files changed, 4 insertions, 14 deletions
diff --git a/games-arcade/tecnoballz/Manifest b/games-arcade/tecnoballz/Manifest
index 5259ab253890..32502d15871b 100644
--- a/games-arcade/tecnoballz/Manifest
+++ b/games-arcade/tecnoballz/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
AUX tecnoballz-0.92-automake.patch 3753 RMD160 1030419a285261d00a2f20d2d9c8a79c8e68a9ff SHA1 f5cd1d6f05a042adab0b89fae4258b0083aeb27a SHA256 d77968e6d0c6ba19432748bcf37ed319b024423b62852c3b8b37cb75b0e17578
AUX tecnoballz-0.92-gcc43.patch 456 RMD160 9888839e7f1fa9599f3f34690cb2bd77f5917e85 SHA1 8c738920b9ece789f79124765a5205a57611245e SHA256 8cee90f1123e0b066d0961f6ca31d16a8c863343b74de90104967fe79a0d5463
DIST tecnoballz-0.92.tgz 2763879 RMD160 ae383e9009af4ad7bdb14d446457dcb508c6f495 SHA1 7508b29ddafafda61dc9f784281a1b465535af8d SHA256 3ae9d084d7a65af52ef8657c2adbeda0a0747825f9b3b58b8352b7403d5b95b5
-EBUILD tecnoballz-0.92.ebuild 1116 RMD160 a91dc15cdacf080016178b20b43434cfe951a635 SHA1 f0bf3c1d3e4034b02c13a2db02ff139edd925648 SHA256 42942128ea4adc021b5b63fc676dff6dc45f69521c61012386cfb42a03740876
+EBUILD tecnoballz-0.92.ebuild 1143 RMD160 fccf8cecf4dc5b1fb618ae5308d43a67c4194ed6 SHA1 44b9616ace0361e39c7f9a5173e066451b1f5937 SHA256 abdac90eb4e0261ca2daeac258f6482dbb3d894dda1f4a7aa36069e37ebeb449
MISC ChangeLog 800 RMD160 3d8113960063656c998066bad59bce4d1a6ad22e SHA1 c5232722e6d5119620b4de0577addd27b61e985b SHA256 203b534a0be850f5ae76464194cbb0c29f3ed38ddd1c23a66edcc60c2854d476
MISC metadata.xml 548 RMD160 65f44fc4c582e885f684e73fedcb04eab67cc98d SHA1 94129bd31d9a5515f9145bcf4b15ea7df6b35d8d SHA256 add2ebe8690a2a207edd108fb2f4f506edf1baceb8c7b9696d0d2c40bc2c54e1
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAkrkSUwACgkQkKaRLQcq0GLUZQCfYV4RsZL4UbM8y4OTVCjSEc85
-4AwAn06GVBuc15OzksfvJAnAH7BKw4TG
-=eiwv
------END PGP SIGNATURE-----
diff --git a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild
index baac2e8e5f1f..94e0903ba907 100644
--- a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild
+++ b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.4 2009/10/25 12:48:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.5 2010/01/25 22:04:51 mr_bones_ Exp $
EAPI=2
inherit eutils autotools games
DESCRIPTION="An exciting Brick Breaker"
HOMEPAGE="http://linux.tlk.fr/games/TecnoballZ/"
-SRC_URI="${HOMEPAGE}download/${P}.tgz"
+SRC_URI="http://linux.tlk.fr/games/TecnoballZ/download/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
@@ -35,7 +35,7 @@ src_install() {
}
pkg_postinst() {
- built_with_use "media-libs/sdl-mixer" mikmod \
+ has_version "media-libs/sdl-mixer[mikmod]" \
|| ewarn "To have background music, emerge sdl-mixer with USE=mikmod"
games_pkg_postinst
}