diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-29 16:19:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-29 16:19:30 +0000 |
commit | 27efda17d6d710336b8205ffc8a08546c3ccc5e5 (patch) | |
tree | e87e99383ff925f631878e8556c115f63cd234a6 | |
parent | Fix LICENSE, bug 467512. (diff) | |
download | gentoo-2-27efda17d6d710336b8205ffc8a08546c3ccc5e5.tar.gz gentoo-2-27efda17d6d710336b8205ffc8a08546c3ccc5e5.tar.bz2 gentoo-2-27efda17d6d710336b8205ffc8a08546c3ccc5e5.zip |
Fix LICENSE, bug 467512.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
-rw-r--r-- | games-fps/doom3-inhell/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-fps/doom3-inhell/ChangeLog b/games-fps/doom3-inhell/ChangeLog index eafe4924eed7..ba44a82e5c13 100644 --- a/games-fps/doom3-inhell/ChangeLog +++ b/games-fps/doom3-inhell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/doom3-inhell -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v 1.6 2009/10/08 03:41:02 nyhm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v 1.7 2013/04/29 16:19:30 ulm Exp $ + + 29 Apr 2013; Ulrich Müller <ulm@gentoo.org> doom3-inhell-1.1-r1.ebuild: + Fix LICENSE, bug 467512. 08 Oct 2009; Tristan Heaven <nyhm@gentoo.org> doom3-inhell-1.1-r1.ebuild: EAPI=2; RESTRICT=fetch diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild index 7554b5ba9df5..bee2df923756 100644 --- a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild +++ b/games-fps/doom3-inhell/doom3-inhell-1.1-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-inhell/doom3-inhell-1.1-r1.ebuild,v 1.5 2009/10/08 03:41:02 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild,v 1.6 2013/04/29 16:19:30 ulm Exp $ EAPI=2 @@ -13,10 +13,10 @@ inherit games games-mods HOMEPAGE="http://www.doomerland.de.vu/" SRC_URI="in_hell_v${PV/.}.zip" -LICENSE="as-is" +LICENSE="GameFront" KEYWORDS="amd64 x86" IUSE="dedicated opengl" -RESTRICT="fetch" +RESTRICT="fetch bindist" pkg_nofetch() { elog "Please download ${SRC_URI} from:" |