summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-03-07 00:38:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-03-07 00:38:17 +0000
commit6b1b09948611112ac0c10b5d22b4261034f9b7ce (patch)
tree6c78a6ff90eb1020a1c03ed768f809b8bf539f9e /games-action/xpilot
parentWent overboard on CFLAGS fixes, causing some compile failures on some machines. (diff)
downloadhistorical-6b1b09948611112ac0c10b5d22b4261034f9b7ce.tar.gz
historical-6b1b09948611112ac0c10b5d22b4261034f9b7ce.tar.bz2
historical-6b1b09948611112ac0c10b5d22b4261034f9b7ce.zip
tidy
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-action/xpilot')
-rw-r--r--games-action/xpilot/Manifest12
-rw-r--r--games-action/xpilot/xpilot-4.5.4.ebuild13
2 files changed, 7 insertions, 18 deletions
diff --git a/games-action/xpilot/Manifest b/games-action/xpilot/Manifest
index 94fbdd2fe5f3..8f80173a201b 100644
--- a/games-action/xpilot/Manifest
+++ b/games-action/xpilot/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 811336b1132313259d0879db9b998153 ChangeLog 1432
+MD5 99f12c5143afae99192eb925d311c75f xpilot-4.5.4.ebuild 1209
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 9eada625136c4d8eeb66931842b33c63 xpilot-4.5.4.ebuild 1255
MD5 58cf426f1a9fb576293c73a6edc8db61 files/digest-xpilot-4.5.4 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCKzw95mJXAu5GbtIRAuXlAJ9u4V6KK4/ChIedzi1HsewzzIt9mgCggNCn
-pPVfUzg/ppEdVoSsWiAPoSE=
-=1AG+
------END PGP SIGNATURE-----
diff --git a/games-action/xpilot/xpilot-4.5.4.ebuild b/games-action/xpilot/xpilot-4.5.4.ebuild
index 6bb7dbdec44a..284a46ec5a19 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-2005 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.6 2005/03/06 15:07:06 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.4.ebuild,v 1.7 2005/03/07 00:38:17 mr_bones_ Exp $
DESCRIPTION="A multi-player 2D client/server space game"
HOMEPAGE="http://www.xpilot.org/"
@@ -8,20 +8,19 @@ SRC_URI="http://xpilot.org/pub/xpilot/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
-RDEPEND="virtual/x11"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
+DEPEND="virtual/x11"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e "s:/usr/local:/usr:" \
-e "s:/man/man:/share/man/man:" \
- Local.config || die "sed Local.config failed"
+ Local.config \
+ || die "sed failed"
}
src_compile() {