summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2012-12-08 11:54:48 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2012-12-08 11:54:48 +0000
commit4b96dae80bed053f344d7256aa512466c0669a8e (patch)
tree307f4e431204571f18d6c58844311e5eee0f3fcd /kde-base/phonon-kde/phonon-kde-4.8.5.ebuild
parentVersion bump to use the Makefile's targets for building and installing. (diff)
downloadhistorical-4b96dae80bed053f344d7256aa512466c0669a8e.tar.gz
historical-4b96dae80bed053f344d7256aa512466c0669a8e.tar.bz2
historical-4b96dae80bed053f344d7256aa512466c0669a8e.zip
Drop KDE 4.8
Package-Manager: portage-2.2.0_alpha144/cvs/Linux x86_64 RepoMan-Options: --force Manifest-Sign-Key: 0x7887F787
Diffstat (limited to 'kde-base/phonon-kde/phonon-kde-4.8.5.ebuild')
-rw-r--r--kde-base/phonon-kde/phonon-kde-4.8.5.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-base/phonon-kde/phonon-kde-4.8.5.ebuild b/kde-base/phonon-kde/phonon-kde-4.8.5.ebuild
deleted file mode 100644
index f1f25aa98d2b..000000000000
--- a/kde-base/phonon-kde/phonon-kde-4.8.5.ebuild
+++ /dev/null
@@ -1,36 +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.8.5.ebuild,v 1.5 2012/10/13 22:20:36 johu 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"
-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
-}