aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/phonon-kde/phonon-kde-15.08.1.ebuild')
-rw-r--r--kde-apps/phonon-kde/phonon-kde-15.08.1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/phonon-kde/phonon-kde-15.08.1.ebuild b/kde-apps/phonon-kde/phonon-kde-15.08.1.ebuild
deleted file mode 100644
index 41a39fe480..0000000000
--- a/kde-apps/phonon-kde/phonon-kde-15.08.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kde-runtime"
-KMMODULE="phonon"
-inherit kde4-meta
-
-DESCRIPTION="Phonon KDE Integration"
-HOMEPAGE="https://phonon.kde.org"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug pulseaudio"
-
-DEPEND="
- media-libs/phonon[qt4]
- alsa? ( media-libs/alsa-lib )
- pulseaudio? (
- dev-libs/glib:2
- media-libs/libcanberra
- >=media-sound/pulseaudio-0.9.21[glib]
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_tests=OFF
- -DWITH_Xine=OFF
- $(cmake-utils_use_with alsa)
- $(cmake-utils_use_with pulseaudio PulseAudio)
- )
-
- kde4-meta_src_configure
-}