summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-10 17:31:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-10 17:31:31 +0000
commite75c5a87c8066229c865a63dae106e05ac5789c4 (patch)
tree4c277e2469e7443e5bfafafb6962f27079b39dc9
parentsparc stable (diff)
downloadgentoo-2-e75c5a87c8066229c865a63dae106e05ac5789c4.tar.gz
gentoo-2-e75c5a87c8066229c865a63dae106e05ac5789c4.tar.bz2
gentoo-2-e75c5a87c8066229c865a63dae106e05ac5789c4.zip
amd64 stable
-rw-r--r--games-fps/prboom/prboom-2.2.4.ebuild4
-rw-r--r--games-misc/wtf/wtf-20021005.ebuild12
-rw-r--r--games-misc/xcruise/xcruise-0.24.ebuild19
-rw-r--r--games-misc/xpenguins/xpenguins-2.2.ebuild6
4 files changed, 17 insertions, 24 deletions
diff --git a/games-fps/prboom/prboom-2.2.4.ebuild b/games-fps/prboom/prboom-2.2.4.ebuild
index 8a7603adef11..8323b1a8b4df 100644
--- a/games-fps/prboom/prboom-2.2.4.ebuild
+++ b/games-fps/prboom/prboom-2.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/prboom-2.2.4.ebuild,v 1.3 2004/03/10 02:19:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/prboom-2.2.4.ebuild,v 1.4 2004/03/10 17:31:31 vapier Exp $
inherit games eutils gcc
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/prboom/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~amd64"
+KEYWORDS="x86 amd64"
IUSE="opengl debug"
DEPEND="virtual/x11
diff --git a/games-misc/wtf/wtf-20021005.ebuild b/games-misc/wtf/wtf-20021005.ebuild
index d619769258e9..030708d370e9 100644
--- a/games-misc/wtf/wtf-20021005.ebuild
+++ b/games-misc/wtf/wtf-20021005.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20021005.ebuild,v 1.4 2004/02/22 20:32:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20021005.ebuild,v 1.5 2004/03/10 17:28:17 vapier Exp $
inherit games
@@ -10,7 +10,7 @@ SRC_URI="http://www.mu.org/~mux/wtf/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha hppa ~amd64"
+KEYWORDS="x86 ppc sparc mips alpha hppa amd64"
DEPEND=">=sys-apps/sed-4"
RDEPEND="sys-apps/grep"
@@ -19,14 +19,14 @@ src_unpack() {
unpack ${A}
sed -i \
-e "s:/usr/local/share/misc:${GAMES_DATADIR}/${PN}:" \
- ${S}/wtf || \
- die "sed wtf failed"
+ ${S}/wtf \
+ || die "sed wtf failed"
}
src_install() {
dogamesbin wtf || die "dogamesbin failed"
- doman wtf.6 || die "doman failed"
- insinto "${GAMES_DATADIR}/${PN}"
+ doman wtf.6
+ insinto ${GAMES_DATADIR}/${PN}
doins acronyms || die "doins failed"
prepgamesdirs
}
diff --git a/games-misc/xcruise/xcruise-0.24.ebuild b/games-misc/xcruise/xcruise-0.24.ebuild
index 5959243e6196..9b2811df7aba 100644
--- a/games-misc/xcruise/xcruise-0.24.ebuild
+++ b/games-misc/xcruise/xcruise-0.24.ebuild
@@ -1,22 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruise/xcruise-0.24.ebuild,v 1.2 2004/01/06 05:12:53 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruise/xcruise-0.24.ebuild,v 1.3 2004/03/10 17:29:05 vapier Exp $
DESCRIPTION="Fly about 3D-formed file system"
+HOMEPAGE="http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/"
SRC_URI="http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/${P}.tar.gz
http://members.optushome.com.au/psylence/xcruise.man"
-HOMEPAGE="http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/"
-KEYWORDS="x86 ppc ~amd64"
-SLOT="0"
LICENSE="as-is"
+SLOT="0"
+KEYWORDS="x86 ppc amd64"
DEPEND="virtual/x11"
-S="${WORKDIR}/${P}"
-
-src_unpack() {
- unpack ${P}.tar.gz
-}
src_compile() {
cp ${DISTDIR}/xcruise.man .
@@ -25,8 +20,6 @@ src_compile() {
}
src_install() {
- dobin xcruise
-
- mv xcruise.man xcruise.1
- doman xcruise.1
+ dobin xcruise || die
+ newman xcruise.man xcruise.1
}
diff --git a/games-misc/xpenguins/xpenguins-2.2.ebuild b/games-misc/xpenguins/xpenguins-2.2.ebuild
index 36d186975cc6..31a605fd5e94 100644
--- a/games-misc/xpenguins/xpenguins-2.2.ebuild
+++ b/games-misc/xpenguins/xpenguins-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/xpenguins/xpenguins-2.2.ebuild,v 1.3 2004/02/03 01:08:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/xpenguins/xpenguins-2.2.ebuild,v 1.4 2004/03/10 17:29:30 vapier Exp $
inherit games
@@ -8,9 +8,9 @@ DESCRIPTION="Cute little penguins invading your desktop"
HOMEPAGE="http://xpenguins.seul.org/"
SRC_URI="http://xpenguins.seul.org/${P}.tar.gz"
-KEYWORDS="x86 ppc sparc alpha ~amd64"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86 ppc sparc alpha amd64"
IUSE=""
DEPEND="virtual/x11"
@@ -22,6 +22,6 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
+ dodoc AUTHORS ChangeLog NEWS README
prepgamesdirs
}