From 410198348fae31db491831b8cdb299a8b1341774 Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Mon, 1 Dec 2008 00:19:14 +0000 Subject: Version bump (Portage version: 2.2_rc16/cvs/Linux 2.6.27.7 i686) --- games-strategy/warzone2100/ChangeLog | 7 ++- .../warzone2100/warzone2100-2.1_beta4.ebuild | 57 -------------------- .../warzone2100/warzone2100-2.1_beta5.ebuild | 56 ------------------- .../warzone2100/warzone2100-2.1_rc1.ebuild | 62 ---------------------- .../warzone2100/warzone2100-2.1_rc2.ebuild | 62 ++++++++++++++++++++++ 5 files changed, 68 insertions(+), 176 deletions(-) delete mode 100644 games-strategy/warzone2100/warzone2100-2.1_beta4.ebuild delete mode 100644 games-strategy/warzone2100/warzone2100-2.1_beta5.ebuild delete mode 100644 games-strategy/warzone2100/warzone2100-2.1_rc1.ebuild create mode 100644 games-strategy/warzone2100/warzone2100-2.1_rc2.ebuild (limited to 'games-strategy') 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 +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_rc1.ebuild deleted file mode 100644 index 7d01439817d4..000000000000 --- a/games-strategy/warzone2100/warzone2100-2.1_rc1.ebuild +++ /dev/null @@ -1,62 +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_rc1.ebuild,v 1.1 2008/11/11 14:59:55 nyhm Exp $ - -inherit autotools 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_unpack() { - unpack ${A} - cd "${S}" - eautoreconf -} - -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_rc2.ebuild b/games-strategy/warzone2100/warzone2100-2.1_rc2.ebuild new file mode 100644 index 000000000000..1b0f13d3a275 --- /dev/null +++ b/games-strategy/warzone2100/warzone2100-2.1_rc2.ebuild @@ -0,0 +1,62 @@ +# 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_rc2.ebuild,v 1.1 2008/12/01 00:19:14 nyhm Exp $ + +inherit autotools 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_unpack() { + unpack ${A} + cd "${S}" + eautoreconf +} + +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 +} -- cgit v1.2.3-65-gdbad