public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/virtualjaguar: virtualjaguar-2.1.2.ebuild ChangeLog
@ 2014-10-15  3:50 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-10-15  3:50 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    14/10/15 03:50:52

  Modified:             ChangeLog
  Added:                virtualjaguar-2.1.2.ebuild
  Log:
  version bump (bug #437894)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.16                 games-emulation/virtualjaguar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	15 May 2014 16:40:58 -0000	1.15
+++ ChangeLog	15 Oct 2014 03:50:52 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/virtualjaguar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.15 2014/05/15 16:40:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.16 2014/10/15 03:50:52 mr_bones_ Exp $
+
+*virtualjaguar-2.1.2 (15 Oct 2014)
+
+  15 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org>
+  +virtualjaguar-2.1.2.ebuild, metadata.xml:
+  version bump (bug #437894)
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> virtualjaguar-1.0.7.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
@@ -62,4 +68,3 @@
   12 Sep 2003; Michael Sterrett <msterret@gentoo.org>
   virtualjaguar-1.0.5.ebuild, files/virtualjaguar:
   initial commit
-



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

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

Index: virtualjaguar-2.1.2.ebuild
===================================================================
# Copyright 1999-2014 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.ebuild,v 1.1 2014/10/15 03:50:52 mr_bones_ Exp $

EAPI=5
inherit eutils qt4-r2 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
	dev-libs/libcdio"
DEPEND="${RDEPEND}
	>=sys-devel/gcc-4.4"

S=${WORKDIR}/${PN}

src_prepare() {
	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
	prepgamesdirs
}

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."
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/virtualjaguar: virtualjaguar-2.1.2.ebuild ChangeLog
@ 2015-02-06 19:20 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-06 19:20 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/06 19:20:43

  Modified:             virtualjaguar-2.1.2.ebuild ChangeLog
  Log:
  install desktop entry and icon
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild

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

Index: virtualjaguar-2.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virtualjaguar-2.1.2.ebuild	15 Oct 2014 03:50:52 -0000	1.1
+++ virtualjaguar-2.1.2.ebuild	6 Feb 2015 19:20:42 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.ebuild,v 1.1 2014/10/15 03:50:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild,v 1.2 2015/02/06 19:20:42 mr_bones_ Exp $
 
 EAPI=5
-inherit eutils qt4-r2 games
+inherit eutils qt4-r2 gnome2-utils games
 
 DESCRIPTION="an Atari Jaguar emulator"
 HOMEPAGE="http://www.icculus.org/virtualjaguar/"
@@ -27,6 +27,9 @@
 S=${WORKDIR}/${PN}
 
 src_prepare() {
+	sed -i \
+		-e '/^Categories/s/$/;/' \
+		virtualjaguar.desktop || die
 	eqmake4 virtualjaguar.pro -o makefile-qt
 }
 
@@ -39,9 +42,16 @@
 	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, "
@@ -49,4 +59,10 @@
 	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
+}
+



1.19                 games-emulation/virtualjaguar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	21 Dec 2014 14:22:14 -0000	1.18
+++ ChangeLog	6 Feb 2015 19:20:42 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/virtualjaguar
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.18 2014/12/21 14:22:14 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.19 2015/02/06 19:20:42 mr_bones_ Exp $
+
+  06 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  virtualjaguar-2.1.2.ebuild:
+  install desktop entry and icon
 
   21 Dec 2014; Michał Górny <mgorny@gentoo.org> -virtualjaguar-1.0.7.ebuild,
   virtualjaguar-1.0.7-r1.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/virtualjaguar: virtualjaguar-2.1.2.ebuild ChangeLog
@ 2015-02-06 19:22 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-06 19:22 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/06 19:22:00

  Modified:             virtualjaguar-2.1.2.ebuild ChangeLog
  Log:
  ws
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild

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

Index: virtualjaguar-2.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- virtualjaguar-2.1.2.ebuild	6 Feb 2015 19:20:42 -0000	1.2
+++ virtualjaguar-2.1.2.ebuild	6 Feb 2015 19:22:00 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.ebuild,v 1.2 2015/02/06 19:20:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-2.1.2.ebuild,v 1.3 2015/02/06 19:22:00 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils qt4-r2 gnome2-utils games
@@ -65,4 +65,3 @@
 pkg_postrm() {
 	gnome2_icon_cache_update
 }
-



1.20                 games-emulation/virtualjaguar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	6 Feb 2015 19:20:42 -0000	1.19
+++ ChangeLog	6 Feb 2015 19:22:00 -0000	1.20
@@ -1,6 +1,10 @@
 # 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.19 2015/02/06 19:20:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.20 2015/02/06 19:22:00 mr_bones_ Exp $
+
+  06 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  virtualjaguar-2.1.2.ebuild:
+  ws
 
   06 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
   virtualjaguar-2.1.2.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-06 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 19:22 [gentoo-commits] gentoo-x86 commit in games-emulation/virtualjaguar: virtualjaguar-2.1.2.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-06 19:20 Michael Sterrett (mr_bones_)
2014-10-15  3:50 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox