diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-10 19:53:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-10 19:53:43 +0000 |
commit | 0aa6f59b13176a6e143877b737514f3bf471569e (patch) | |
tree | d4bf02a283be0ee4160d5b794c415c511464de13 /games-fps/quake1-rally | |
parent | Really fix the vt issue with plymouth (#453392#c10), drop old (diff) | |
download | gentoo-2-0aa6f59b13176a6e143877b737514f3bf471569e.tar.gz gentoo-2-0aa6f59b13176a6e143877b737514f3bf471569e.tar.bz2 gentoo-2-0aa6f59b13176a6e143877b737514f3bf471569e.zip |
Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506858.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps/quake1-rally')
-rw-r--r-- | games-fps/quake1-rally/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake1-rally/quake1-rally-1.2.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-fps/quake1-rally/ChangeLog b/games-fps/quake1-rally/ChangeLog index fcd327645564..69b6eaebaf02 100644 --- a/games-fps/quake1-rally/ChangeLog +++ b/games-fps/quake1-rally/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake1-rally -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/ChangeLog,v 1.4 2013/05/13 16:56:52 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/ChangeLog,v 1.5 2014/05/10 19:53:43 ulm Exp $ + + 10 May 2014; Ulrich Müller <ulm@gentoo.org> quake1-rally-1.2.ebuild: + Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506858. 13 May 2013; Michael Sterrett <mr_bones_@gentoo.org> quake1-rally-1.2.ebuild: update SRC_URI diff --git a/games-fps/quake1-rally/quake1-rally-1.2.ebuild b/games-fps/quake1-rally/quake1-rally-1.2.ebuild index 06ebd0c077fa..7f36c9b592af 100644 --- a/games-fps/quake1-rally/quake1-rally-1.2.ebuild +++ b/games-fps/quake1-rally/quake1-rally-1.2.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2013 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/quake1-rally/quake1-rally-1.2.ebuild,v 1.6 2013/05/13 16:56:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild,v 1.7 2014/05/10 19:53:43 ulm Exp $ inherit eutils games DESCRIPTION="TC which turns Quake into a Rally racing game" HOMEPAGE="http://wiki.quakeworld.nu/Quake_Rally" -SRC_URI="mirror://gentoo/qr12.zip - mirror://gentoo/qrlo1.zip" +SRC_URI="http://ehall.freeshell.org/quake/qr12.zip + http://ehall.freeshell.org/quake/qrlo1.zip" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +RESTRICT="mirror bindist" RDEPEND="" DEPEND="app-arch/unzip" |