summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 09:27:51 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 09:27:51 +0000
commit53cd5fa7574408a5d255b2fa53b27e16e66d9a46 (patch)
treebf6fce1522749d350c92359d093bad864abe3543 /x11-libs
parentCleanup old. (diff)
downloadgentoo-2-53cd5fa7574408a5d255b2fa53b27e16e66d9a46.tar.gz
gentoo-2-53cd5fa7574408a5d255b2fa53b27e16e66d9a46.tar.bz2
gentoo-2-53cd5fa7574408a5d255b2fa53b27e16e66d9a46.zip
Old.
(Portage version: 2.1.5)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-phonon/ChangeLog6
-rw-r--r--x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild36
2 files changed, 5 insertions, 37 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog
index 479c2cc97f94..7074d4e941eb 100644
--- a/x11-libs/qt-phonon/ChangeLog
+++ b/x11-libs/qt-phonon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-phonon
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.5 2008/05/15 12:46:45 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.6 2008/05/16 09:27:51 ingmar Exp $
+
+ 16 May 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -qt-phonon-4.4.0_rc1.ebuild:
+ Old.
*qt-phonon-4.4.0 (15 May 2008)
diff --git a/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild b/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild
deleted file mode 100644
index e72369151411..000000000000
--- a/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 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.4.0_rc1.ebuild,v 1.8 2008/04/10 13:41:46 ingmar Exp $
-
-inherit qt4-build
-
-DESCRIPTION="The Phonon module for the Qt toolkit."
-HOMEPAGE="http://www.trolltech.com/"
-
-LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus"
-
-DEPEND="~x11-libs/qt-gui-${PV}
- media-libs/gstreamer
- media-libs/gst-plugins-base
- dbus? ( =x11-libs/qt-dbus-${PV} )"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="
-src/phonon
-src/plugins/phonon"
-QT4_EXTRACT_DIRECTORIES="
-src/3rdparty/kdelibs/phonon/
-src/3rdparty/kdebase/runtime/phonon/"
-QCONFIG_ADD="phonon"
-QCONFIG_DEFINE="QT_GSTREAMER"
-
-src_compile() {
- local myconf
- myconf="${myconf} -phonon -no-opengl -no-svg
- $(qt_use dbus qdbus)"
-
- qt4-build_src_compile
-}