mr_bones_    15/02/06 19:43:12

  Modified:             ChangeLog
  Added:                virtualjaguar-2.1.2-r1.ebuild
  Removed:              virtualjaguar-2.1.2.ebuild
  Log:
  revbump to push changes
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.21                 games-emulation/virtualjaguar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   6 Feb 2015 19:22:00 -0000       1.20
+++ ChangeLog   6 Feb 2015 19:43:12 -0000       1.21
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/virtualjaguar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 
1.20 2015/02/06 19:22:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 
1.21 2015/02/06 19:43:12 mr_bones_ Exp $
+
+*virtualjaguar-2.1.2-r1 (06 Feb 2015)
+
+  06 Feb 2015; Michael Sterrett <[email protected]>
+  +virtualjaguar-2.1.2-r1.ebuild, -virtualjaguar-2.1.2.ebuild:
+  revbump to push changes
 
   06 Feb 2015; Michael Sterrett <[email protected]>
   virtualjaguar-2.1.2.ebuild:



1.1                  games-emulation/virtualjaguar/virtualjaguar-2.1.2-r1.ebuild

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

Index: virtualjaguar-2.1.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r1.ebuild,v
 1.1 2015/02/06 19:43:12 mr_bones_ Exp $

EAPI=5
inherit eutils versionator qt4-r2 gnome2-utils toolchain-funcs games

DESCRIPTION="an Atari Jaguar emulator"
HOMEPAGE="http://www.icculus.org/virtualjaguar/";
SRC_URI="http://www.icculus.org/virtualjaguar/tarballs/${P}.tar.bz2";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="media-libs/libsdl[joystick,opengl,sound,video]
        sys-libs/zlib
        virtual/opengl
        dev-qt/qtcore:4
        dev-qt/qtgui:4
        dev-qt/qtopengl:4[-egl]
        dev-libs/libcdio"
DEPEND="${RDEPEND}
        >=sys-devel/gcc-4.4"

S=${WORKDIR}/${PN}

pkg_pretend() {
        local ver=4.4

        if ! version_is_at_least ${ver} $(gcc-version); then
                die "${PN} needs at least gcc ${ver} selected to compile."
        fi
}

src_prepare() {
        sed -i \
                -e '/^Categories/s/$/;/' \
                virtualjaguar.desktop || die
        eqmake4 virtualjaguar.pro -o makefile-qt
}

src_compile() {
        emake -j1 libs
        emake
}

src_install() {
        dogamesbin ${PN}
        dodoc README docs/{TODO,WHATSNEW}
        doman docs/virtualjaguar.1
        domenu virtualjaguar.desktop
        newicon -s 128 res/vj-icon.png ${PN}.png
        prepgamesdirs
}

pkg_preinst() {
        games_pkg_preinst
        gnome2_icon_savelist
}

pkg_postinst() {
        games_pkg_postinst
        elog "The ${PN} ROM path is no-longer hardcoded, "
        elog "set it from within, the ${PN} GUI."
        elog
        elog "The ROM extension supported by ${PN} is .j64, "
        elog ".jag files will be interpreted as Jaguar Server executables."
        gnome2_icon_cache_update
}

pkg_postrm() {
        gnome2_icon_cache_update
}




Reply via email to