summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-03-12 23:43:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-03-12 23:43:50 +0000
commit12ee868dfd8994c7bb922dd1ffd3cfb62fa0dc30 (patch)
tree2a391caed6de7293b39984d8c03f41af07f41318 /games-strategy
parentX is implicit (diff)
downloadgentoo-2-12ee868dfd8994c7bb922dd1ffd3cfb62fa0dc30.tar.gz
gentoo-2-12ee868dfd8994c7bb922dd1ffd3cfb62fa0dc30.tar.bz2
gentoo-2-12ee868dfd8994c7bb922dd1ffd3cfb62fa0dc30.zip
X is implicit
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/xarchon/ChangeLog8
-rw-r--r--games-strategy/xarchon/xarchon-0.50.ebuild9
-rw-r--r--games-strategy/xarchon/xarchon-0.60.ebuild17
3 files changed, 17 insertions, 17 deletions
diff --git a/games-strategy/xarchon/ChangeLog b/games-strategy/xarchon/ChangeLog
index 63a23d66c921..b6b4dabe5feb 100644
--- a/games-strategy/xarchon/ChangeLog
+++ b/games-strategy/xarchon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/xarchon
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/ChangeLog,v 1.7 2005/05/01 18:11:55 hansmi Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/ChangeLog,v 1.8 2006/03/12 23:43:50 mr_bones_ Exp $
+
+ 12 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> xarchon-0.50.ebuild,
+ xarchon-0.60.ebuild:
+ X is implicit
01 May 2005; Michael Hanselmann <hansmi@gentoo.org> xarchon-0.60.ebuild:
Stable on ppc.
diff --git a/games-strategy/xarchon/xarchon-0.50.ebuild b/games-strategy/xarchon/xarchon-0.50.ebuild
index 37738af9b702..4a04bc241a88 100644
--- a/games-strategy/xarchon/xarchon-0.50.ebuild
+++ b/games-strategy/xarchon/xarchon-0.50.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/xarchon-0.50.ebuild,v 1.6 2006/01/11 21:34:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/xarchon-0.50.ebuild,v 1.7 2006/03/12 23:43:50 mr_bones_ Exp $
inherit games
@@ -11,11 +11,10 @@ SRC_URI="ftp://ftp.seul.org/pub/xarchon/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
IUSE="esd joystick"
-DEPEND="virtual/x11
- =x11-libs/gtk+-1*
+DEPEND="=x11-libs/gtk+-1*
esd? ( media-sound/esound )"
src_compile() {
diff --git a/games-strategy/xarchon/xarchon-0.60.ebuild b/games-strategy/xarchon/xarchon-0.60.ebuild
index 5e3ff440651b..25a562569c6f 100644
--- a/games-strategy/xarchon/xarchon-0.60.ebuild
+++ b/games-strategy/xarchon/xarchon-0.60.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/xarchon-0.60.ebuild,v 1.8 2005/05/01 18:11:55 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/xarchon-0.60.ebuild,v 1.9 2006/03/12 23:43:50 mr_bones_ Exp $
inherit eutils games
@@ -12,23 +12,20 @@ SRC_URI="ftp://ftp.seul.org/pub/xarchon/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
IUSE="esd joystick" # also has qt support but it fails :/
-RDEPEND="virtual/x11
- =x11-libs/gtk+-1*
+DEPEND="=x11-libs/gtk+-1*
<dev-util/glade-2
esd? ( media-sound/esound )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${WORKDIR}/${P}-gtk.patch"
sed -i \
-e 's:gtk12-config:gtk-config:' configure \
- || die "sed configure failed"
+ || die "sed configure failed"
}
src_compile() {
@@ -41,7 +38,7 @@ src_compile() {
$(use_enable joystick) \
--with-default-gtk \
${mysndconf} \
- || die
+ || die
emake || die "emake failed"
}