ulm 14/05/03 18:31:53 Modified: ChangeLog xe-2.16.2.ebuild Log: Change LICENSE to all-rights-reserved, add mirror and bindist restrictions, bug 505630. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.16 games-emulation/xe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xe/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xe/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xe/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 21 Dec 2012 07:53:22 -0000 1.15 +++ ChangeLog 3 May 2014 18:31:53 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/xe -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.15 2012/12/21 07:53:22 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.16 2014/05/03 18:31:53 ulm Exp $ + + 03 May 2014; Ulrich Müller <[email protected]> xe-2.16.2.ebuild: + Change LICENSE to all-rights-reserved, add mirror and bindist restrictions, + bug 505630. 21 Dec 2012; Tupone Alfredo <[email protected]> xe-2.16.2.ebuild, +files/xe-2.16.2-gentoo.patch: 1.6 games-emulation/xe/xe-2.16.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild?r1=1.5&r2=1.6 Index: xe-2.16.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xe-2.16.2.ebuild 21 Dec 2012 07:53:22 -0000 1.5 +++ xe-2.16.2.ebuild 3 May 2014 18:31:53 -0000 1.6 @@ -1,6 +1,6 @@ -# 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-emulation/xe/xe-2.16.2.ebuild,v 1.5 2012/12/21 07:53:22 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild,v 1.6 2014/05/03 18:31:53 ulm Exp $ EAPI=4 inherit games @@ -10,11 +10,11 @@ SRC_URI="amd64? ( http://www.xe-emulator.com/files/${PN}-x86-64-bin.${PV}.tar.bz2 ) x86? ( http://www.xe-emulator.com/files/${PN}-x86-32-bin.${PV}.tar.bz2 )" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -RESTRICT="strip" +RESTRICT="mirror bindist strip" RDEPEND="x11-libs/libXv x11-libs/libXinerama
