diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
commit | 6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3 (patch) | |
tree | 5578c0bf4dcb7768e6bc8e22c99c359d60cb6c8e /games-action/bzflag | |
parent | games action and arcade (diff) | |
download | historical-6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3.tar.gz historical-6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3.tar.bz2 historical-6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3.zip |
action games !
Diffstat (limited to 'games-action/bzflag')
-rw-r--r-- | games-action/bzflag/ChangeLog | 47 | ||||
-rw-r--r-- | games-action/bzflag/Manifest | 3 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-1.7.7.1.ebuild | 28 | ||||
-rw-r--r-- | games-action/bzflag/files/digest-bzflag-1.7.7.1 | 1 |
4 files changed, 79 insertions, 0 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog new file mode 100644 index 000000000000..af8af802f06d --- /dev/null +++ b/games-action/bzflag/ChangeLog @@ -0,0 +1,47 @@ +# ChangeLog for app-games/bzflag +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.1 2003/09/10 19:29:16 vapier Exp $ + +*bzflag-1.7.7.1 (21 Jun 2003) + + 21 Jun 2003; Mike Frysinger <vapier@gentoo.org> : + Cleaned up ebuild because upstream cleaned up the build process #23134. + +*bzflag-1.7.7.0 (20 Dec 2002) + + 20 Dec 2002; Brandon Low <lostlogic@gentoo.org> bzflag-1.7.7.0.ebuild : + Change naming scheme the 3rd dot represents the letter, the 4th + dot represents the number after the letter. + Add some sed cuz it was specifying literal gcc paths which made + it unhappy. + + 29 Jun 2002; Seemant Kulleen <seemant@gentoo.org> bzflag-1.7.6.ebuild : + Changed the sed statement slightly, added LICENSE, general cleanup. Thanks + to: patrickn@tygerteam.com (Patrick Naubert) in bug #4320 for the sed. + +*bzflag-1.7.6 (22 Jun 2002) + + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : + Added KEYWORDS. + + 22 Jun 2002; Ben Lutgens <lamer@gentoo.org> ChangeLog : + New version. The real version is 1.7e6. Also updated ${S} and added a + patch to make it compile under gcc-3.1 (created for us by captain_proton + on #BZFlag on OPN (Thanks a bunch!) + +*bzflag-1.7.4 (1 Feb 2002) + + 18 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> bzflag-1.7.4.ebuild : + Updated to mirror://sourceforge in SRC_URI. + + 16 Mar 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + New upstream release. Real version is 1.7e4 but portage doesn't support that. + +*bzflag-1.7 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-action/bzflag/Manifest b/games-action/bzflag/Manifest new file mode 100644 index 000000000000..ebed71f80871 --- /dev/null +++ b/games-action/bzflag/Manifest @@ -0,0 +1,3 @@ +MD5 cf10d4c3763257d658661b492f15e9f8 files/digest-bzflag-1.7.7.1 62 +MD5 7154fd784e35d8fc7556363609444314 bzflag-1.7.7.1.ebuild 703 +MD5 78e061b2575ab968e40094be31046d2e ChangeLog 1979 diff --git a/games-action/bzflag/bzflag-1.7.7.1.ebuild b/games-action/bzflag/bzflag-1.7.7.1.ebuild new file mode 100644 index 000000000000..a9192faf3731 --- /dev/null +++ b/games-action/bzflag/bzflag-1.7.7.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.7.7.1.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ + +inherit games + +MY_P=${PN}-1.7g2 +S=${WORKDIR}/${MY_P} +DESCRIPTION="OpenGL accelerated 3d tank combat simulator game" +SRC_URI="mirror://sourceforge/bzflag/${MY_P}.tgz" +HOMEPAGE="http://www.BZFlag.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +DEPEND="virtual/opengl" + +src_compile() { + egamesconf || die + emake || die +} + +src_install () { + make install DESTDIR=${D} || die + dodoc AUTHORS README.UNIX TODO README ChangeLog BUGS PORTING RELNOTES bzflag.lsm + prepgamesdirs +} diff --git a/games-action/bzflag/files/digest-bzflag-1.7.7.1 b/games-action/bzflag/files/digest-bzflag-1.7.7.1 new file mode 100644 index 000000000000..7a2426ebfffe --- /dev/null +++ b/games-action/bzflag/files/digest-bzflag-1.7.7.1 @@ -0,0 +1 @@ +MD5 792f31d0dc91405be3f83ca7a3850ebe bzflag-1.7g2.tgz 2854901 |