ulm 14/04/26 18:04:46 Modified: ChangeLog lugaru-1.0c.ebuild Log: Fix LICENSE, bug 505608. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.3 games-action/lugaru/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 29 Mar 2013 15:30:29 -0000 1.2 +++ ChangeLog 26 Apr 2014 18:04:46 -0000 1.3 @@ -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 <[email protected]> lugaru-1.0c.ebuild: + Fix LICENSE, bug 505608. 29 Mar 2013; Julian Ospald <[email protected]> lugaru-1.0c.ebuild: use unpack_zip from unpacker.eclass instead of unzip 1.4 games-action/lugaru/lugaru-1.0c.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild?r1=1.3&r2=1.4 Index: lugaru-1.0c.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- lugaru-1.0c.ebuild 29 Mar 2013 15:30:29 -0000 1.3 +++ lugaru-1.0c.ebuild 26 Apr 2014 18:04:46 -0000 1.4 @@ -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 @@ 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=""
