summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-12 14:31:26 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-12 23:09:04 +0100
commitc3066272c885586bb1a9a464cdc1b574b4bfeec7 (patch)
treeb519884250fe639350a0d70c9ca874d31831787d /kde-plasma/plasma-pa
parentkde-plasma: Add KDE Plasma 5.17.3 (diff)
downloadgentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.gz
gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.bz2
gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.zip
kde-plasma: Drop KDE Plasma 5.17.2
Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-pa')
-rw-r--r--kde-plasma/plasma-pa/Manifest1
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.17.2.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 6b6f5e07e6b0..43a1468a13f6 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,3 +1,2 @@
DIST plasma-pa-5.16.5.tar.xz 101100 BLAKE2B ca09d7974638d6a730dd79794d167e5223ef13d5efdb63f9c0aacb288a873f9a769aaa00bc8253ea6cda293be2f6f0f84751528f426207d0a3d45f98637772d4 SHA512 393cc05b8999b10213fd608863d16f14c3d38fe8d82b01a1869bb37a4c8ce4d023deaac11a12a087f79bea5ffca9ff4e3dd846fd2ba195df8513e9ea8d3a8618
-DIST plasma-pa-5.17.2.tar.xz 103952 BLAKE2B 5da83dc6b03de9d46fc844febb1100a7242fc4663563d1975e01796b74f8bbf29705df51c620874be78fbfcc2fd91d1f103cee5f3be886c6b93caeef291cbfab SHA512 7c451b52678dc1977898503f55536d734856797ae9b5808dc19608dbef4102874f2895dfdf7a881ae0e6fb12628550f3fc2590ae98e024cab4c6ae1375bfb665
DIST plasma-pa-5.17.3.tar.xz 103716 BLAKE2B 2652061afcf167f8555b36d12ba73ca00881d51e28ea2770f396349eae76000a49c7b68b4cd54ef2eefbbb80259d00489bf4eb8b41688e70986cfdf14d774277 SHA512 e7170a1260382d60a3a2554cdb3a5309f3eee20f23789585ded41a39ee778faf740cdff8cd46914c4fd7272da13b88469353c146790a027668042fa452c048ff
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.17.2.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.17.2.ebuild
deleted file mode 100644
index 4da0d3e26d87..000000000000
--- a/kde-plasma/plasma-pa/plasma-pa-5.17.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- dev-libs/glib:2
- media-libs/libcanberra
- media-sound/pulseaudio
-"
-RDEPEND="${DEPEND}
- $(add_frameworks_dep kirigami)
- $(add_qt_dep qtquickcontrols2)
- media-libs/libcanberra
- x11-themes/sound-theme-freedesktop
-"