summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-08-03 22:12:06 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-08-05 00:15:51 +1000
commit882701418bea706e8174f26c46f1d2d38c61bd33 (patch)
tree970e806e6fa5d65adc84a813a121276e85e47399 /kde-apps/kmix
parentkde-apps/kmix: Fix runtime crash on volume change (diff)
downloadgentoo-882701418bea706e8174f26c46f1d2d38c61bd33.tar.gz
gentoo-882701418bea706e8174f26c46f1d2d38c61bd33.tar.bz2
gentoo-882701418bea706e8174f26c46f1d2d38c61bd33.zip
kde-apps/kmix: Drop old (16.04.3-r0)
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-apps/kmix')
-rw-r--r--kde-apps/kmix/kmix-16.04.3.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/kde-apps/kmix/kmix-16.04.3.ebuild b/kde-apps/kmix/kmix-16.04.3.ebuild
deleted file mode 100644
index cec8b0c32c18..000000000000
--- a/kde-apps/kmix/kmix-16.04.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="false"
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Plasma mixer gui"
-HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa pulseaudio"
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
- pulseaudio? (
- media-libs/libcanberra
- >=media-sound/pulseaudio-0.9.12
- )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep kde-cli-tools)
-"
-
-src_configure() {
- local mycmakeargs=(
- -DKMIX_KF5_BUILD=ON
- $(cmake-utils_use_find_package alsa Alsa)
- $(cmake-utils_use_find_package pulseaudio Canberra)
- $(cmake-utils_use_find_package pulseaudio PulseAudio)
- )
-
- kde5_src_configure
-}