summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-12-05 21:47:12 +0000
committerAlex Alexander <wired@gentoo.org>2010-12-05 21:47:12 +0000
commita3e4b3df1288db2f207f873de2e1e1fd0e9a6600 (patch)
tree7034122682b6c844fed9599ce7fea77e7900426b /x11-libs
parentremoved 4.5.3 (diff)
downloadgentoo-2-a3e4b3df1288db2f207f873de2e1e1fd0e9a6600.tar.gz
gentoo-2-a3e4b3df1288db2f207f873de2e1e1fd0e9a6600.tar.bz2
gentoo-2-a3e4b3df1288db2f207f873de2e1e1fd0e9a6600.zip
removed 4.5.3
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-phonon/ChangeLog5
-rw-r--r--x11-libs/qt-phonon/qt-phonon-4.5.3.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog
index 61f09585096d..914e6a259bed 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.85 2010/11/09 15:50:02 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.86 2010/12/05 21:47:12 wired Exp $
+
+ 05 Dec 2010; Alex Alexander <wired@gentoo.org> -qt-phonon-4.5.3.ebuild:
+ removed 4.5.3
*qt-phonon-4.7.1 (09 Nov 2010)
diff --git a/x11-libs/qt-phonon/qt-phonon-4.5.3.ebuild b/x11-libs/qt-phonon/qt-phonon-4.5.3.ebuild
deleted file mode 100644
index 2c632b863261..000000000000
--- a/x11-libs/qt-phonon/qt-phonon-4.5.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 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.5.3.ebuild,v 1.10 2009/12/11 14:57:52 armin76 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"
-IUSE="dbus"
-
-DEPEND="~x11-libs/qt-gui-${PV}[debug=,glib,qt3support]
- !kde-base/phonon-kde
- !kde-base/phonon-xine
- !media-sound/phonon
- media-libs/gstreamer
- media-libs/gst-plugins-base
- dbus? ( ~x11-libs/qt-dbus-${PV}[debug=] )"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="
-src/phonon
-src/plugins/phonon"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/
-src"
-
-QCONFIG_ADD="phonon"
-QCONFIG_DEFINE="QT_GSTREAMER"
-
-src_configure() {
- myconf="${myconf} -phonon -no-opengl -no-svg
- $(qt_use dbus qdbus)"
-
- qt4-build_src_configure
-}