diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-11 20:55:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-11 20:55:46 +0000 |
commit | b77c49cb12f9208e3dc0901070ca945d57f80bbf (patch) | |
tree | 6fc8715cf335936dc0ca79d77920ca1ccedafcdd /games-emulation | |
parent | Version bump. Bug #446348. Add Rüpel <ruepel@gmx.li> as proxy-maintainer (diff) | |
download | gentoo-2-b77c49cb12f9208e3dc0901070ca945d57f80bbf.tar.gz gentoo-2-b77c49cb12f9208e3dc0901070ca945d57f80bbf.tar.bz2 gentoo-2-b77c49cb12f9208e3dc0901070ca945d57f80bbf.zip |
Update LICENSE, see COPYING file in tarball.
(Portage version: 2.1.11.36/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dgen-sdl/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dgen-sdl/dgen-sdl-1.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/dgen-sdl/ChangeLog b/games-emulation/dgen-sdl/ChangeLog index 9d1130906880..fdab4469cba3 100644 --- a/games-emulation/dgen-sdl/ChangeLog +++ b/games-emulation/dgen-sdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dgen-sdl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.17 2012/06/13 19:20:17 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.18 2012/12/11 20:55:46 ulm Exp $ + + 11 Dec 2012; Ulrich Müller <ulm@gentoo.org> dgen-sdl-1.30.ebuild: + Update LICENSE, see COPYING file in tarball. 13 Jun 2012; Jeff Horelick <jdhore@gentoo.org> dgen-sdl-1.30.ebuild: marked x86 per bug 421005 diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.30.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.30.ebuild index 44b76313e620..3a076b6be8ec 100644 --- a/games-emulation/dgen-sdl/dgen-sdl-1.30.ebuild +++ b/games-emulation/dgen-sdl/dgen-sdl-1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.30.ebuild,v 1.4 2012/06/13 19:20:17 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.30.ebuild,v 1.5 2012/12/11 20:55:46 ulm Exp $ EAPI=2 inherit games @@ -9,7 +9,7 @@ DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" HOMEPAGE="http://dgen.sourceforge.net/" SRC_URI="mirror://sourceforge/dgen/files/${P}.tar.gz" -LICENSE="dgen-sdl as-is LGPL-2.1 GPL-2 BSD" +LICENSE="dgen-sdl BSD BSD-2 free-noncomm LGPL-2.1+ GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="joystick opengl" |