diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-09 11:43:33 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-09 11:43:33 +0000 |
commit | 5af868c2b0b30098077905b9391aae5596a8168a (patch) | |
tree | 61ea1b9c5994a48bd0b0062617197281e0cda5f5 /x11-libs/qt-phonon | |
parent | Stable for amd64, wrt bug #422131 (diff) | |
download | historical-5af868c2b0b30098077905b9391aae5596a8168a.tar.gz historical-5af868c2b0b30098077905b9391aae5596a8168a.tar.bz2 historical-5af868c2b0b30098077905b9391aae5596a8168a.zip |
Removing Qt-4.6.3
Package-Manager: portage-2.2.0_alpha116/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-phonon')
-rw-r--r-- | x11-libs/qt-phonon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-phonon/qt-phonon-4.6.3.ebuild | 45 |
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 -} |