summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 09:32:47 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 09:32:47 +0000
commit9fb6e09ce8089e1ed113424a1af0cbb857aa89b1 (patch)
treee93f3176f6b500d4e367811cd87e6e1be0f7f849 /x11-libs/qt-phonon
parentCleanup old. (diff)
downloadhistorical-9fb6e09ce8089e1ed113424a1af0cbb857aa89b1.tar.gz
historical-9fb6e09ce8089e1ed113424a1af0cbb857aa89b1.tar.bz2
historical-9fb6e09ce8089e1ed113424a1af0cbb857aa89b1.zip
Old.
Package-Manager: portage-2.1.5
Diffstat (limited to 'x11-libs/qt-phonon')
-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
-}