diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-06 16:06:44 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-06 16:06:44 +0000 |
commit | a118adb1f5c25e333593292a7b0fcf1854cb74f8 (patch) | |
tree | 86d2e6fdc6d9ce41c584d8db479bcfaab6847f8d /games-strategy | |
parent | Fix LICENSE, add mirror and bindist restrictions, bug 505766. (diff) | |
download | gentoo-2-a118adb1f5c25e333593292a7b0fcf1854cb74f8.tar.gz gentoo-2-a118adb1f5c25e333593292a7b0fcf1854cb74f8.tar.bz2 gentoo-2-a118adb1f5c25e333593292a7b0fcf1854cb74f8.zip |
Fix LICENSE, add mirror and bindist restrictions, bug 505772.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/mindrover-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-strategy/mindrover-demo/ChangeLog b/games-strategy/mindrover-demo/ChangeLog index 61810f7d667b..3cae7f9eac2d 100644 --- a/games-strategy/mindrover-demo/ChangeLog +++ b/games-strategy/mindrover-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/mindrover-demo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v 1.6 2012/02/08 21:33:04 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v 1.7 2014/05/06 16:06:44 ulm Exp $ + + 06 May 2014; Ulrich Müller <ulm@gentoo.org> mindrover-demo-1.07b.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505772. 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> mindrover-demo-1.07b.ebuild: Move to new unpacker eclass for unpack_makeself. diff --git a/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild b/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild index 61701191d3fc..9ffd9f590107 100644 --- a/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild +++ b/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.6 2012/02/08 21:33:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.7 2014/05/06 16:06:44 ulm Exp $ inherit eutils unpacker games @@ -9,11 +9,11 @@ DESCRIPTION="Control a robot as it races across Europa" HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=9" SRC_URI=" http://demos.linuxgamepublishing.com/mindrover/${MY_P}" -LICENSE="as-is" +LICENSE="all-rights-reserved GPL-2+" SLOT="0" KEYWORDS="x86" IUSE="" -RESTRICT="strip" +RESTRICT="mirror bindist strip" RDEPEND="virtual/opengl" |