diff options
author | 2014-04-26 18:09:38 +0000 | |
---|---|---|
committer | 2014-04-26 18:09:38 +0000 | |
commit | cbc13ac40fd210001e052866c57cd447d63e8c92 (patch) | |
tree | c6b7bc1d7b93f09de313bd14af30512e208efb77 /games-action/lugaru-demo | |
parent | drop old (diff) | |
download | gentoo-2-cbc13ac40fd210001e052866c57cd447d63e8c92.tar.gz gentoo-2-cbc13ac40fd210001e052866c57cd447d63e8c92.tar.bz2 gentoo-2-cbc13ac40fd210001e052866c57cd447d63e8c92.zip |
Fix LICENSE, bug 505610.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-action/lugaru-demo')
-rw-r--r-- | games-action/lugaru-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/lugaru-demo/lugaru-demo-1.0b.ebuild | 8 | ||||
-rw-r--r-- | games-action/lugaru-demo/lugaru-demo-1.0c.ebuild | 9 |
3 files changed, 15 insertions, 10 deletions
diff --git a/games-action/lugaru-demo/ChangeLog b/games-action/lugaru-demo/ChangeLog index 566f86745828..c21fa632df21 100644 --- a/games-action/lugaru-demo/ChangeLog +++ b/games-action/lugaru-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/lugaru-demo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.12 2012/12/16 10:30:11 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.13 2014/04/26 18:09:38 ulm Exp $ + + 26 Apr 2014; Ulrich Müller <ulm@gentoo.org> lugaru-demo-1.0b.ebuild, + lugaru-demo-1.0c.ebuild: + Fix LICENSE, bug 505610. 16 Dec 2012; Tupone Alfredo <tupone@gentoo.org> lugaru-demo-1.0c.ebuild: Use QA_PREBUILT. Bug #426794 by Diego Elio Pettenò diff --git a/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild b/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild index 1970ddb41c7c..1572d6d70417 100644 --- a/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild +++ b/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild,v 1.3 2010/05/12 15:48:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild,v 1.4 2014/04/26 18:09:38 ulm Exp $ inherit eutils games @@ -8,11 +8,11 @@ DESCRIPTION="3D arcade with unique fighting system and anthropomorphic character HOMEPAGE="http://www.wolfire.com/lugaru" SRC_URI="http://cdn.wolfire.com/games/lugaru-linux-x86-${PV}.bin" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RESTRICT="mirror strip" +RESTRICT="mirror bindist strip" DEPEND="app-arch/unzip" RDEPEND="sys-libs/glibc diff --git a/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild b/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild index 69ec65bbb323..0f376fa4aed6 100644 --- a/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild +++ b/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild @@ -1,6 +1,7 @@ -# 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-action/lugaru-demo/lugaru-demo-1.0c.ebuild,v 1.2 2012/12/16 10:30:11 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild,v 1.3 2014/04/26 18:09:38 ulm Exp $ + EAPI=4 inherit eutils games @@ -9,11 +10,11 @@ DESCRIPTION="3D arcade with unique fighting system and anthropomorphic character HOMEPAGE="http://www.wolfire.com/lugaru" SRC_URI="http://cdn.wolfire.com/games/lugaru/lugaru-linux-x86-${PV}.bin" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" -RESTRICT="mirror strip" +RESTRICT="mirror bindist strip" DEPEND="app-arch/unzip" RDEPEND="sys-libs/glibc |