ulm 14/04/17 16:06:33 Modified: ChangeLog kigb-2.02.ebuild Log: Fix LICENSE, add mirror and bindist restrictions, bug 505624. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.14 games-emulation/kigb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 25 Nov 2008 01:43:45 -0000 1.13 +++ ChangeLog 17 Apr 2014 16:06:33 -0000 1.14 @@ -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 <[email protected]> kigb-2.02.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505624. 25 Nov 2008; Michael Sterrett <[email protected]> kigb-2.02.ebuild: add virtual/libstdc++ dep (bug #248660) 1.6 games-emulation/kigb/kigb-2.02.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild?r1=1.5&r2=1.6 Index: kigb-2.02.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- kigb-2.02.ebuild 22 Aug 2009 19:11:36 -0000 1.5 +++ kigb-2.02.ebuild 17 Apr 2014 16:06:33 -0000 1.6 @@ -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
