diff options
author | Davide Pesavento <pesa@gentoo.org> | 2011-11-28 23:55:35 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2011-11-28 23:55:35 +0000 |
commit | a85c2e37342fead3fa93cb5e08f30f1baf56dc69 (patch) | |
tree | 278c71ebf5b2c21ef53051acc0bb3851f4a27f01 /x11-libs/qt-phonon | |
parent | old (diff) | |
download | historical-a85c2e37342fead3fa93cb5e08f30f1baf56dc69.tar.gz historical-a85c2e37342fead3fa93cb5e08f30f1baf56dc69.tar.bz2 historical-a85c2e37342fead3fa93cb5e08f30f1baf56dc69.zip |
Remove Qt 4.7.3
Package-Manager: portage-2.2.0_alpha79/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.7.3.ebuild | 46 |
2 files changed, 4 insertions, 47 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog index 18c07f3eddcf..1c5ded0a094e 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.99 2011/11/26 20:02:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.100 2011/11/28 23:51:38 pesa Exp $ + + 28 Nov 2011; Davide Pesavento <pesa@gentoo.org> -qt-phonon-4.7.3.ebuild: + Remove Qt 4.7.3 26 Nov 2011; Robin H. Johnson <robbat2@gentoo.org> Manifest: Bug 385719: upstream altered qt-everywhere-opensource-src-4.7.4.tar.gz, mass diff --git a/x11-libs/qt-phonon/qt-phonon-4.7.3.ebuild b/x11-libs/qt-phonon/qt-phonon-4.7.3.ebuild deleted file mode 100644 index e858c3e92bb2..000000000000 --- a/x11-libs/qt-phonon/qt-phonon-4.7.3.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.3.ebuild,v 1.1 2011/05/10 20:07:06 tampakrap 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 -} |