summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-20 04:48:18 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-20 04:48:18 +0000
commit50cea233390d1407f948d85ab69a9564e3cf9fc0 (patch)
treeddbe2def9334ae9dd54bbca5f92779ba7332934b /games-action
parentVersion bump #78546 by C. Dominik Bodi. (diff)
downloadgentoo-2-50cea233390d1407f948d85ab69a9564e3cf9fc0.tar.gz
gentoo-2-50cea233390d1407f948d85ab69a9564e3cf9fc0.tar.bz2
gentoo-2-50cea233390d1407f948d85ab69a9564e3cf9fc0.zip
old
(Portage version: 2.0.51-r13)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/bzflag/bzflag-1.10.2.ebuild31
-rw-r--r--games-action/bzflag/bzflag-1.10.4.ebuild43
-rw-r--r--games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild49
-rw-r--r--games-action/bzflag/bzflag-1.10.6.20040515.ebuild37
-rw-r--r--games-action/bzflag/bzflag-1.10.8.20041007.ebuild14
-rw-r--r--games-action/bzflag/files/digest-bzflag-1.10.21
-rw-r--r--games-action/bzflag/files/digest-bzflag-1.10.41
-rw-r--r--games-action/bzflag/files/digest-bzflag-1.10.6.200405151
-rw-r--r--games-action/bzflag/files/digest-bzflag-1.10.6.20040515-r11
9 files changed, 6 insertions, 172 deletions
diff --git a/games-action/bzflag/bzflag-1.10.2.ebuild b/games-action/bzflag/bzflag-1.10.2.ebuild
deleted file mode 100644
index e3e6e6a68c90..000000000000
--- a/games-action/bzflag/bzflag-1.10.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.2.ebuild,v 1.2 2004/06/24 21:53:03 agriffis Exp $
-
-inherit games
-
-MY_P="${P}.20031223"
-S="${WORKDIR}/${PN}-1.10.2.20031223"
-DESCRIPTION="OpenGL accelerated 3d tank combat simulator game"
-HOMEPAGE="http://www.BZFlag.org/"
-SRC_URI="mirror://sourceforge/bzflag/${MY_P}.tar.gz"
-
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-DEPEND="virtual/opengl"
-
-src_install () {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS README.UNIX TODO README ChangeLog BUGS PORTING || \
- die "dodoc failed"
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- ewarn "This version of ${PN} breaks compatibility with all previous releases"
- echo
-}
diff --git a/games-action/bzflag/bzflag-1.10.4.ebuild b/games-action/bzflag/bzflag-1.10.4.ebuild
deleted file mode 100644
index ea778484b1b5..000000000000
--- a/games-action/bzflag/bzflag-1.10.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.4.ebuild,v 1.5 2004/06/24 21:53:03 agriffis Exp $
-
-inherit games
-
-MY_P="${P}.20040125"
-DESCRIPTION="OpenGL accelerated 3d tank combat simulator game"
-HOMEPAGE="http://www.BZFlag.org/"
-SRC_URI="mirror://sourceforge/bzflag/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc amd64"
-IUSE=""
-
-DEPEND="virtual/opengl"
-
-S="${WORKDIR}/${PN}-1.10.4.20040125"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- if use amd64 ; then
- sed -i \
- -e "s/-mcpu=\$host_cpu//" configure \
- || die "sed failed"
- chmod +x configure
- fi
-}
-
-src_install () {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README.UNIX TODO README ChangeLog BUGS PORTING
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- ewarn "This version of ${PN} breaks compatibility with all previous releases"
- echo
-}
diff --git a/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild b/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild
deleted file mode 100644
index a0025ac445bd..000000000000
--- a/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild,v 1.4 2004/06/30 02:32:13 mr_bones_ Exp $
-
-inherit flag-o-matic games
-
-DESCRIPTION="OpenGL accelerated 3d tank combat simulator game"
-HOMEPAGE="http://www.BZFlag.org/"
-SRC_URI="mirror://sourceforge/bzflag/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc amd64"
-IUSE="dedicated"
-
-RDEPEND="virtual/libc
- !dedicated? ( virtual/opengl )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e 's:^CFLAGS=.*::' \
- -e 's:^CXXFLAGS=.*::' \
- -e 's:-mcpu=$host_cpu::' \
- configure \
- || die "sed failed"
- filter-flags -fno-default-inline
-}
-
-src_compile() {
- if use dedicated ; then
- ewarn
- ewarn "You are building a servers-only copy of BZFlag."
- ewarn
- egamesconf --disable-client || die
- else
- egamesconf || die
- fi
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README.UNIX TODO README ChangeLog BUGS PORTING
- prepgamesdirs
-}
diff --git a/games-action/bzflag/bzflag-1.10.6.20040515.ebuild b/games-action/bzflag/bzflag-1.10.6.20040515.ebuild
deleted file mode 100644
index ff3616b3754b..000000000000
--- a/games-action/bzflag/bzflag-1.10.6.20040515.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.6.20040515.ebuild,v 1.6 2004/07/14 14:17:37 agriffis Exp $
-
-inherit games flag-o-matic
-
-DESCRIPTION="OpenGL accelerated 3d tank combat simulator game"
-HOMEPAGE="http://www.BZFlag.org/"
-SRC_URI="mirror://sourceforge/bzflag/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc amd64"
-IUSE=""
-
-RDEPEND="virtual/libc
- virtual/opengl"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e 's:^CFLAGS=.*::' \
- -e 's:^CXXFLAGS=.*::' \
- -e 's:-mcpu=$host_cpu::' \
- configure \
- || die "sed failed"
- filter-flags -fno-default-inline
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README.UNIX TODO README ChangeLog BUGS PORTING
- prepgamesdirs
-}
diff --git a/games-action/bzflag/bzflag-1.10.8.20041007.ebuild b/games-action/bzflag/bzflag-1.10.8.20041007.ebuild
index 886de574d0c7..4b1c1f21cb26 100644
--- a/games-action/bzflag/bzflag-1.10.8.20041007.ebuild
+++ b/games-action/bzflag/bzflag-1.10.8.20041007.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.8.20041007.ebuild,v 1.1 2004/11/08 11:38:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.8.20041007.ebuild,v 1.2 2005/01/20 04:48:18 vapier Exp $
inherit flag-o-matic games
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/bzflag/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc amd64"
+KEYWORDS="amd64 ppc x86"
IUSE="dedicated"
RDEPEND="virtual/libc
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e 's:^CFLAGS=.*::' \
-e 's:^CXXFLAGS=.*::' \
@@ -31,13 +31,11 @@ src_unpack() {
}
src_compile() {
- local myconf="--disable-dependency-tracking"
-
if use dedicated ; then
ewarn
- ewarn "You are building a servers-only copy of BZFlag."
+ ewarn "You are building a server-only copy of BZFlag"
ewarn
- egamesconf ${myconf} --disable-client || die
+ egamesconf ${myconf} || die
else
egamesconf ${myconf} || die
fi
diff --git a/games-action/bzflag/files/digest-bzflag-1.10.2 b/games-action/bzflag/files/digest-bzflag-1.10.2
deleted file mode 100644
index 45f307bbff78..000000000000
--- a/games-action/bzflag/files/digest-bzflag-1.10.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 20a36961f5155e0d3846f320e4da1e1a bzflag-1.10.2.20031223.tar.gz 3437171
diff --git a/games-action/bzflag/files/digest-bzflag-1.10.4 b/games-action/bzflag/files/digest-bzflag-1.10.4
deleted file mode 100644
index 89d0664a70de..000000000000
--- a/games-action/bzflag/files/digest-bzflag-1.10.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 812e3f281eac8e8b9515e8ce29c9e331 bzflag-1.10.4.20040125.tar.bz2 3803367
diff --git a/games-action/bzflag/files/digest-bzflag-1.10.6.20040515 b/games-action/bzflag/files/digest-bzflag-1.10.6.20040515
deleted file mode 100644
index afa15c9e1713..000000000000
--- a/games-action/bzflag/files/digest-bzflag-1.10.6.20040515
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e3e5fbef3cfa21079eb06269e6b3d8b bzflag-1.10.6.20040515.tar.bz2 3931553
diff --git a/games-action/bzflag/files/digest-bzflag-1.10.6.20040515-r1 b/games-action/bzflag/files/digest-bzflag-1.10.6.20040515-r1
deleted file mode 100644
index afa15c9e1713..000000000000
--- a/games-action/bzflag/files/digest-bzflag-1.10.6.20040515-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e3e5fbef3cfa21079eb06269e6b3d8b bzflag-1.10.6.20040515.tar.bz2 3931553