* [gentoo-commits] repo/gentoo:master commit in: games-emulation/virtualjaguar/
@ 2016-07-26 0:08 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-07-26 0:08 UTC (permalink / raw
To: gentoo-commits
commit: 060fa269f3f055248303e54dd3323da712cca72c
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 00:10:24 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 00:08:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060fa269
games-emulation/virtualjaguar: updated to EAPI 6, remove deprecated games.eclass and qt4-r2.eclass
Also ensure gcc version checks only run on gcc
Gentoo-Bug: https://bugs.gentoo.org/574082
Gentoo-Bug: https://bugs.gentoo.org/588232
Package-Manager: portage-2.3.0
.../virtualjaguar/virtualjaguar-2.1.2-r2.ebuild | 77 ++++++++++++++++++++++
1 file changed, 77 insertions(+)
diff --git a/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild b/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild
new file mode 100644
index 0000000..09268ff
--- /dev/null
+++ b/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils versionator gnome2-utils qmake-utils toolchain-funcs
+
+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="
+ dev-libs/libcdio
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtopengl:4[-egl]
+ media-libs/libsdl[joystick,opengl,sound,video]
+ sys-libs/zlib
+ virtual/opengl"
+DEPEND="${RDEPEND}
+ >=sys-devel/gcc-4.4"
+
+S=${WORKDIR}/${PN}
+
+pkg_pretend() {
+ local ver=4.4
+
+ if tc-is-gcc && ! version_is_at_least ${ver} $(gcc-version); then
+ die "${PN} needs at least gcc ${ver} selected to compile."
+ fi
+}
+
+src_prepare() {
+ default
+ sed -i \
+ -e '/^Categories/s/$/;/' \
+ virtualjaguar.desktop || die
+}
+
+src_configure() {
+ eqmake4 virtualjaguar.pro -o makefile-qt
+}
+
+src_compile() {
+ emake -j1 libs
+ emake
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README docs/{TODO,WHATSNEW}
+ doman docs/virtualjaguar.1
+ domenu virtualjaguar.desktop
+ newicon -s 128 res/vj-icon.png ${PN}.png
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/virtualjaguar/
@ 2017-10-05 12:11 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-10-05 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 4e1334b88d259171781cc3d0dcfcda8487bcfeca
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 5 12:10:09 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 5 12:11:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1334b8
games-emulation/virtualjaguar: stabilise 2.1.2-r2 for amd64/x86
Closes: https://bugs.gentoo.org/632534
Package-Manager: Portage-2.3.8, Repoman-2.3.3
games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild b/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild
index d4d53cd4f1c..6d56a0c0fc7 100644
--- a/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild
+++ b/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.icculus.org/virtualjaguar/tarballs/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/virtualjaguar/
@ 2017-10-05 12:11 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-10-05 12:11 UTC (permalink / raw
To: gentoo-commits
commit: a35bb4318245bba8ed4a16a9f7678f9bece8cfb9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 5 12:10:55 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 5 12:11:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35bb431
games-emulation/virtualjaguar: remove 2.1.2-r1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../virtualjaguar/virtualjaguar-2.1.2-r1.ebuild | 77 ----------------------
1 file changed, 77 deletions(-)
diff --git a/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r1.ebuild b/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r1.ebuild
deleted file mode 100644
index 19d093aa876..00000000000
--- a/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 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
-}
-
-src_configure() {
- 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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-05 12:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 0:08 [gentoo-commits] repo/gentoo:master commit in: games-emulation/virtualjaguar/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2017-10-05 12:11 Michael Palimaka
2017-10-05 12:11 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox