old
authorMike Frysinger <vapier@gentoo.org>
Thu, 20 Jan 2005 04:48:18 +0000 (04:48 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 20 Jan 2005 04:48:18 +0000 (04:48 +0000)
Package-Manager: portage-2.0.51-r13

games-action/bzflag/Manifest
games-action/bzflag/bzflag-1.10.2.ebuild [deleted file]
games-action/bzflag/bzflag-1.10.4.ebuild [deleted file]
games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild [deleted file]
games-action/bzflag/bzflag-1.10.6.20040515.ebuild [deleted file]
games-action/bzflag/bzflag-1.10.8.20041007.ebuild
games-action/bzflag/files/digest-bzflag-1.10.2 [deleted file]
games-action/bzflag/files/digest-bzflag-1.10.4 [deleted file]
games-action/bzflag/files/digest-bzflag-1.10.6.20040515 [deleted file]
games-action/bzflag/files/digest-bzflag-1.10.6.20040515-r1 [deleted file]

index 9283f19e0cad08af13afce5223b6c42e4176c968..2c2568e9853c7439288e1cef3d182f295e5b91bf 100644 (file)
@@ -1,12 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
 MD5 6298c9f9387265852b05a33b817ee735 ChangeLog 3597
-MD5 4388245d2d3c40f9c8e28476150dd8de bzflag-1.10.2.ebuild 830
 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 fe0330f7f852b77fdd6ec6e8c1f8dfbf bzflag-1.10.4.ebuild 981
-MD5 8cc53c509edc3aca84241701a5cdb2e1 bzflag-1.10.6.20040515.ebuild 900
-MD5 5e71143ca44a503e8a0015df2cab3aa1 bzflag-1.10.6.20040515-r1.ebuild 1143
-MD5 5cd969a943c7383ff1bcbce0facd13f7 bzflag-1.10.8.20041007.ebuild 1207
-MD5 68db64ca15f757b231109596d0e9bb0f files/digest-bzflag-1.10.6.20040515-r1 76
-MD5 ef0f58d8eaa9ff60b2d3c2a31f9dc8d8 files/digest-bzflag-1.10.2 75
-MD5 6fadc41f4074e508579a3a7ba2a4187d files/digest-bzflag-1.10.4 76
-MD5 68db64ca15f757b231109596d0e9bb0f files/digest-bzflag-1.10.6.20040515 76
+MD5 52daf34a785da6045b605e6ff2a342bb bzflag-1.10.8.20041007.ebuild 1140
 MD5 fe41525284965b2043cd849635f9f085 files/digest-bzflag-1.10.8.20041007 76
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.14 (GNU/Linux)
+
+iD8DBQFB7zhHroRuSHgZdywRAgVcAJoCuNDEchA91J7lgHOPlnkZLxrTJACeND6l
+sNbDk5UDEP2r5qyJD9Fy5Wk=
+=s3Fk
+-----END PGP SIGNATURE-----
diff --git a/games-action/bzflag/bzflag-1.10.2.ebuild b/games-action/bzflag/bzflag-1.10.2.ebuild
deleted file mode 100644 (file)
index e3e6e6a..0000000
+++ /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 (file)
index ea77848..0000000
+++ /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 (file)
index a0025ac..0000000
+++ /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 (file)
index ff3616b..0000000
+++ /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
-}
index 886de574d0c7f79e2a6fc9ecfdf8da25eb7f1576..4b1c1f21cb26c06244265f597db62704dfe83978 100644 (file)
@@ -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 (file)
index 45f307b..0000000
+++ /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 (file)
index 89d0664..0000000
+++ /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 (file)
index afa15c9..0000000
+++ /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 (file)
index afa15c9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e3e5fbef3cfa21079eb06269e6b3d8b bzflag-1.10.6.20040515.tar.bz2 3931553