summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-04-05 15:35:14 +0000
committerJohannes Huber <johu@gentoo.org>2012-04-05 15:35:14 +0000
commit6cf1d1b9d43999f9a6ecc5254fa469e22449f52b (patch)
tree86a89c72d632c438d8f3de51ed63bcaa73a45fdc /x11-libs
parentRemoving Qt-4.8.0 (diff)
downloadgentoo-2-6cf1d1b9d43999f9a6ecc5254fa469e22449f52b.tar.gz
gentoo-2-6cf1d1b9d43999f9a6ecc5254fa469e22449f52b.tar.bz2
gentoo-2-6cf1d1b9d43999f9a6ecc5254fa469e22449f52b.zip
Removing Qt-4.8.0
(Portage version: 2.2.0_alpha99/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-phonon/ChangeLog5
-rw-r--r--x11-libs/qt-phonon/qt-phonon-4.8.0.ebuild46
2 files changed, 4 insertions, 47 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog
index bbfe38865906..b4dca25f9960 100644
--- a/x11-libs/qt-phonon/ChangeLog
+++ b/x11-libs/qt-phonon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-phonon
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.107 2012/04/03 21:49:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.108 2012/04/05 15:35:14 johu Exp $
+
+ 05 Apr 2012; Johannes Huber <johu@gentoo.org> -qt-phonon-4.8.0.ebuild:
+ Drop Qt-4.8.0
03 Apr 2012; Jeroen Roovers <jer@gentoo.org> qt-phonon-4.7.4.ebuild:
Stable for HPPA (bug #390963).
diff --git a/x11-libs/qt-phonon/qt-phonon-4.8.0.ebuild b/x11-libs/qt-phonon/qt-phonon-4.8.0.ebuild
deleted file mode 100644
index 1442fe7e817f..000000000000
--- a/x11-libs/qt-phonon/qt-phonon-4.8.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.8.0.ebuild,v 1.1 2012/01/29 17:05:54 wired Exp $
-
-EAPI="3"
-inherit qt4-build
-
-DESCRIPTION="The Phonon module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="dbus qt3support"
-
-DEPEND="~x11-libs/qt-gui-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support=]
- !kde-base/phonon-kde
- !kde-base/phonon-xine
- !media-libs/phonon
- !media-sound/phonon
- !aqua? ( media-libs/gstreamer
- media-plugins/gst-plugins-meta )
- aqua? ( ~x11-libs/qt-opengl-${PV}[aqua,debug=,qt3support=] )
- dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,c++0x=,qpa=,debug=] )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- QT4_TARGET_DIRECTORIES="
- src/phonon
- src/plugins/phonon
- tools/designer/src/plugins/phononwidgets"
- QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
- include/
- src
- tools"
-
- QCONFIG_ADD="phonon"
- use aqua || QCONFIG_DEFINE="QT_GSTREAMER"
-
- qt4-build_pkg_setup
-}
-
-src_configure() {
- myconf="${myconf} -phonon -phonon-backend -no-opengl -no-svg
- $(qt_use dbus qdbus)
- $(qt_use qt3support)"
-
- qt4-build_src_configure
-}