diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-06 20:32:18 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-06 20:32:18 +0000 |
commit | 2ac5074452532f36a5e67589bc1ce8f55d419696 (patch) | |
tree | f0edd186caa36e40c4ad28dfb5e32fdd1d64e855 /games-emulation | |
parent | Mask dev-util/dialogblocks, dev-util/helpblocks for removal. (diff) | |
download | gentoo-2-2ac5074452532f36a5e67589bc1ce8f55d419696.tar.gz gentoo-2-2ac5074452532f36a5e67589bc1ce8f55d419696.tar.bz2 gentoo-2-2ac5074452532f36a5e67589bc1ce8f55d419696.zip |
Fix LICENSE, bug 436220. Add bindist restriction, because the resulting binary links code with non-commercial restriction with GPLed code.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/snes9x/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/snes9x/snes9x-1.53.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/snes9x/ChangeLog b/games-emulation/snes9x/ChangeLog index 72da9d049fe4..583316a4aeaa 100644 --- a/games-emulation/snes9x/ChangeLog +++ b/games-emulation/snes9x/ChangeLog @@ -1,9 +1,10 @@ # ChangeLog for games-emulation/snes9x # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.63 2013/04/06 16:06:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.64 2013/04/06 20:32:18 ulm Exp $ 06 Apr 2013; Ulrich Müller <ulm@gentoo.org> snes9x-1.53.ebuild: - Fix LICENSE, bug 436220. + Fix LICENSE, bug 436220. Add bindist restriction, because the resulting + binary links code with non-commercial restriction with GPLed code. 07 Feb 2013; Mike Frysinger <vapier@gentoo.org> +files/snes9x-1.53-cross-compile.patch, snes9x-1.53.ebuild: diff --git a/games-emulation/snes9x/snes9x-1.53.ebuild b/games-emulation/snes9x/snes9x-1.53.ebuild index e27ee80fed19..b8a352150c88 100644 --- a/games-emulation/snes9x/snes9x-1.53.ebuild +++ b/games-emulation/snes9x/snes9x-1.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.53.ebuild,v 1.11 2013/04/06 16:06:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.53.ebuild,v 1.12 2013/04/06 20:32:18 ulm Exp $ EAPI=2 inherit autotools eutils flag-o-matic multilib gnome2-utils games @@ -9,10 +9,11 @@ DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator" HOMEPAGE="http://code.google.com/p/snes9x-gtk/" SRC_URI="http://snes9x-gtk.googlecode.com/files/${P}-src.tar.bz2" -LICENSE="Snes9x GPL-2 LGPL-2.1" # some files are GPL-2 and LGPL-2.1 only +LICENSE="Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="alsa debug gtk joystick multilib netplay nls opengl oss png pulseaudio portaudio +xv +xrandr zlib" +RESTRICT="bindist" RDEPEND="x11-libs/libX11 x11-libs/libXext |