mr_bones_    15/01/24 06:31:00

  Modified:             ChangeLog
  Added:                vgba-4.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.11                 games-emulation/vgba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vgba/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vgba/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vgba/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   26 Nov 2009 20:56:44 -0000      1.10
+++ ChangeLog   24 Jan 2015 06:31:00 -0000      1.11
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/vgba
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.10 
2009/11/26 20:56:44 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.11 
2015/01/24 06:31:00 mr_bones_ Exp $
+
+*vgba-4.8 (24 Jan 2015)
+
+  24 Jan 2015; Michael Sterrett <mr_bon...@gentoo.org> +vgba-4.8.ebuild:
+  version bump
 
   26 Nov 2009; Markus Meier <mae...@gentoo.org> vgba-3.6.ebuild:
   x86 stable, bug #294552



1.1                  games-emulation/vgba/vgba-4.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vgba/vgba-4.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vgba/vgba-4.8.ebuild?rev=1.1&content-type=text/plain

Index: vgba-4.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-4.8.ebuild,v 1.1 
2015/01/24 06:31:00 mr_bones_ Exp $

EAPI=5
inherit games

DESCRIPTION="Gameboy Advance (GBA) emulator for Linux"
HOMEPAGE="http://www.komkon.org/fms/VGBA/";
SRC_URI="http://fms.komkon.org/VGBA/VGBA${PV/.}-Linux-Ubuntu-bin.tgz";

LICENSE="VGBA"
SLOT="0"
KEYWORDS="-* ~x86"
RESTRICT="strip"
IUSE=""

RDEPEND="x11-libs/libXext
        sys-libs/zlib"

QA_PREBUILT="${GAMES_PREFIX_OPT:1}/bin/vgba"

S=${WORKDIR}

src_install() {
        into "${GAMES_PREFIX_OPT}"
        dobin vgba
        dohtml VGBA.html
        prepgamesdirs
}




Reply via email to