public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-qt3support/
Date: Sat,  3 Mar 2012 09:33:53 +0000 (UTC)	[thread overview]
Message-ID: <1330767225.ae92b3d7eaba66b80f462964c05df0f9fc266fa4.hwoarang@gentoo> (raw)

commit:     ae92b3d7eaba66b80f462964c05df0f9fc266fa4
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 09:33:45 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 09:33:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ae92b3d7

x11-libs/qt-qt3support:Sync with portage ebuild

---
 .../qt-qt3support/qt-qt3support-4.8.9999.ebuild    |   19 ++++++++-----------
 x11-libs/qt-qt3support/qt-qt3support-4.9999.ebuild |   19 ++++++++-----------
 2 files changed, 16 insertions(+), 22 deletions(-)

diff --git a/x11-libs/qt-qt3support/qt-qt3support-4.8.9999.ebuild b/x11-libs/qt-qt3support/qt-qt3support-4.8.9999.ebuild
index 2c9a507..c843e48 100644
--- a/x11-libs/qt-qt3support/qt-qt3support-4.8.9999.ebuild
+++ b/x11-libs/qt-qt3support/qt-qt3support-4.8.9999.ebuild
@@ -3,7 +3,10 @@
 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.7.4.ebuild,v 1.1 2011/09/08 09:21:19 wired Exp $
 
 EAPI="4"
-inherit qt4-build-edge
+if [[ ${PV} == 4*9999 ]]; then
+    QT_ECLASS="-edge"
+fi
+inherit qt4-build${QT_ECLASS}
 
 DESCRIPTION="The Qt3 support module for the Qt toolkit"
 SLOT="4"
@@ -13,15 +16,11 @@ else
 	KEYWORDS=""
 fi
 
-IUSE="+accessibility kde phonon"
+IUSE="+accessibility"
 
 DEPEND="~x11-libs/qt-core-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support]
 	~x11-libs/qt-gui-${PV}[accessibility=,aqua=,c++0x=,qpa=,debug=,qt3support]
-	~x11-libs/qt-sql-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support]
-	phonon? (
-		!kde? ( || ( ~x11-libs/qt-phonon-${PV}[aqua=,c++0x=,qpa=,debug=]
-			media-libs/phonon[aqua=,gstreamer] ) )
-		kde? ( media-libs/phonon[aqua=,gstreamer] ) )"
+	~x11-libs/qt-sql-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support]"
 
 RDEPEND="${DEPEND}"
 
@@ -35,13 +34,11 @@ pkg_setup() {
 		QT4_EXTRACT_DIRECTORIES="src include tools"
 	fi
 
-	qt4-build-edge_pkg_setup
+	qt4-build${QT_ECLASS}_pkg_setup
 }
 
 src_configure() {
 	myconf="${myconf} -qt3support
-		$(qt_use phonon gstreamer)
-		$(qt_use phonon)
 		$(qt_use accessibility)"
-	qt4-build-edge_src_configure
+	qt4-build${QT_ECLASS}_src_configure
 }

diff --git a/x11-libs/qt-qt3support/qt-qt3support-4.9999.ebuild b/x11-libs/qt-qt3support/qt-qt3support-4.9999.ebuild
index 2c9a507..c843e48 100644
--- a/x11-libs/qt-qt3support/qt-qt3support-4.9999.ebuild
+++ b/x11-libs/qt-qt3support/qt-qt3support-4.9999.ebuild
@@ -3,7 +3,10 @@
 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.7.4.ebuild,v 1.1 2011/09/08 09:21:19 wired Exp $
 
 EAPI="4"
-inherit qt4-build-edge
+if [[ ${PV} == 4*9999 ]]; then
+    QT_ECLASS="-edge"
+fi
+inherit qt4-build${QT_ECLASS}
 
 DESCRIPTION="The Qt3 support module for the Qt toolkit"
 SLOT="4"
@@ -13,15 +16,11 @@ else
 	KEYWORDS=""
 fi
 
-IUSE="+accessibility kde phonon"
+IUSE="+accessibility"
 
 DEPEND="~x11-libs/qt-core-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support]
 	~x11-libs/qt-gui-${PV}[accessibility=,aqua=,c++0x=,qpa=,debug=,qt3support]
-	~x11-libs/qt-sql-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support]
-	phonon? (
-		!kde? ( || ( ~x11-libs/qt-phonon-${PV}[aqua=,c++0x=,qpa=,debug=]
-			media-libs/phonon[aqua=,gstreamer] ) )
-		kde? ( media-libs/phonon[aqua=,gstreamer] ) )"
+	~x11-libs/qt-sql-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support]"
 
 RDEPEND="${DEPEND}"
 
@@ -35,13 +34,11 @@ pkg_setup() {
 		QT4_EXTRACT_DIRECTORIES="src include tools"
 	fi
 
-	qt4-build-edge_pkg_setup
+	qt4-build${QT_ECLASS}_pkg_setup
 }
 
 src_configure() {
 	myconf="${myconf} -qt3support
-		$(qt_use phonon gstreamer)
-		$(qt_use phonon)
 		$(qt_use accessibility)"
-	qt4-build-edge_src_configure
+	qt4-build${QT_ECLASS}_src_configure
 }



             reply	other threads:[~2012-03-03  9:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-03  9:33 Markos Chandras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-17 16:10 [gentoo-commits] proj/qt:master commit in: x11-libs/qt-qt3support/ Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1330767225.ae92b3d7eaba66b80f462964c05df0f9fc266fa4.hwoarang@gentoo \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox