diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-13 06:30:06 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-13 06:30:06 +0000 |
commit | 46ac4da1fbf34494b65f0c0da67b4563fad0f797 (patch) | |
tree | 553f27b5e4cb0a330e79dfe795b734395e9c621c /games-emulation | |
parent | Fix LICENSE, add mirror and bindist restrictions, bug 505620. (diff) | |
download | gentoo-2-46ac4da1fbf34494b65f0c0da67b4563fad0f797.tar.gz gentoo-2-46ac4da1fbf34494b65f0c0da67b4563fad0f797.tar.bz2 gentoo-2-46ac4da1fbf34494b65f0c0da67b4563fad0f797.zip |
Fix LICENSE, add mirror and bindist restrictions, bug 505628.
(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/neopocott/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/neopocott/neopocott-0.38b.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-emulation/neopocott/ChangeLog b/games-emulation/neopocott/ChangeLog index 8db7111ac817..2f3163471c95 100644 --- a/games-emulation/neopocott/ChangeLog +++ b/games-emulation/neopocott/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/neopocott -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/neopocott/ChangeLog,v 1.6 2007/02/21 23:26:20 peper Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/neopocott/ChangeLog,v 1.7 2014/05/13 06:30:06 ulm Exp $ + + 13 May 2014; Ulrich Müller <ulm@gentoo.org> neopocott-0.38b.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505628. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-emulation/neopocott/neopocott-0.38b.ebuild b/games-emulation/neopocott/neopocott-0.38b.ebuild index fcca7a452de1..122dee70efd8 100644 --- a/games-emulation/neopocott/neopocott-0.38b.ebuild +++ b/games-emulation/neopocott/neopocott-0.38b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/neopocott/neopocott-0.38b.ebuild,v 1.8 2008/05/15 12:36:48 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/neopocott/neopocott-0.38b.ebuild,v 1.9 2014/05/13 06:30:06 ulm Exp $ inherit games @@ -9,11 +9,11 @@ DESCRIPTION="A NeoGeo Pocket emulator for Linux" HOMEPAGE="http://sdlemu.ngemu.com/neopocottsdl.php" SRC_URI="http://sdlemu.ngemu.com/releases/NeoPocott-SDL-${PV}${MY_RLS}.i386.linux-glibc22.tar.bz2" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* x86" -RESTRICT="strip" IUSE="" +RESTRICT="mirror bindist strip" RDEPEND="media-libs/libsdl sys-libs/zlib" |