diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-03 18:31:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-03 18:31:53 +0000 |
commit | 2d02077296fd14e66d1315a2954288a4992875fb (patch) | |
tree | 13d6cba73dcbb12fe084a3b00ea9d62e944a0de6 /games-emulation | |
parent | Mask app-emulation/lxc-1.X.X releases for testing (diff) | |
download | gentoo-2-2d02077296fd14e66d1315a2954288a4992875fb.tar.gz gentoo-2-2d02077296fd14e66d1315a2954288a4992875fb.tar.bz2 gentoo-2-2d02077296fd14e66d1315a2954288a4992875fb.zip |
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!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/xe/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/xe/xe-2.16.2.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-emulation/xe/ChangeLog b/games-emulation/xe/ChangeLog index af4b9f306fc2..620283c4350a 100644 --- a/games-emulation/xe/ChangeLog +++ b/games-emulation/xe/ChangeLog @@ -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 <ulm@gentoo.org> xe-2.16.2.ebuild: + Change LICENSE to all-rights-reserved, add mirror and bindist restrictions, + bug 505630. 21 Dec 2012; Tupone Alfredo <tupone@gentoo.org> xe-2.16.2.ebuild, +files/xe-2.16.2-gentoo.patch: diff --git a/games-emulation/xe/xe-2.16.2.ebuild b/games-emulation/xe/xe-2.16.2.ebuild index fb7beacc074b..5e512ee880e7 100644 --- a/games-emulation/xe/xe-2.16.2.ebuild +++ b/games-emulation/xe/xe-2.16.2.ebuild @@ -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 @@ HOMEPAGE="http://www.xe-emulator.com/" 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 |