summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-07-09 11:38:28 +0000
committerJohannes Huber <johu@gentoo.org>2012-07-09 11:38:28 +0000
commit8226e2b18a6b38809ec769f525135fc96c1e5a04 (patch)
tree38b62e49a4135b669be4ab063800f6bde0f427e1
parentRemoving Qt-4.6.3 (diff)
downloadgentoo-2-8226e2b18a6b38809ec769f525135fc96c1e5a04.tar.gz
gentoo-2-8226e2b18a6b38809ec769f525135fc96c1e5a04.tar.bz2
gentoo-2-8226e2b18a6b38809ec769f525135fc96c1e5a04.zip
Removing Qt-4.6.3
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
-rw-r--r--x11-libs/qt-phonon/ChangeLog5
-rw-r--r--x11-libs/qt-phonon/qt-phonon-4.6.3.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog
index abec4eb336c8..26b772e16e50 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.121 2012/07/09 04:29:06 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.122 2012/07/09 11:38:28 johu Exp $
+
+ 09 Jul 2012; Johannes Huber <johu@gentoo.org> -qt-phonon-4.6.3.ebuild:
+ Drop Qt-4.6.3
09 Jul 2012; Joseph Jezak <josejx@gentoo.org> qt-phonon-4.8.2.ebuild:
Marked ppc/ppc64 for bug #424625.
diff --git a/x11-libs/qt-phonon/qt-phonon-4.6.3.ebuild b/x11-libs/qt-phonon/qt-phonon-4.6.3.ebuild
deleted file mode 100644
index b972447a6924..000000000000
--- a/x11-libs/qt-phonon/qt-phonon-4.6.3.ebuild
+++ /dev/null
@@ -1,45 +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.6.3.ebuild,v 1.9 2011/03/26 16:49:00 dilfridge Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The Phonon module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="dbus"
-
-DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,glib,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] )
- 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)"
-
- qt4-build_src_configure
-}