diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 04:44:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 04:44:46 +0000 |
commit | 49bebf22d8ec62ce4a39ad7bd99ff3de9dff099b (patch) | |
tree | 55aed70126c2756dc8ba9a5ad9ce7b09380ea226 /games-action | |
parent | Remove ~hppa until the rest can be keyworded. (diff) | |
download | historical-49bebf22d8ec62ce4a39ad7bd99ff3de9dff099b.tar.gz historical-49bebf22d8ec62ce4a39ad7bd99ff3de9dff099b.tar.bz2 historical-49bebf22d8ec62ce4a39ad7bd99ff3de9dff099b.zip |
tidy
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xpilot-ng/Manifest | 2 | ||||
-rw-r--r-- | games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games-action/xpilot-ng/Manifest b/games-action/xpilot-ng/Manifest index 24648e3406e2..15f6609a0a02 100644 --- a/games-action/xpilot-ng/Manifest +++ b/games-action/xpilot-ng/Manifest @@ -2,6 +2,6 @@ AUX xpilot-ng-4.7.2-glibc210.patch 2583 RMD160 cb4e486551c6726e792fa79453be82d28 AUX xpilot-ng-4.7.2-xpngcc.patch 648 RMD160 f5bae034c80cb972ee6235ca2bf8d23c1b5df3bb SHA1 76dcaeed120b7f95daa6ac50806fbd250922ba49 SHA256 12973a163663e6a5f560737742dc51b0f0ba258ac01ea255184a8c70eda3d870 DIST xpilot-ng-4.7.2.tar.gz 2807988 RMD160 acc4266fd14467168cf3412ed747c5377b34ed41 SHA1 b61f05c9041866bcb58d7808dfd1dba09a6e930e SHA256 31ef0f6b40779dd0ac5eb1bd17dd0908174e52991413fe25d623b6336d480fc0 DIST xpilot-ng.png 3898 RMD160 a68fe7ffb0b2d4225b95233be950d65dc527c3ad SHA1 3461e7cccd99d006542bfa97d8f1dd63abd8967d SHA256 6c9ba1bb1d0bf20428df32453cc66b2fa93b28bebcb75237ccb3052e8e8c8dde -EBUILD xpilot-ng-4.7.2-r1.ebuild 1796 RMD160 83f1c19a8ba0340bf58e4637ecb0404028debc73 SHA1 d14e4a1d147a1c0c94316ea288a4e4ec588e5446 SHA256 7c9219a7c4e0a421be6665896aa47c58ebb1469f83f1d8942ba2a8875158819a +EBUILD xpilot-ng-4.7.2-r1.ebuild 1786 RMD160 ffcce6adb6fc655569e578c101eeaf338e5a38b3 SHA1 3c768d7c95749888918f489878fca5a90fe47de8 SHA256 18eb4f942c706d70ebe6899818cb3b22d96710ae0529f05b93eca02edaece874 MISC ChangeLog 1814 RMD160 73ee4538dab19f0670cd99349291dfc9ed348ba2 SHA1 0f4876ee39fa71f70689e06d9355b8d0833435be SHA256 53349b9ca191001bd1342538005891196925e96cae7663bab2496ef6797ac2bb MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild b/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild index 4b72d6bcbd8c..28574989a4f0 100644 --- a/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild +++ b/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.6 2009/06/08 10:45:13 tupone Exp $ -EAPI=2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.7 2009/10/14 04:44:46 mr_bones_ Exp $ +EAPI=2 inherit python eutils multilib games DESCRIPTION="Improvement of the multiplayer space game XPilot" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/xpilot/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="openal sdl" RDEPEND="x11-libs/libX11 @@ -20,7 +20,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libSM dev-libs/expat openal? ( media-libs/openal ) - =dev-python/wxpython-2.6* + dev-python/wxpython:2.6 sdl? ( virtual/opengl media-libs/libsdl @@ -46,8 +46,7 @@ src_configure() { --disable-dependency-tracking \ $(use_enable sdl sdl-client) \ $(use_enable sdl sdl-gameloop) \ - $(use_enable openal sound) \ - || die + $(use_enable openal sound) } src_install() { |