diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-10-26 20:45:41 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-10-26 20:45:41 +0000 |
commit | 7a3124b5d616f88deb23b857c72e14138808ce89 (patch) | |
tree | 1a862bc266aebc8f4e8124dbf5d6393f9352fe80 /games-fps | |
parent | Revision bump to introduce static-libs USE flag (patch by Sean McGovern from ... (diff) | |
download | gentoo-2-7a3124b5d616f88deb23b857c72e14138808ce89.tar.gz gentoo-2-7a3124b5d616f88deb23b857c72e14138808ce89.tar.bz2 gentoo-2-7a3124b5d616f88deb23b857c72e14138808ce89.zip |
version bump, remove old
(Portage version: 2.2.0_alpha140/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.003-build.patch (renamed from games-fps/urbanterror/files/urbanterror-4.2.002-build.patch) | 2 | ||||
-rw-r--r-- | games-fps/urbanterror/urbanterror-4.2.003.ebuild (renamed from games-fps/urbanterror/urbanterror-4.2.002.ebuild) | 8 |
3 files changed, 13 insertions, 6 deletions
diff --git a/games-fps/urbanterror/ChangeLog b/games-fps/urbanterror/ChangeLog index ca8a8d30810c..7d108f75b118 100644 --- a/games-fps/urbanterror/ChangeLog +++ b/games-fps/urbanterror/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/urbanterror # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.8 2012/10/19 22:06:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.9 2012/10/26 20:45:41 hasufell Exp $ + +*urbanterror-4.2.003 (26 Oct 2012) + + 26 Oct 2012; Julian Ospald <hasufell@gentoo.org> -urbanterror-4.2.002.ebuild, + -files/urbanterror-4.2.002-build.patch, +urbanterror-4.2.003.ebuild, + +files/urbanterror-4.2.003-build.patch: + version bump, remove old 19 Oct 2012; Julian Ospald <hasufell@gentoo.org> files/urbanterror-4.2.002-build.patch: diff --git a/games-fps/urbanterror/files/urbanterror-4.2.002-build.patch b/games-fps/urbanterror/files/urbanterror-4.2.003-build.patch index 3ce09917e8f7..7cc4623f9bd4 100644 --- a/games-fps/urbanterror/files/urbanterror-4.2.002-build.patch +++ b/games-fps/urbanterror/files/urbanterror-4.2.003-build.patch @@ -37,7 +37,7 @@ endif - DEBUG_CFLAGS = $(BASE_CFLAGS) -g -O0 -+ DEBUG_CFLAGS = $(BASE_CFLAGS) ++ DEBUG_CFLAGS = $(BASE_CFLAGS) $(OPTIMIZE) RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG $(OPTIMIZE) diff --git a/games-fps/urbanterror/urbanterror-4.2.002.ebuild b/games-fps/urbanterror/urbanterror-4.2.003.ebuild index 9ff6f3bb5f36..d9617b5e3d09 100644 --- a/games-fps/urbanterror/urbanterror-4.2.002.ebuild +++ b/games-fps/urbanterror/urbanterror-4.2.003.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.002.ebuild,v 1.2 2012/10/13 03:12:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.003.ebuild,v 1.1 2012/10/26 20:45:41 hasufell Exp $ EAPI=4 @@ -8,8 +8,8 @@ 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://178.63.102.135/svens_stuff/UrbanTerror42.tar.xz - http://dev.gentoo.org/~hasufell/distfiles/ioq3-for-UrbanTerror-${PV}.tar.xz +SRC_URI="http://178.63.102.135/svens_stuff/UrbanTerror42.tar.xz -> ${P}.tar.xz + http://dev.gentoo.org/~hasufell/distfiles/ioq3-for-UrbanTerror-4.2.002.tar.xz http://upload.wikimedia.org/wikipedia/en/5/56/Urbanterror.svg -> ${PN}.svg" LICENSE="GPL-2 Q3AEULA" @@ -33,7 +33,7 @@ RDEPEND=" DEPEND="${RDEPEND} dedicated? ( curl? ( net-misc/curl ) )" -S=${WORKDIR}/ioq3-for-UrbanTerror-${PV} +S=${WORKDIR}/ioq3-for-UrbanTerror-4.2.002 S_DATA=${WORKDIR}/UrbanTerror42 CHECKREQS_DISK_BUILD="2700M" |