ulm 14/04/16 17:20:32 Modified: ChangeLog netherearth-0.52.ebuild Log: Fix LICENSE, add mirror and bindist restrictions, bug 505774. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.9 games-strategy/netherearth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 12 Oct 2010 07:36:45 -0000 1.8 +++ ChangeLog 16 Apr 2014 17:20:32 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/netherearth -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v 1.8 2010/10/12 07:36:45 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v 1.9 2014/04/16 17:20:32 ulm Exp $ + + 16 Apr 2014; Ulrich Müller <[email protected]> netherearth-0.52.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505774. 12 Oct 2010; Tupone Alfredo <[email protected]> netherearth-0.52.ebuild, +files/netherearth-0.52-ldflags.patch: 1.9 games-strategy/netherearth/netherearth-0.52.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild?r1=1.8&r2=1.9 Index: netherearth-0.52.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- netherearth-0.52.ebuild 12 Oct 2010 07:36:45 -0000 1.8 +++ netherearth-0.52.ebuild 16 Apr 2014 17:20:32 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/netherearth/netherearth-0.52.ebuild,v 1.8 2010/10/12 07:36:45 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v 1.9 2014/04/16 17:20:32 ulm Exp $ inherit eutils games @@ -10,10 +10,11 @@ SRC_URI="http://www.braingames.getput.com/nether/sources.zip http://www.braingames.getput.com/nether/${PN}${MY_PV}.zip" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="x86" IUSE="" +RESTRICT="mirror bindist" RDEPEND=">=media-libs/libsdl-1.2.6-r3 >=media-libs/sdl-mixer-1.2.5-r1
