public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-emulation/pcsx2-meta/, games-emulation/pcsx2/
@ 2011-10-30  8:09 Marcel Unbehaun
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Unbehaun @ 2011-10-30  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c82ecece86e6981199d520fc51091193fa9a0b9e
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sun Oct 30 09:09:44 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sun Oct 30 09:09:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c82ecece

[games-emulation/pcsx2]		added plugin useflags, dropped pcsx2-meta

---
 games-emulation/pcsx2-meta/pcsx2-meta-9999.ebuild |   33 ---------------------
 games-emulation/pcsx2/metadata.xml                |   29 ++++++++++++++++++
 games-emulation/pcsx2/pcsx2-0.9.8.ebuild          |   21 ++++++++++++-
 games-emulation/pcsx2/pcsx2-9999.ebuild           |   25 ++++++++++++++-
 4 files changed, 71 insertions(+), 37 deletions(-)

diff --git a/games-emulation/pcsx2-meta/pcsx2-meta-9999.ebuild b/games-emulation/pcsx2-meta/pcsx2-meta-9999.ebuild
deleted file mode 100644
index 81bde05..0000000
--- a/games-emulation/pcsx2-meta/pcsx2-meta-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="meta package for pcsx2 and plugins"
-HOMEPAGE="http://www.pcsx2.net"
-SRC_URI=""
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-
-RDEPEND=" games-emulation/pcsx2
-	games-emulation/ps2emu-cdvdiso
-	games-emulation/ps2emu-cdvdlinuz
-	games-emulation/ps2emu-cdvdnull
-	games-emulation/ps2emu-dev9null
-	games-emulation/ps2emu-fwnull
-	games-emulation/ps2emu-gsdx
-	games-emulation/ps2emu-gsnull
-	games-emulation/ps2emu-onepad
-	games-emulation/ps2emu-padnull
-	games-emulation/ps2emu-spu2null
-	games-emulation/ps2emu-spu2-x
-	games-emulation/ps2emu-usbnull
-	games-emulation/ps2emu-zerogs
-	games-emulation/ps2emu-zerospu
-	games-emulation/ps2emu-zzogl
-	"

diff --git a/games-emulation/pcsx2/metadata.xml b/games-emulation/pcsx2/metadata.xml
new file mode 100644
index 0000000..b96b78d
--- /dev/null
+++ b/games-emulation/pcsx2/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+	<email>frostworks@gmx.de</email>
+	<name>Marcel Unbehaun</name>
+</maintainer>
+  <herd>games</herd>
+  <longdescription lang="en">
+the one and only ps2 emulator
+</longdescription>
+  <use>
+	<flag name="cdvdiso">enable cdvdiso plugin support</flag> 
+	<flag name="cdvdlinuz">enable cdvdlinuz plugin support</flag> 
+	<flag name="cdvdnull">enable cdvdnull plugin support</flag> 
+	<flag name="dev9null">enable dev9null plugin support</flag> 
+	<flag name="fwnull">enable fwnull plugin support</flag> 
+	<flag name="gsdx">enable gsdx plugin support</flag> 
+	<flag name="gsnull">enable gsnull plugin support</flag> 
+	<flag name="onepad">enable onepad plugin support</flag> 
+	<flag name="padnull">enable padnull plugin support</flag> 
+	<flag name="spu2null">enable spu2null plugin support</flag> 
+	<flag name="spu2-x">enable spu2-x plugin support</flag> 
+	<flag name="usbnull">enable usbnull plugin support</flag> 
+	<flag name="zerogs">enable zerogs plugin support</flag> 
+	<flag name="zerospu">enable zerospu plugin support</flag> 
+	<flag name="zzogl">enable zzogl plugin support</flag>   
+  </use>
+</pkgmetadata>

diff --git a/games-emulation/pcsx2/pcsx2-0.9.8.ebuild b/games-emulation/pcsx2/pcsx2-0.9.8.ebuild
index 45fda70..36dab1d 100644
--- a/games-emulation/pcsx2/pcsx2-0.9.8.ebuild
+++ b/games-emulation/pcsx2/pcsx2-0.9.8.ebuild
@@ -20,7 +20,8 @@ SRC_URI="http://forums.pcsx2.net/attachment.php?aid=28280 -> ${P}.7z"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~x86"
-IUSE="debug"
+IUSE="cdvdiso cdvdlinuz cdvdnull dev9null fwnull gsdx gsnull onepad padnull spu2null spu2-x usbnull zerogs zerospu zzogl debug"
+
 if use amd64; then
 	ABI="x86"
 fi
@@ -55,7 +56,23 @@ DEPEND="dev-cpp/sparsehash
 		app-emulation/emul-linux-x86-sdl
 		app-emulation/emul-linux-x86-soundlibs
 		app-emulation/emul-linux-x86-wxGTK
-	)"
+	)
+	cdvdiso?	( games-emulation/ps2emu-cdvdiso )
+	cdvdlinuz?	( games-emulation/ps2emu-cdvdlinuz )
+	cdvdnull?	( games-emulation/ps2emu-cdvdnull )
+	dev9null?	( games-emulation/ps2emu-dev9null )
+	fwnull?		( games-emulation/ps2emu-fwnull )
+	gsdx?		( games-emulation/ps2emu-gsdx )
+	gsnull?		( games-emulation/ps2emu-gsnull )
+	onepad?		( games-emulation/ps2emu-onepad )
+	padnull?	( games-emulation/ps2emu-padnull )
+	spu2null?	( games-emulation/ps2emu-spu2null )
+	spu2-x?		( games-emulation/ps2emu-spu2-x )
+	usbnull?	( games-emulation/ps2emu-usbnull )
+	zerogs?		( games-emulation/ps2emu-zerogs )
+	zerospu?	( games-emulation/ps2emu-zerospu )
+	zzogl?		( games-emulation/ps2emu-zzogl )	
+	"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_PV}

diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index f635a46..c0bc446 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -21,7 +21,9 @@ ESVN_PROJECT="pcsx2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug"
+
+IUSE="cdvdiso cdvdlinuz cdvdnull dev9null fwnull gsdx gsnull onepad padnull spu2null spu2-x usbnull zerogs zerospu zzogl debug"
+
 if use amd64; then
 	ABI="x86"
 fi
@@ -31,6 +33,9 @@ else
 	CMAKE_BUILD_TYPE="Release"
 fi
 
+PDEPEND="
+	"
+
 DEPEND="dev-cpp/sparsehash
 	x86? (
 		app-arch/bzip2
@@ -56,7 +61,23 @@ DEPEND="dev-cpp/sparsehash
 		app-emulation/emul-linux-x86-sdl
 		app-emulation/emul-linux-x86-soundlibs
 		app-emulation/emul-linux-x86-wxGTK
-	)"
+	)
+	cdvdiso?	( games-emulation/ps2emu-cdvdiso )
+	cdvdlinuz?	( games-emulation/ps2emu-cdvdlinuz )
+	cdvdnull?	( games-emulation/ps2emu-cdvdnull )
+	dev9null?	( games-emulation/ps2emu-dev9null )
+	fwnull?		( games-emulation/ps2emu-fwnull )
+	gsdx?		( games-emulation/ps2emu-gsdx )
+	gsnull?		( games-emulation/ps2emu-gsnull )
+	onepad?		( games-emulation/ps2emu-onepad )
+	padnull?	( games-emulation/ps2emu-padnull )
+	spu2null?	( games-emulation/ps2emu-spu2null )
+	spu2-x?		( games-emulation/ps2emu-spu2-x )
+	usbnull?	( games-emulation/ps2emu-usbnull )
+	zerogs?		( games-emulation/ps2emu-zerogs )
+	zerospu?	( games-emulation/ps2emu-zerospu )
+	zzogl?		( games-emulation/ps2emu-zzogl )	
+	"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



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

* [gentoo-commits] proj/gamerlay:master commit in: games-emulation/pcsx2-meta/, games-emulation/pcsx2/
@ 2011-10-30 14:21 Marcel Unbehaun
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Unbehaun @ 2011-10-30 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0256eb84d6dce43ff4ed7b8f0d54d05c7a74eb97
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sun Oct 30 14:20:58 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sun Oct 30 14:20:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0256eb84

[games-emulation/pcsx2-meta]	moved plugin use into -meta

---
 games-emulation/{pcsx2 => pcsx2-meta}/metadata.xml |    2 +-
 games-emulation/pcsx2-meta/pcsx2-meta-9999.ebuild  |   34 ++++++++++++++++++++
 games-emulation/pcsx2/metadata.xml                 |   17 ----------
 games-emulation/pcsx2/pcsx2-0.9.8.ebuild           |   20 +----------
 games-emulation/pcsx2/pcsx2-9999.ebuild            |   23 +------------
 5 files changed, 39 insertions(+), 57 deletions(-)

diff --git a/games-emulation/pcsx2/metadata.xml b/games-emulation/pcsx2-meta/metadata.xml
similarity index 97%
copy from games-emulation/pcsx2/metadata.xml
copy to games-emulation/pcsx2-meta/metadata.xml
index b96b78d..c83d8c2 100644
--- a/games-emulation/pcsx2/metadata.xml
+++ b/games-emulation/pcsx2-meta/metadata.xml
@@ -7,7 +7,7 @@
 </maintainer>
   <herd>games</herd>
   <longdescription lang="en">
-the one and only ps2 emulator
+meta pakage for pcsx2 and plugins
 </longdescription>
   <use>
 	<flag name="cdvdiso">enable cdvdiso plugin support</flag> 

diff --git a/games-emulation/pcsx2-meta/pcsx2-meta-9999.ebuild b/games-emulation/pcsx2-meta/pcsx2-meta-9999.ebuild
new file mode 100644
index 0000000..a8ba0df
--- /dev/null
+++ b/games-emulation/pcsx2-meta/pcsx2-meta-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit eutils
+
+DESCRIPTION="meta package for pcsx2 and plugins"
+HOMEPAGE="http://www.pcsx2.net"
+SRC_URI=""
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="cdvdiso cdvdlinuz cdvdnull dev9null fwnull gsdx gsnull onepad padnull spu2null spu2-x usbnull zerogs zerospu zzogl"
+
+RDEPEND=" games-emulation/pcsx2
+	cdvdiso?	( games-emulation/ps2emu-cdvdiso )
+	cdvdlinuz?	( games-emulation/ps2emu-cdvdlinuz )
+	cdvdnull?	( games-emulation/ps2emu-cdvdnull )
+	dev9null?	( games-emulation/ps2emu-dev9null )
+	fwnull?		( games-emulation/ps2emu-fwnull )
+	gsdx?		( games-emulation/ps2emu-gsdx )
+	gsnull?		( games-emulation/ps2emu-gsnull )
+	onepad?		( games-emulation/ps2emu-onepad )
+	padnull?	( games-emulation/ps2emu-padnull )
+	spu2null?	( games-emulation/ps2emu-spu2null )
+	spu2-x?		( games-emulation/ps2emu-spu2-x )
+	usbnull?	( games-emulation/ps2emu-usbnull )
+	zerogs?		( games-emulation/ps2emu-zerogs )
+	zerospu?	( games-emulation/ps2emu-zerospu )
+	zzogl?		( games-emulation/ps2emu-zzogl )
+	"

diff --git a/games-emulation/pcsx2/metadata.xml b/games-emulation/pcsx2/metadata.xml
index b96b78d..675d7cb 100644
--- a/games-emulation/pcsx2/metadata.xml
+++ b/games-emulation/pcsx2/metadata.xml
@@ -9,21 +9,4 @@
   <longdescription lang="en">
 the one and only ps2 emulator
 </longdescription>
-  <use>
-	<flag name="cdvdiso">enable cdvdiso plugin support</flag> 
-	<flag name="cdvdlinuz">enable cdvdlinuz plugin support</flag> 
-	<flag name="cdvdnull">enable cdvdnull plugin support</flag> 
-	<flag name="dev9null">enable dev9null plugin support</flag> 
-	<flag name="fwnull">enable fwnull plugin support</flag> 
-	<flag name="gsdx">enable gsdx plugin support</flag> 
-	<flag name="gsnull">enable gsnull plugin support</flag> 
-	<flag name="onepad">enable onepad plugin support</flag> 
-	<flag name="padnull">enable padnull plugin support</flag> 
-	<flag name="spu2null">enable spu2null plugin support</flag> 
-	<flag name="spu2-x">enable spu2-x plugin support</flag> 
-	<flag name="usbnull">enable usbnull plugin support</flag> 
-	<flag name="zerogs">enable zerogs plugin support</flag> 
-	<flag name="zerospu">enable zerospu plugin support</flag> 
-	<flag name="zzogl">enable zzogl plugin support</flag>   
-  </use>
 </pkgmetadata>

diff --git a/games-emulation/pcsx2/pcsx2-0.9.8.ebuild b/games-emulation/pcsx2/pcsx2-0.9.8.ebuild
index 73b3bbd..b656a15 100644
--- a/games-emulation/pcsx2/pcsx2-0.9.8.ebuild
+++ b/games-emulation/pcsx2/pcsx2-0.9.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://forums.pcsx2.net/attachment.php?aid=28280 -> ${P}.7z"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~x86"
-IUSE="cdvdiso cdvdlinuz cdvdnull dev9null fwnull gsdx gsnull onepad padnull spu2null spu2-x usbnull zerogs zerospu zzogl debug"
+IUSE="debug"
 
 if use amd64; then
 	ABI="x86"
@@ -51,23 +51,7 @@ DEPEND="dev-cpp/sparsehash
 		app-emulation/emul-linux-x86-sdl
 		app-emulation/emul-linux-x86-soundlibs
 		app-emulation/emul-linux-x86-wxGTK
-	)
-	cdvdiso?	( games-emulation/ps2emu-cdvdiso )
-	cdvdlinuz?	( games-emulation/ps2emu-cdvdlinuz )
-	cdvdnull?	( games-emulation/ps2emu-cdvdnull )
-	dev9null?	( games-emulation/ps2emu-dev9null )
-	fwnull?		( games-emulation/ps2emu-fwnull )
-	gsdx?		( games-emulation/ps2emu-gsdx )
-	gsnull?		( games-emulation/ps2emu-gsnull )
-	onepad?		( games-emulation/ps2emu-onepad )
-	padnull?	( games-emulation/ps2emu-padnull )
-	spu2null?	( games-emulation/ps2emu-spu2null )
-	spu2-x?		( games-emulation/ps2emu-spu2-x )
-	usbnull?	( games-emulation/ps2emu-usbnull )
-	zerogs?		( games-emulation/ps2emu-zerogs )
-	zerospu?	( games-emulation/ps2emu-zerospu )
-	zzogl?		( games-emulation/ps2emu-zzogl )	
-	"
+	)"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_PV}

diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 6237e3e..2af3a18 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 
-IUSE="cdvdiso cdvdlinuz cdvdnull dev9null fwnull gsdx gsnull onepad padnull spu2null spu2-x usbnull zerogs zerospu zzogl debug"
+IUSE="debug"
 
 if use amd64; then
 	ABI="x86"
@@ -28,9 +28,6 @@ else
 	CMAKE_BUILD_TYPE="Release"
 fi
 
-PDEPEND="
-	"
-
 DEPEND="dev-cpp/sparsehash
 	x86? (
 		app-arch/bzip2
@@ -56,23 +53,7 @@ DEPEND="dev-cpp/sparsehash
 		app-emulation/emul-linux-x86-sdl
 		app-emulation/emul-linux-x86-soundlibs
 		app-emulation/emul-linux-x86-wxGTK
-	)
-	cdvdiso?	( games-emulation/ps2emu-cdvdiso )
-	cdvdlinuz?	( games-emulation/ps2emu-cdvdlinuz )
-	cdvdnull?	( games-emulation/ps2emu-cdvdnull )
-	dev9null?	( games-emulation/ps2emu-dev9null )
-	fwnull?		( games-emulation/ps2emu-fwnull )
-	gsdx?		( games-emulation/ps2emu-gsdx )
-	gsnull?		( games-emulation/ps2emu-gsnull )
-	onepad?		( games-emulation/ps2emu-onepad )
-	padnull?	( games-emulation/ps2emu-padnull )
-	spu2null?	( games-emulation/ps2emu-spu2null )
-	spu2-x?		( games-emulation/ps2emu-spu2-x )
-	usbnull?	( games-emulation/ps2emu-usbnull )
-	zerogs?		( games-emulation/ps2emu-zerogs )
-	zerospu?	( games-emulation/ps2emu-zerospu )
-	zzogl?		( games-emulation/ps2emu-zzogl )	
-	"
+	)"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



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

end of thread, other threads:[~2011-10-30 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-30 14:21 [gentoo-commits] proj/gamerlay:master commit in: games-emulation/pcsx2-meta/, games-emulation/pcsx2/ Marcel Unbehaun
  -- strict thread matches above, loose matches on Subject: below --
2011-10-30  8:09 Marcel Unbehaun

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