diff options
author | 2011-10-15 17:26:17 +0000 | |
---|---|---|
committer | 2011-10-15 17:26:17 +0000 | |
commit | 8f389eaa75f9824ced715f67e1e2a331be7b9b10 (patch) | |
tree | 5336133a3e5458f67cc3ca1af7846dd158995b94 /kde-base/phonon-kde | |
parent | amd64 stable wrt #386957 (diff) | |
download | historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.tar.gz historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.tar.bz2 historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.zip |
Drop KDE 4.7.0
Package-Manager: portage-2.1.10.27/cvs/Linux x86_64
Diffstat (limited to 'kde-base/phonon-kde')
-rw-r--r-- | kde-base/phonon-kde/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/phonon-kde/phonon-kde-4.7.0.ebuild | 38 |
2 files changed, 5 insertions, 39 deletions
diff --git a/kde-base/phonon-kde/ChangeLog b/kde-base/phonon-kde/ChangeLog index b598f71a32b2..7572d7321d1f 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.95 2011/10/06 18:11:04 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.96 2011/10/15 17:26:15 dilfridge Exp $ + + 15 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -phonon-kde-4.7.0.ebuild: + Drop KDE 4.7.0 *phonon-kde-4.7.2 (06 Oct 2011) diff --git a/kde-base/phonon-kde/phonon-kde-4.7.0.ebuild b/kde-base/phonon-kde/phonon-kde-4.7.0.ebuild deleted file mode 100644 index 0fa8d06ce545..000000000000 --- a/kde-base/phonon-kde/phonon-kde-4.7.0.ebuild +++ /dev/null @@ -1,38 +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.7.0.ebuild,v 1.1 2011/07/27 14:04:48 alexxy Exp $ - -EAPI=4 - -KMNAME="kde-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 pulseaudio" - -DEPEND=" - >=media-libs/phonon-4.4.3[xine?] - alsa? ( media-libs/alsa-lib ) - pulseaudio? ( - dev-libs/glib:2 - media-libs/libcanberra - >=media-sound/pulseaudio-0.9.21[glib] - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs=( - -DBUILD_tests=OFF - $(cmake-utils_use_with alsa) - $(cmake-utils_use_with xine) - $(cmake-utils_use_with pulseaudio PulseAudio) - ) - - kde4-meta_src_configure -} |