diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-29 16:47:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-29 16:47:52 +0000 |
commit | e5c6d55e172499d8b27f2622a2bbc6f925f8d0c8 (patch) | |
tree | f844e636292fc79500c46fc8125374da596adecd /games-fps | |
parent | Clean up random problems (but does not fix them all -- see #409991). (diff) | |
download | gentoo-2-e5c6d55e172499d8b27f2622a2bbc6f925f8d0c8.tar.gz gentoo-2-e5c6d55e172499d8b27f2622a2bbc6f925f8d0c8.tar.bz2 gentoo-2-e5c6d55e172499d8b27f2622a2bbc6f925f8d0c8.zip |
Fix LICENSE, see readme.txt, bug 467890.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doom3-ducttape/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/doom3-ducttape/ChangeLog b/games-fps/doom3-ducttape/ChangeLog index 06bc4c0b2e6a..840efdd50cc1 100644 --- a/games-fps/doom3-ducttape/ChangeLog +++ b/games-fps/doom3-ducttape/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/doom3-ducttape -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.6 2009/10/07 14:39:00 nyhm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.7 2013/04/29 16:47:52 ulm Exp $ + + 29 Apr 2013; Ulrich Müller <ulm@gentoo.org> doom3-ducttape-0006-r1.ebuild: + Fix LICENSE, see readme.txt, bug 467890. 07 Oct 2009; Tristan Heaven <nyhm@gentoo.org> doom3-ducttape-0006-r1.ebuild: diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild index d1dc417ce61e..3d1dc5267010 100644 --- a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild +++ b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild,v 1.4 2009/10/07 14:39:00 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild,v 1.5 2013/04/29 16:47:52 ulm Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit games games-mods HOMEPAGE="http://ducttape.glenmurphy.com/" SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip" -LICENSE="as-is" +LICENSE="freedist" KEYWORDS="amd64 x86" IUSE="dedicated opengl" |