diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-12 19:07:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-12 19:07:36 +0000 |
commit | fadac8a833018617e269c2cad5eeb99f91a169a4 (patch) | |
tree | 4379075213abfe3f984f796473ec9f922b2109d7 /games-strategy | |
parent | Unmask app-editors/nvi tcl flag, as tcl 8.5 has long been available now (diff) | |
download | gentoo-2-fadac8a833018617e269c2cad5eeb99f91a169a4.tar.gz gentoo-2-fadac8a833018617e269c2cad5eeb99f91a169a4.tar.bz2 gentoo-2-fadac8a833018617e269c2cad5eeb99f91a169a4.zip |
uncouple the video version from the game release (bug #330801)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.3.3.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index 640b3cfbf2d1..8912beca1150 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.47 2010/08/02 16:05:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.48 2010/08/12 19:07:36 mr_bones_ Exp $ + + 12 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> + warzone2100-2.3.3.ebuild: + uncouple the video version from the game release (bug #330801) 02 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> +warzone2100-2.3.3.ebuild: diff --git a/games-strategy/warzone2100/warzone2100-2.3.3.ebuild b/games-strategy/warzone2100/warzone2100-2.3.3.ebuild index 630ef76f5541..0b9301784c34 100644 --- a/games-strategy/warzone2100/warzone2100-2.3.3.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.3.3.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.3.ebuild,v 1.1 2010/08/02 16:05:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.3.ebuild,v 1.2 2010/08/12 19:07:36 mr_bones_ Exp $ EAPI=2 inherit versionator games MY_PV=$(get_version_component_range -2) -VIDEOS_P=${P}-videos.wz +VIDEOS_PV=2.2 +VIDEOS_P=${PN}-videos-${VIDEOS_PV}.wz DESCRIPTION="3D real-time strategy game" HOMEPAGE="http://wz2100.net/" SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.gz - videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/2.2/high-quality-en/sequences.wz -> ${VIDEOS_P} )" + videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz -> ${VIDEOS_P} )" LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain" SLOT="0" |