diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-07-11 17:27:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-07-11 17:27:03 +0000 |
commit | 23089735fcc6b3ba8329b174db8e7f3423e16991 (patch) | |
tree | ce496c2bfef3cd5f963b4294396da0c3ea5a33be /games-fps | |
parent | gpl for init script bug #425946 (diff) | |
download | historical-23089735fcc6b3ba8329b174db8e7f3423e16991.tar.gz historical-23089735fcc6b3ba8329b174db8e7f3423e16991.tar.bz2 historical-23089735fcc6b3ba8329b174db8e7f3423e16991.zip |
gpl for init script bug #425944
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/rtcw/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index 4a74522c862d..182e557f0466 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.39 2012/04/23 17:47:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.40 2012/07/11 17:27:03 mr_bones_ Exp $ + + 11 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> rtcw-1.41b.ebuild: + gpl for init script bug #425944 23 Apr 2012; Michał Górny <mgorny@gentoo.org> rtcw-1.41b.ebuild: Use mirror:// in SRC_URI. diff --git a/games-fps/rtcw/rtcw-1.41b.ebuild b/games-fps/rtcw/rtcw-1.41b.ebuild index e7bc876c2e30..48232a57912f 100644 --- a/games-fps/rtcw/rtcw-1.41b.ebuild +++ b/games-fps/rtcw/rtcw-1.41b.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/rtcw/rtcw-1.41b.ebuild,v 1.15 2012/04/23 17:47:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.16 2012/07/11 17:27:03 mr_bones_ Exp $ EAPI=2 inherit eutils unpacker games @@ -11,7 +11,7 @@ SRC_URI="mirror://idsoftware/wolf/linux/wolf-linux-GOTY-maps.x86.run mirror://idsoftware/wolf/linux/wolf-linux-${PV}.x86.run" # mirror://3dgamers/returnwolfenstein/wolf-linux-${PV}.x86.run -LICENSE="RTCW" +LICENSE="RTCW GPL-2" # gpl for init script bug #425944 SLOT="0" KEYWORDS="amd64 x86" IUSE="opengl dedicated" |