diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-04-07 15:20:25 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-04-07 15:20:25 +0000 |
commit | fbe47aa1a79170233c466aa71909e0aba140b1ca (patch) | |
tree | d0dad5e713c13bebf17aaafbd2a42dc24f0b12f3 /games-fps | |
parent | version bump for 2.3 (diff) | |
download | gentoo-2-fbe47aa1a79170233c466aa71909e0aba140b1ca.tar.gz gentoo-2-fbe47aa1a79170233c466aa71909e0aba140b1ca.tar.bz2 gentoo-2-fbe47aa1a79170233c466aa71909e0aba140b1ca.zip |
version bump, remove old
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/urbanterror/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/urbanterror/files/urbanterror-4.2.011-build.patch (renamed from games-fps/urbanterror/files/urbanterror-4.2.010-build.patch) | 0 | ||||
-rw-r--r-- | games-fps/urbanterror/urbanterror-4.2.011.ebuild (renamed from games-fps/urbanterror/urbanterror-4.2.010.ebuild) | 10 |
3 files changed, 13 insertions, 6 deletions
diff --git a/games-fps/urbanterror/ChangeLog b/games-fps/urbanterror/ChangeLog index 9438b242b5a4..b62f315ef4dd 100644 --- a/games-fps/urbanterror/ChangeLog +++ b/games-fps/urbanterror/ChangeLog @@ -1,6 +1,13 @@ # 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.21 2013/04/05 15:52:36 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.22 2013/04/07 15:20:24 hasufell Exp $ + +*urbanterror-4.2.011 (07 Apr 2013) + + 07 Apr 2013; Julian Ospald <hasufell@gentoo.org> -urbanterror-4.2.010.ebuild, + -files/urbanterror-4.2.010-build.patch, +urbanterror-4.2.011.ebuild, + +files/urbanterror-4.2.011-build.patch: + version bump, remove old *urbanterror-4.2.010 (05 Apr 2013) diff --git a/games-fps/urbanterror/files/urbanterror-4.2.010-build.patch b/games-fps/urbanterror/files/urbanterror-4.2.011-build.patch index 820bd0872544..820bd0872544 100644 --- a/games-fps/urbanterror/files/urbanterror-4.2.010-build.patch +++ b/games-fps/urbanterror/files/urbanterror-4.2.011-build.patch diff --git a/games-fps/urbanterror/urbanterror-4.2.010.ebuild b/games-fps/urbanterror/urbanterror-4.2.011.ebuild index 2c8e1d03e79b..675a30593c59 100644 --- a/games-fps/urbanterror/urbanterror-4.2.010.ebuild +++ b/games-fps/urbanterror/urbanterror-4.2.011.ebuild @@ -1,6 +1,6 @@ # 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.010.ebuild,v 1.1 2013/04/05 15:52:36 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.011.ebuild,v 1.1 2013/04/07 15:20:24 hasufell Exp $ EAPI=5 @@ -8,15 +8,15 @@ inherit check-reqs eutils gnome2-utils games DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" HOMEPAGE="http://www.urbanterror.info/home/" -SRC_URI="http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full_${PV:4:3}.zip - https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full${PV:4:3}.zip + https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-${PV}.tar.gz -> ${P}.tar.gz http://upload.wikimedia.org/wikipedia/en/5/56/Urbanterror.svg -> ${PN}.svg" LICENSE="GPL-2 Q3AEULA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+curl debug dedicated openal +sdl server smp vorbis" -#RESTRICT="mirror" +RESTRICT="mirror" RDEPEND=" !dedicated? ( @@ -35,7 +35,7 @@ DEPEND="${RDEPEND} app-arch/unzip dedicated? ( curl? ( net-misc/curl ) )" -S=${WORKDIR}/ioq3-for-UrbanTerror-4-${PV} +S=${WORKDIR}/ioq3-for-UrbanTerror-4-release-${PV} S_DATA=${WORKDIR}/UrbanTerror42 CHECKREQS_DISK_BUILD="2700M" |