ulm 14/05/10 19:53:43 Modified: quake1-rally-1.2.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.7 games-fps/quake1-rally/quake1-rally-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild?r1=1.6&r2=1.7 Index: quake1-rally-1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- quake1-rally-1.2.ebuild 13 May 2013 16:56:52 -0000 1.6 +++ quake1-rally-1.2.ebuild 10 May 2014 19:53:43 -0000 1.7 @@ -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" 1.5 games-fps/quake1-rally/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 13 May 2013 16:56:52 -0000 1.4 +++ ChangeLog 10 May 2014 19:53:43 -0000 1.5 @@ -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 <[email protected]> quake1-rally-1.2.ebuild: + Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506858. 13 May 2013; Michael Sterrett <[email protected]> quake1-rally-1.2.ebuild: update SRC_URI
