aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-08-07 15:08:38 +0200
committerJohannes Huber <johu@gentoo.org>2012-08-07 15:08:38 +0200
commit27968a9eb0e1e142aff6106e732f18a76f285631 (patch)
tree26ad311d88a81b578587be94fdeea0147026e62d /kde-base/phonon-kde
parent[kde-base/kdepim-l10n] Removed is empty. (diff)
downloadkde-27968a9eb0e1e142aff6106e732f18a76f285631.tar.gz
kde-27968a9eb0e1e142aff6106e732f18a76f285631.tar.bz2
kde-27968a9eb0e1e142aff6106e732f18a76f285631.zip
[kde-base] Remove KDE SC 4.8 stable branch (4.8.49.9999).
(Portage version: 2.2.0_alpha120/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'kde-base/phonon-kde')
-rw-r--r--kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild b/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
deleted file mode 100644
index 44b6ce3f8d..0000000000
--- a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KMNAME="kde-runtime"
-KMMODULE="phonon"
-inherit kde4-meta
-
-DESCRIPTION="Phonon KDE Integration"
-HOMEPAGE="http://phonon.kde.org"
-
-KEYWORDS=""
-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
- -DWITH_Xine=OFF
- $(cmake-utils_use_with alsa)
- $(cmake-utils_use_with pulseaudio PulseAudio)
- )
-
- kde4-meta_src_configure
-}