summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-06-02 21:58:00 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-06-02 21:58:00 +0000
commit0613108b68fd0e56a2bd021bc73ba8251e25fc12 (patch)
tree5312bbd1b79501d30ee0dba82451de17ccd2af46 /kde-base/phonon-kde
parentMemphis is also needed for libchamplain (diff)
downloadhistorical-0613108b68fd0e56a2bd021bc73ba8251e25fc12.tar.gz
historical-0613108b68fd0e56a2bd021bc73ba8251e25fc12.tar.bz2
historical-0613108b68fd0e56a2bd021bc73ba8251e25fc12.zip
Drop KDE 4.4
Package-Manager: portage-2.1.9.49/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/phonon-kde')
-rw-r--r--kde-base/phonon-kde/ChangeLog6
-rw-r--r--kde-base/phonon-kde/phonon-kde-4.4.5.ebuild36
2 files changed, 5 insertions, 37 deletions
diff --git a/kde-base/phonon-kde/ChangeLog b/kde-base/phonon-kde/ChangeLog
index 0fbaf360d87a..88230720d4d5 100644
--- a/kde-base/phonon-kde/ChangeLog
+++ b/kde-base/phonon-kde/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/phonon-kde
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.82 2011/06/01 19:20:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.83 2011/06/02 21:57:58 dilfridge Exp $
+
+ 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -phonon-kde-4.4.5.ebuild:
+ Drop KDE-4.4
01 Jun 2011; Brent Baude <ranger@gentoo.org> phonon-kde-4.6.2.ebuild:
Marking phonon-kde-4.6.2 ppc stable for bug 354033
diff --git a/kde-base/phonon-kde/phonon-kde-4.4.5.ebuild b/kde-base/phonon-kde/phonon-kde-4.4.5.ebuild
deleted file mode 100644
index 66e99b045004..000000000000
--- a/kde-base/phonon-kde/phonon-kde-4.4.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.4.5.ebuild,v 1.9 2011/03/26 17:22:37 dilfridge Exp $
-
-EAPI="3"
-
-KMNAME="kdebase-runtime"
-KMMODULE="phonon"
-inherit kde4-meta
-
-DESCRIPTION="Phonon KDE Integration"
-HOMEPAGE="http://phonon.kde.org"
-
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-IUSE="alsa debug +xine"
-
-DEPEND="
- >=media-libs/phonon-4.3.80[xine?]
- alsa? ( media-libs/alsa-lib )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-4.5.3-duplicated-definitions.patch"
-)
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_tests=OFF
- $(cmake-utils_use_with alsa)
- $(cmake-utils_use_with xine)
- )
-
- kde4-meta_src_configure
-}