diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-13 06:29:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-13 06:29:34 +0000 |
commit | ca59563500126276fedc33e8291c83f819babff9 (patch) | |
tree | 02d5eddd5c415df5c22d7e6cb7242215759c25ae /games-emulation | |
parent | Convert to python-single-r1. Enable multilib support, bug #499384. (diff) | |
download | gentoo-2-ca59563500126276fedc33e8291c83f819babff9.tar.gz gentoo-2-ca59563500126276fedc33e8291c83f819babff9.tar.bz2 gentoo-2-ca59563500126276fedc33e8291c83f819babff9.zip |
Fix LICENSE, add mirror and bindist restrictions, bug 505620.
(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/boycott-advance-sdl/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-emulation/boycott-advance-sdl/ChangeLog b/games-emulation/boycott-advance-sdl/ChangeLog index 6518a448e4dc..e6709d746d78 100644 --- a/games-emulation/boycott-advance-sdl/ChangeLog +++ b/games-emulation/boycott-advance-sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/boycott-advance-sdl -# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/ChangeLog,v 1.6 2013/11/14 21:54:05 mr_bones_ Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/ChangeLog,v 1.7 2014/05/13 06:29:34 ulm Exp $ + + 13 May 2014; Ulrich Müller <ulm@gentoo.org> + boycott-advance-sdl-0.2.8.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505620. 14 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> boycott-advance-sdl-0.2.8.ebuild: diff --git a/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild b/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild index 0a3cf019d4e9..e7f780ef0ded 100644 --- a/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild +++ b/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild,v 1.5 2013/11/14 21:54:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild,v 1.6 2014/05/13 06:29:34 ulm Exp $ inherit games @@ -9,11 +9,11 @@ DESCRIPTION="A Gameboy Advance (GBA) emulator for Linux" HOMEPAGE="http://sdlemu.ngemu.com/basdl.php" SRC_URI="http://sdlemu.ngemu.com/releases/BoyCottAdvance-SDL-${PV}${MY_RLS}.i386.linux.tar.gz" -KEYWORDS="-* x86" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" -RESTRICT="strip" +KEYWORDS="-* x86" IUSE="" +RESTRICT="mirror bindist strip" RDEPEND="virtual/opengl >=media-libs/libsdl-1.2 |