diff options
author | Johannes Huber <johu@gentoo.org> | 2012-09-03 13:30:02 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-09-03 13:30:02 +0000 |
commit | 29301dc16f9f68cdcec73953feff1a61457a9753 (patch) | |
tree | 544b301c6d7f53472b84747949bb8aed80e134ac /kde-base/phonon-kde | |
parent | Add missing slot dependencies on Qt. (diff) | |
download | gentoo-2-29301dc16f9f68cdcec73953feff1a61457a9753.tar.gz gentoo-2-29301dc16f9f68cdcec73953feff1a61457a9753.tar.bz2 gentoo-2-29301dc16f9f68cdcec73953feff1a61457a9753.zip |
Remove KDE SC 4.7.4
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/phonon-kde')
-rw-r--r-- | kde-base/phonon-kde/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/phonon-kde/phonon-kde-4.7.4.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/kde-base/phonon-kde/ChangeLog b/kde-base/phonon-kde/ChangeLog index 7c52271ab727..ad348bee0041 100644 --- a/kde-base/phonon-kde/ChangeLog +++ b/kde-base/phonon-kde/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/phonon-kde # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.132 2012/09/03 13:01:05 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.133 2012/09/03 13:29:59 johu Exp $ + + 03 Sep 2012; Johannes Huber <johu@gentoo.org> -phonon-kde-4.7.4.ebuild: + Remove KDE SC 4.7.4 03 Sep 2012; Johannes Huber <johu@gentoo.org> -phonon-kde-4.8.3.ebuild: Remove KDE SC 4.8.3 diff --git a/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild b/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild deleted file mode 100644 index 495a4d957545..000000000000 --- a/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 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.4.ebuild,v 1.5 2012/02/18 16:21:37 nixnut 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 pulseaudio" - -DEPEND=" - >=media-libs/phonon-4.4.3 - 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 pulseaudio PulseAudio) - ) - - kde4-meta_src_configure -} |