summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-12-01 00:19:14 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-12-01 00:19:14 +0000
commit410198348fae31db491831b8cdb299a8b1341774 (patch)
tree6647a722cca7e27af9f688c67d365dec239a1fa1 /games-strategy
parentIncorporating #includes to fix gcc4.3 issues. (diff)
downloadgentoo-2-410198348fae31db491831b8cdb299a8b1341774.tar.gz
gentoo-2-410198348fae31db491831b8cdb299a8b1341774.tar.bz2
gentoo-2-410198348fae31db491831b8cdb299a8b1341774.zip
Version bump
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/warzone2100/ChangeLog7
-rw-r--r--games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild57
-rw-r--r--games-strategy/warzone2100/warzone2100-2.1_beta5.ebuild56
-rw-r--r--games-strategy/warzone2100/warzone2100-2.1_rc2.ebuild (renamed from games-strategy/warzone2100/warzone2100-2.1_rc1.ebuild)2
4 files changed, 7 insertions, 115 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog
index e3d38d6b4854..604bd195c20b 100644
--- a/games-strategy/warzone2100/ChangeLog
+++ b/games-strategy/warzone2100/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/warzone2100
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.23 2008/11/11 14:59:55 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.24 2008/12/01 00:19:14 nyhm Exp $
+
+*warzone2100-2.1_rc2 (01 Dec 2008)
+
+ 01 Dec 2008; Tristan Heaven <nyhm@gentoo.org> +warzone2100-2.1_rc2.ebuild:
+ Version bump
*warzone2100-2.1_rc1 (11 Nov 2008)
diff --git a/games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild b/games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild
deleted file mode 100644
index 286ab24bc03c..000000000000
--- a/games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild,v 1.1 2008/08/09 03:45:38 mr_bones_ Exp $
-
-inherit eutils versionator games
-
-MY_PV=$(get_version_component_range -2)
-DESCRIPTION="3D real-time strategy game"
-HOMEPAGE="http://wz2100.net/"
-SRC_URI="http://download.gna.org/warzone/releases/${MY_PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-# upstream requested debug support
-IUSE="debug nls"
-
-RDEPEND="dev-games/physfs
- dev-libs/popt
- media-libs/jpeg
- media-libs/libogg
- media-libs/libpng
- media-libs/libsdl
- media-libs/libvorbis
- media-libs/openal
- media-libs/sdl-net
- media-libs/quesoglc
- virtual/glu
- virtual/opengl
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- app-arch/zip
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}
- media-fonts/dejavu"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- --docdir=/usr/share/doc/${PF} \
- --localedir=/usr/share/locale \
- --with-distributor="Gentoo ${PF}" \
- --with-icondir=/usr/share/pixmaps \
- --with-applicationdir=/usr/share/applications \
- $(use_enable debug) \
- $(use_enable nls) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- rm -f "${D}"/usr/share/doc/${PF}/COPYING
- prepalldocs
- prepgamesdirs
-}
diff --git a/games-strategy/warzone2100/warzone2100-2.1_beta5.ebuild b/games-strategy/warzone2100/warzone2100-2.1_beta5.ebuild
deleted file mode 100644
index 2d3a9199f6e4..000000000000
--- a/games-strategy/warzone2100/warzone2100-2.1_beta5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.1_beta5.ebuild,v 1.1 2008/10/05 17:36:56 nyhm Exp $
-
-inherit eutils versionator games
-
-MY_PV=$(get_version_component_range -2)
-DESCRIPTION="3D real-time strategy game"
-HOMEPAGE="http://wz2100.net/"
-SRC_URI="http://download.gna.org/warzone/releases/${MY_PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-# upstream requested debug support
-IUSE="debug nls"
-
-RDEPEND="dev-games/physfs
- dev-libs/popt
- media-libs/jpeg
- media-libs/libogg
- media-libs/libpng
- media-libs/libsdl
- media-libs/libvorbis
- media-libs/openal
- media-libs/sdl-net
- media-libs/quesoglc
- virtual/glu
- virtual/opengl
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- app-arch/zip
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}
- media-fonts/dejavu"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- --docdir=/usr/share/doc/${PF} \
- --localedir=/usr/share/locale \
- --with-distributor="Gentoo ${PF}" \
- --with-icondir=/usr/share/pixmaps \
- --with-applicationdir=/usr/share/applications \
- $(use_enable debug) \
- $(use_enable nls) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- rm -f "${D}"/usr/share/doc/${PF}/COPYING*
- prepgamesdirs
-}
diff --git a/games-strategy/warzone2100/warzone2100-2.1_rc1.ebuild b/games-strategy/warzone2100/warzone2100-2.1_rc2.ebuild
index 7d01439817d4..1b0f13d3a275 100644
--- a/games-strategy/warzone2100/warzone2100-2.1_rc1.ebuild
+++ b/games-strategy/warzone2100/warzone2100-2.1_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.1_rc1.ebuild,v 1.1 2008/11/11 14:59:55 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.1_rc2.ebuild,v 1.1 2008/12/01 00:19:14 nyhm Exp $
inherit autotools eutils versionator games