summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-12-11 15:45:09 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-12-11 15:45:09 +0000
commit6f9becf33e347c5c9e45fff64582534b7a794e97 (patch)
treedb9d49b9e6ec5fe816b3437debfadcd2884bcc7e /kde-base/phonon-kde
parentfix -9999 to use paxmark.sh (diff)
downloadgentoo-2-6f9becf33e347c5c9e45fff64582534b7a794e97.tar.gz
gentoo-2-6f9becf33e347c5c9e45fff64582534b7a794e97.tar.bz2
gentoo-2-6f9becf33e347c5c9e45fff64582534b7a794e97.zip
Remove KDE SC 4.14.2
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-base/phonon-kde')
-rw-r--r--kde-base/phonon-kde/ChangeLog5
-rw-r--r--kde-base/phonon-kde/phonon-kde-4.14.2.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/kde-base/phonon-kde/ChangeLog b/kde-base/phonon-kde/ChangeLog
index ff0be7ea3110..370967578d64 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.236 2014/12/11 13:05:52 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.237 2014/12/11 15:45:08 mrueg Exp $
+
+ 11 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -phonon-kde-4.14.2.ebuild:
+ Remove KDE SC 4.14.2
11 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> phonon-kde-4.14.3.ebuild:
amd64 stable wrt bug #517344
diff --git a/kde-base/phonon-kde/phonon-kde-4.14.2.ebuild b/kde-base/phonon-kde/phonon-kde-4.14.2.ebuild
deleted file mode 100644
index dbc1ade1cbff..000000000000
--- a/kde-base/phonon-kde/phonon-kde-4.14.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 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.14.2.ebuild,v 1.1 2014/10/25 19:58:27 kensington Exp $
-
-EAPI=5
-
-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[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
-}