diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-17 07:00:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-17 07:00:46 +0000 |
commit | 38d788607a2013b48fbec348daff9a95970a903d (patch) | |
tree | c5d98e7a177ccfbf91f809c9ab993e73ab96bc73 /games-emulation | |
parent | Version bump (#507752 by Manuel Ruger), drop rfcomm init.d as it's not compat... (diff) | |
download | gentoo-2-38d788607a2013b48fbec348daff9a95970a903d.tar.gz gentoo-2-38d788607a2013b48fbec348daff9a95970a903d.tar.bz2 gentoo-2-38d788607a2013b48fbec348daff9a95970a903d.zip |
Fix LICENSE, bug 505622.
(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/handy/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/handy/handy-0.82.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-emulation/handy/ChangeLog b/games-emulation/handy/ChangeLog index 30301f0aa81c..0221804bb149 100644 --- a/games-emulation/handy/ChangeLog +++ b/games-emulation/handy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/handy -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/ChangeLog,v 1.6 2007/02/21 23:21:41 peper Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/ChangeLog,v 1.7 2014/04/17 07:00:46 ulm Exp $ + + 17 Apr 2014; Ulrich Müller <ulm@gentoo.org> handy-0.82.ebuild: + Fix LICENSE, bug 505622. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-emulation/handy/handy-0.82.ebuild b/games-emulation/handy/handy-0.82.ebuild index a4a53f017917..a12e44d52eaf 100644 --- a/games-emulation/handy/handy-0.82.ebuild +++ b/games-emulation/handy/handy-0.82.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/handy/handy-0.82.ebuild,v 1.7 2008/05/15 12:35:43 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/handy/handy-0.82.ebuild,v 1.8 2014/04/17 07:00:46 ulm Exp $ inherit games @@ -9,7 +9,9 @@ DESCRIPTION="A Atari Lynx emulator for Linux" HOMEPAGE="http://sdlemu.ngemu.com/handysdl.php" SRC_URI="http://sdlemu.ngemu.com/releases/Handy-SDL-${PV}${MY_RLS}.i386.linux-glibc22.tar.bz2" -LICENSE="as-is" +# Closed source, but docs/Handy.html says that it "does not contain +# any copyrighted materials" +LICENSE="public-domain no-source-code" SLOT="0" KEYWORDS="-* x86" RESTRICT="strip" |