diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-07 17:14:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-07 17:14:07 +0000 |
commit | 208ec302121782fff34ce4c0d9fc51ba4d53cb99 (patch) | |
tree | a9c5ebe73f5cfe2243297aff19c7723a11c4f3b2 /games-action | |
parent | trim whitespace (diff) | |
download | historical-208ec302121782fff34ce4c0d9fc51ba4d53cb99.tar.gz historical-208ec302121782fff34ce4c0d9fc51ba4d53cb99.tar.bz2 historical-208ec302121782fff34ce4c0d9fc51ba4d53cb99.zip |
fixup build deps
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xpilot/Manifest | 10 | ||||
-rw-r--r-- | games-action/xpilot/xpilot-4.5.4.ebuild | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/games-action/xpilot/Manifest b/games-action/xpilot/Manifest index 30c0eaefd63e..7c664a236da3 100644 --- a/games-action/xpilot/Manifest +++ b/games-action/xpilot/Manifest @@ -1,4 +1,12 @@ MD5 4e034a1dbf6e22be9874229d442c3ce2 ChangeLog 1644 +RMD160 73b31173485050982bbda4e24edbe29ba7963992 ChangeLog 1644 +SHA256 80b33f06b8cc5066326fcecb122cb674cad6d961b8d77129f2310ea6995ecafe ChangeLog 1644 MD5 58cf426f1a9fb576293c73a6edc8db61 files/digest-xpilot-4.5.4 65 +RMD160 df65df25e4c7056eea72cac4795f65316326681a files/digest-xpilot-4.5.4 65 +SHA256 fffa56f8511d6d1fb6970ed980cb144428f03954311cac820b714881742678b7 files/digest-xpilot-4.5.4 65 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 a76eaa401cd51f4d0aa7b2d76f0e9601 xpilot-4.5.4.ebuild 1372 +RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea metadata.xml 158 +SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 metadata.xml 158 +MD5 89711553c47df9dd48813c2e11316c45 xpilot-4.5.4.ebuild 1409 +RMD160 4a3a04d09f4d72595f3017782e1b1131fbed5d84 xpilot-4.5.4.ebuild 1409 +SHA256 3e829254e0ae719b6e7b162892e7e4d8ec40a6208f3f96eddc92eac68092b6e7 xpilot-4.5.4.ebuild 1409 diff --git a/games-action/xpilot/xpilot-4.5.4.ebuild b/games-action/xpilot/xpilot-4.5.4.ebuild index 7f39c24a35c3..3d717418178c 100644 --- a/games-action/xpilot/xpilot-4.5.4.ebuild +++ b/games-action/xpilot/xpilot-4.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.4.ebuild,v 1.9 2006/01/25 02:59:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.4.ebuild,v 1.10 2006/04/07 17:14:07 mr_bones_ Exp $ DESCRIPTION="A multi-player 2D client/server space game" HOMEPAGE="http://www.xpilot.org/" @@ -21,7 +21,9 @@ DEPEND="${RDEPEND} ( x11-proto/xextproto x11-proto/xproto - x11-misc/gccmakedep ) + x11-misc/gccmakedep + x11-misc/imake + app-text/rman ) virtual/x11 )" src_unpack() { |