diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-12-23 17:08:55 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-12-23 17:08:55 +0000 |
commit | 29123a098105ebebebbbac3dd7c875ce1a1a9ce5 (patch) | |
tree | 97aa1ca686644926be26ebdc0cc9c15b818195af /games-fps | |
parent | Version bump. (diff) | |
download | gentoo-2-29123a098105ebebebbbac3dd7c875ce1a1a9ce5.tar.gz gentoo-2-29123a098105ebebebbbac3dd7c875ce1a1a9ce5.tar.bz2 gentoo-2-29123a098105ebebebbbac3dd7c875ce1a1a9ce5.zip |
version bump, remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/urbanterror/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/urbanterror/urbanterror-4.2.017.ebuild (renamed from games-fps/urbanterror/urbanterror-4.2.016.ebuild) | 20 |
2 files changed, 16 insertions, 12 deletions
diff --git a/games-fps/urbanterror/ChangeLog b/games-fps/urbanterror/ChangeLog index 98654c073583..499013c223c8 100644 --- a/games-fps/urbanterror/ChangeLog +++ b/games-fps/urbanterror/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/urbanterror # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.38 2013/12/22 20:03:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.39 2013/12/23 17:08:55 hasufell Exp $ + +*urbanterror-4.2.017 (23 Dec 2013) + + 23 Dec 2013; Julian Ospald <hasufell@gentoo.org> -urbanterror-4.2.016.ebuild, + +urbanterror-4.2.017.ebuild: + version bump, remove old 22 Dec 2013; Pacho Ramos <pacho@gentoo.org> urbanterror-4.2.015.ebuild: amd64 stable, bug #491532 diff --git a/games-fps/urbanterror/urbanterror-4.2.016.ebuild b/games-fps/urbanterror/urbanterror-4.2.017.ebuild index fa6abe0ca643..081707371011 100644 --- a/games-fps/urbanterror/urbanterror-4.2.016.ebuild +++ b/games-fps/urbanterror/urbanterror-4.2.017.ebuild @@ -1,20 +1,16 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.016.ebuild,v 1.1 2013/12/19 17:37:56 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.017.ebuild,v 1.1 2013/12/23 17:08:55 hasufell Exp $ EAPI=5 inherit check-reqs eutils gnome2-utils games ENGINE_PV=4.2.015 -FULL_P=UrbanTerror42_full012 +FULL_P=UrbanTerror42_full017 DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" HOMEPAGE="http://www.urbanterror.info/home/" SRC_URI="http://cdn.urbanterror.info/urt/42/zips/${FULL_P}.zip - http://cdn.urbanterror.info/urt/42/zips/UrbanTerror-4.2.012-to-4.2.013.zip - http://cdn.urbanterror.info/urt/42/zips/UrbanTerror-4.2.013-to-4.2.014.zip - http://cdn.urbanterror.info/urt/42/zips/UrbanTerror-4.2.014-to-4.2.015.zip - http://cdn.urbanterror.info/urt/42/zips/UrbanTerror-4.2.015-to-4.2.016.zip https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-${ENGINE_PV}.tar.gz -> ${PN}-${ENGINE_PV}.tar.gz http://upload.wikimedia.org/wikipedia/en/5/56/Urbanterror.svg -> ${PN}.svg" @@ -63,11 +59,13 @@ src_unpack() { local i default # apply updates - for i in {2..5} ; do - cp -dRpf \ - "${WORKDIR}"/UrbanTerror-4.2.01${i}-to-4.2.01$((${i} + 1))/* \ - "${S_DATA}"/ || die - done + if [[ ${FULL_P#*full} != ${PV##*.} ]] ; then + for i in {2..6} ; do + cp -dRpf \ + "${WORKDIR}"/UrbanTerror-4.2.01${i}-to-4.2.01$((${i} + 1))/* \ + "${S_DATA}"/ || die + done + fi } src_prepare() { |