summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-05-14 12:46:13 +0000
committerJohannes Huber <johu@gentoo.org>2012-05-14 12:46:13 +0000
commite46981f0a54757d16da46eed9dc812f41c6786b9 (patch)
tree895e2ae8e342045cf2b1b991db7d19cf815ccf08 /x11-libs/qt-phonon
parentRemoving Qt-4.7.2 (diff)
downloadgentoo-2-e46981f0a54757d16da46eed9dc812f41c6786b9.tar.gz
gentoo-2-e46981f0a54757d16da46eed9dc812f41c6786b9.tar.bz2
gentoo-2-e46981f0a54757d16da46eed9dc812f41c6786b9.zip
Removing Qt-4.7.2
(Portage version: 2.2.0_alpha104/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-phonon')
-rw-r--r--x11-libs/qt-phonon/ChangeLog5
-rw-r--r--x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild46
2 files changed, 4 insertions, 47 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog
index 0ab00db1d290..e40785d61bb5 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.111 2012/05/13 08:08:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.112 2012/05/14 12:46:13 johu Exp $
+
+ 14 May 2012; Johannes Huber <johu@gentoo.org> -qt-phonon-4.7.2.ebuild:
+ Drop Qt-4.7.2
13 May 2012; Markus Meier <maekke@gentoo.org> qt-phonon-4.8.1.ebuild:
arm stable, bug #414241
diff --git a/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild b/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild
deleted file mode 100644
index 53409f0a655d..000000000000
--- a/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 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.7.2.ebuild,v 1.8 2011/07/13 13:03:59 xarthisius 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=,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,qt3support=] )
- dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,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
-}