diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-16 17:08:02 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-16 17:08:02 +0000 |
commit | b76ced7fca01bc5d95bc96dd820a3a50489b53a7 (patch) | |
tree | 8359ef9d7149828660beb09f28b8e387b4700669 /games-rpg | |
parent | Fix LICENSE, add mirror and bindist restrictions, bug 505730. (diff) | |
download | gentoo-2-b76ced7fca01bc5d95bc96dd820a3a50489b53a7.tar.gz gentoo-2-b76ced7fca01bc5d95bc96dd820a3a50489b53a7.tar.bz2 gentoo-2-b76ced7fca01bc5d95bc96dd820a3a50489b53a7.zip |
Fix LICENSE, add mirror and bindist restrictions, bug 505742.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/sacred-gold/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild | 8 | ||||
-rw-r--r-- | games-rpg/sacred-gold/sacred-gold-1.0.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/games-rpg/sacred-gold/ChangeLog b/games-rpg/sacred-gold/ChangeLog index 24dd72c3da07..ee5ae2f1e9ed 100644 --- a/games-rpg/sacred-gold/ChangeLog +++ b/games-rpg/sacred-gold/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/sacred-gold -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/ChangeLog,v 1.5 2012/03/01 06:55:05 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/ChangeLog,v 1.6 2014/04/16 17:08:02 ulm Exp $ + + 16 Apr 2014; Ulrich Müller <ulm@gentoo.org> sacred-gold-1.0.ebuild, + sacred-gold-1.0.01.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505742. 01 Mar 2012; Ulrich Müller <ulm@gentoo.org> sacred-gold-1.0.ebuild, sacred-gold-1.0.01.ebuild: diff --git a/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild b/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild index 077fdcb731f2..93d9d0f9dba5 100644 --- a/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild +++ b/games-rpg/sacred-gold/sacred-gold-1.0.01.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-rpg/sacred-gold/sacred-gold-1.0.01.ebuild,v 1.3 2012/03/01 06:55:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild,v 1.4 2014/04/16 17:08:02 ulm Exp $ inherit versionator eutils cdrom unpacker games @@ -11,11 +11,11 @@ DESCRIPTION="Action role-playing game" HOMEPAGE="http://linuxgamepublishing.com/info.php?id=sacred" SRC_URI="http://updatefiles.linuxgamepublishing.com/sacred/${MY_P}-x86.run" -LICENSE="as-is GPL-2 LGPL-2" +LICENSE="all-rights-reserved GPL-2 LGPL-2" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" -RESTRICT="strip" +RESTRICT="mirror bindist strip" RDEPEND="virtual/opengl x86? ( x11-libs/libX11 diff --git a/games-rpg/sacred-gold/sacred-gold-1.0.ebuild b/games-rpg/sacred-gold/sacred-gold-1.0.ebuild index 269cad09c739..2d9d9a32fcc5 100644 --- a/games-rpg/sacred-gold/sacred-gold-1.0.ebuild +++ b/games-rpg/sacred-gold/sacred-gold-1.0.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-rpg/sacred-gold/sacred-gold-1.0.ebuild,v 1.2 2012/03/01 06:55:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.ebuild,v 1.3 2014/04/16 17:08:02 ulm Exp $ inherit eutils cdrom games @@ -8,11 +8,11 @@ DESCRIPTION="Action role-playing game" HOMEPAGE="http://linuxgamepublishing.com/info.php?id=sacred" SRC_URI="" -LICENSE="as-is GPL-2 LGPL-2" +LICENSE="all-rights-reserved GPL-2 LGPL-2" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" -RESTRICT="strip" +RESTRICT="bindist strip" RDEPEND="virtual/opengl x86? ( x11-libs/libX11 |