ulm 14/05/07 15:48:06 Modified: majesty-demo-1.0.0.ebuild ChangeLog Log: Fix LICENSE, add mirror and bindist restrictions, bug 505770. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.14 games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?r1=1.13&r2=1.14 Index: majesty-demo-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- majesty-demo-1.0.0.ebuild 24 Dec 2012 15:36:37 -0000 1.13 +++ majesty-demo-1.0.0.ebuild 7 May 2014 15:48:06 -0000 1.14 @@ -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-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.13 2012/12/24 15:36:37 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.14 2014/05/07 15:48:06 ulm Exp $ + EAPI=4 inherit eutils unpacker games @@ -8,11 +9,11 @@ HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=8&" SRC_URI="http://demos.linuxgamepublishing.com/majesty/majesty_demo.run" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 ppc x86" -RESTRICT="strip" IUSE="" +RESTRICT="mirror bindist strip" RDEPEND="sys-libs/glibc x86? ( 1.13 games-strategy/majesty-demo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 24 Dec 2012 15:36:37 -0000 1.12 +++ ChangeLog 7 May 2014 15:48:06 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/majesty-demo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 1.12 2012/12/24 15:36:37 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 1.13 2014/05/07 15:48:06 ulm Exp $ + + 07 May 2014; Ulrich Müller <[email protected]> majesty-demo-1.0.0.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505770. 24 Dec 2012; Tupone Alfredo <[email protected]> majesty-demo-1.0.0.ebuild: Use QA_PREBUILT. Bug #429504 by Diego Elio Pettenò
