diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-24 19:05:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-24 19:05:50 +0000 |
commit | 529a74172da03c6211d18352f50ee27a45961a4e (patch) | |
tree | 0937f385adff11e0c9ca6ec89c9baf0f27f6730f /games-fps | |
parent | convert to multilib-minimal instead and fix bug #508564 (diff) | |
download | gentoo-2-529a74172da03c6211d18352f50ee27a45961a4e.tar.gz gentoo-2-529a74172da03c6211d18352f50ee27a45961a4e.tar.bz2 gentoo-2-529a74172da03c6211d18352f50ee27a45961a4e.zip |
Update HOMEPAGE and SRC_URI. Fix LICENSE, add mirror and bindist restrictions. Bug 470982.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake2-textures/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake2-textures/quake2-textures-0_beta8.ebuild | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/games-fps/quake2-textures/ChangeLog b/games-fps/quake2-textures/ChangeLog index 5ddad77ea916..5386afb15145 100644 --- a/games-fps/quake2-textures/ChangeLog +++ b/games-fps/quake2-textures/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake2-textures -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-textures/ChangeLog,v 1.3 2007/03/12 14:52:17 genone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-textures/ChangeLog,v 1.4 2014/04/24 19:05:50 ulm Exp $ + + 24 Apr 2014; Ulrich Müller <ulm@gentoo.org> quake2-textures-0_beta8.ebuild: + Update HOMEPAGE and SRC_URI. Fix LICENSE, add mirror and bindist + restrictions. Bug 470982. 12 Mar 2007; Marius Mauch <genone@gentoo.org> quake2-textures-0_beta8.ebuild: diff --git a/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild b/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild index 2fdae9bf1b11..5d6fb0468c0e 100644 --- a/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild +++ b/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild,v 1.3 2007/03/12 14:52:17 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild,v 1.4 2014/04/24 19:05:50 ulm Exp $ inherit eutils versionator games @@ -8,13 +8,14 @@ MY_PV=$(get_version_component_range 2-2) MY_PV=${MY_PV/beta/} DESCRIPTION="High-resolution textures for Quake 2" -HOMEPAGE="http://jdolan.dyndns.org/trac/wiki/Retexture" -SRC_URI="http://jdolan.dyndns.org/jaydolan/tmp/retexture/pak${MY_PV}.zip" +HOMEPAGE="http://jdolan.tastyspleen.net/" +SRC_URI="http://jdolan.tastyspleen.net/pak${MY_PV}.zip" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="mirror bindist" RDEPEND="" DEPEND="app-arch/unzip" |