diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-26 18:04:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-26 18:04:46 +0000 |
commit | 8597101c33f8645fd375ae1e348f7b8b4e0f3029 (patch) | |
tree | 0ae950fea2952366e3320d0e7b4c98447e232396 /games-action/lugaru | |
parent | Stable for HPPA (bug #508416). (diff) | |
download | gentoo-2-8597101c33f8645fd375ae1e348f7b8b4e0f3029.tar.gz gentoo-2-8597101c33f8645fd375ae1e348f7b8b4e0f3029.tar.bz2 gentoo-2-8597101c33f8645fd375ae1e348f7b8b4e0f3029.zip |
Fix LICENSE, bug 505608.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-action/lugaru')
-rw-r--r-- | games-action/lugaru/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/lugaru/lugaru-1.0c.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/lugaru/ChangeLog b/games-action/lugaru/ChangeLog index 80b04a95c90a..0dbf56d72fb6 100644 --- a/games-action/lugaru/ChangeLog +++ b/games-action/lugaru/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/lugaru -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.2 2013/03/29 15:30:29 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.3 2014/04/26 18:04:46 ulm Exp $ + + 26 Apr 2014; Ulrich Müller <ulm@gentoo.org> lugaru-1.0c.ebuild: + Fix LICENSE, bug 505608. 29 Mar 2013; Julian Ospald <hasufell@gentoo.org> lugaru-1.0c.ebuild: use unpack_zip from unpacker.eclass instead of unzip diff --git a/games-action/lugaru/lugaru-1.0c.ebuild b/games-action/lugaru/lugaru-1.0c.ebuild index f321530fda8b..e390f7da389d 100644 --- a/games-action/lugaru/lugaru-1.0c.ebuild +++ b/games-action/lugaru/lugaru-1.0c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/lugaru-1.0c.ebuild,v 1.3 2013/03/29 15:30:29 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v 1.4 2014/04/26 18:04:46 ulm Exp $ inherit eutils unpacker games @@ -8,7 +8,7 @@ DESCRIPTION="3D arcade with unique fighting system and anthropomorphic character HOMEPAGE="http://www.wolfire.com/lugaru" SRC_URI="${PN}-full-linux-x86-${PV}.bin" -LICENSE="as-is" +LICENSE="GPL-2 free-noncomm" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" |