diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-17 16:06:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-17 16:06:33 +0000 |
commit | 3260a808719c1efb5f9fa3986a0698c36d645801 (patch) | |
tree | e9f6e783520953d7d5de2f5e123061ce6020042b /games-emulation | |
parent | Removed checking of symbols in linear algebra libraries bug #507782 (diff) | |
download | gentoo-2-3260a808719c1efb5f9fa3986a0698c36d645801.tar.gz gentoo-2-3260a808719c1efb5f9fa3986a0698c36d645801.tar.bz2 gentoo-2-3260a808719c1efb5f9fa3986a0698c36d645801.zip |
Fix LICENSE, add mirror and bindist restrictions, bug 505624.
(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/kigb/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/kigb/kigb-2.02.ebuild | 14 |
2 files changed, 11 insertions, 10 deletions
diff --git a/games-emulation/kigb/ChangeLog b/games-emulation/kigb/ChangeLog index 396268ae4678..a99022c4e325 100644 --- a/games-emulation/kigb/ChangeLog +++ b/games-emulation/kigb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/kigb -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.13 2008/11/25 01:43:45 mr_bones_ Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.14 2014/04/17 16:06:33 ulm Exp $ + + 17 Apr 2014; Ulrich Müller <ulm@gentoo.org> kigb-2.02.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505624. 25 Nov 2008; Michael Sterrett <mr_bones_@gentoo.org> kigb-2.02.ebuild: add virtual/libstdc++ dep (bug #248660) diff --git a/games-emulation/kigb/kigb-2.02.ebuild b/games-emulation/kigb/kigb-2.02.ebuild index 32fbc863c565..8c0ac114c32d 100644 --- a/games-emulation/kigb/kigb-2.02.ebuild +++ b/games-emulation/kigb/kigb-2.02.ebuild @@ -1,20 +1,18 @@ -# 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/kigb/kigb-2.02.ebuild,v 1.5 2009/08/22 19:11:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v 1.6 2014/04/17 16:06:33 ulm Exp $ inherit games DESCRIPTION="A Gameboy (GB, SGB, GBA) Emulator for Linux" -HOMEPAGE="http://kigb.emuunlim.com" -# No version upstream -#SRC_URI="http://kigb.emuunlim.com/${PN}_lin.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz" +HOMEPAGE="http://kigb.emuunlim.com/" +SRC_URI="http://kigb.emuunlim.com/${PN}_lin.tar.gz" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* x86" -RESTRICT="strip" IUSE="" +RESTRICT="mirror bindist strip" RDEPEND="x11-libs/libXext sys-libs/zlib |