diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-27 03:18:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-27 03:18:18 +0000 |
commit | ebe5af9303cc6a8ea503f570344754aaf4c5df08 (patch) | |
tree | 163ae90fef53103aaf158e02591cefff63a303f0 | |
parent | Version bump (bug #544616, thanks to Chí-Thanh Christopher Nguyễn), adds s... (diff) | |
download | gentoo-2-ebe5af9303cc6a8ea503f570344754aaf4c5df08.tar.gz gentoo-2-ebe5af9303cc6a8ea503f570344754aaf4c5df08.tar.bz2 gentoo-2-ebe5af9303cc6a8ea503f570344754aaf4c5df08.zip |
update SRC_URI
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | games-fps/quake3-reaction/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/quake3-reaction/quake3-reaction-3.2.ebuild | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/games-fps/quake3-reaction/ChangeLog b/games-fps/quake3-reaction/ChangeLog index 11b83d54442a..2ec4ce90ab83 100644 --- a/games-fps/quake3-reaction/ChangeLog +++ b/games-fps/quake3-reaction/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-reaction -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/ChangeLog,v 1.3 2014/04/25 18:37:01 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/ChangeLog,v 1.4 2015/03/27 03:18:18 mr_bones_ Exp $ + + 27 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> + quake3-reaction-3.2.ebuild: + update SRC_URI 25 Apr 2014; Ulrich Müller <ulm@gentoo.org> quake3-reaction-3.2.ebuild: No distribution terms in distfile, therefore LICENSE changed to @@ -15,4 +19,3 @@ +quake3-reaction-3.2.ebuild: Added new revision for testing which uses the brand-spankin-new games-mods.eclass to reduce ebuild code. - diff --git a/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild b/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild index de277bb25c3f..c0242fb57f5e 100644 --- a/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild +++ b/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild,v 1.5 2014/04/25 18:37:01 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild,v 1.6 2015/03/27 03:18:18 mr_bones_ Exp $ EAPI=2 @@ -12,7 +12,10 @@ MOD_ICON="reaction-4.ico" inherit games games-mods HOMEPAGE="http://www.rq3.com/" -SRC_URI="http://www.rq3.com/ReactionQuake3-v${PV}-Full.zip" +SRC_URI=" + mirror://quakeunity/modifications/reactionquake3/ReactionQuake3-v3.1-Full.zip + mirror://quakeunity/modifications/reactionquake3/ReactionQuake3-v3.2-Update.zip + " LICENSE="all-rights-reserved" KEYWORDS="~amd64 ~ppc ~x86" |