summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 16:51:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 16:52:15 +0200
commit7771149dd1aaedc3b5a72ce40e249c6b094e397a (patch)
tree340c6fc5eb0f99c414c39d70926318589fa3c99f /kde-plasma/plasma-pa
parentkde-plasma: Add KDE Plasma 5.16.2 (diff)
downloadgentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.gz
gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.bz2
gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.zip
kde-plasma: Drop KDE Plasma 5.16.1
Package-Manager: Portage-2.3.67, Repoman-2.3.16 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.16.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 102996a37212..803d93c9b743 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,3 +1,2 @@
DIST plasma-pa-5.15.5.tar.xz 95964 BLAKE2B 5177f5aa9944d1c61058791e977b8c2dcd92e8b8d0efffe0a80eba9123443e13683e26ffd94ade01fd6be585a5598953f2d4bfbd3775944d9e81148bbac793cc SHA512 e66c9ac36c7964738f7f2947120f6a243191c75faef2c9b4831410487b6274da782f8a51d29a1f6d3b7ae81a96eaa6115d0629fded0700777856a9307a15b5f6
-DIST plasma-pa-5.16.1.tar.xz 100584 BLAKE2B 404ecf0d8632bea54a529b77e1c79dedf83c7a1921a9720c046269dfd121939eb73fcff5b48b2357592d29c08376ba16395e93eb575687e50da224fcf2360c55 SHA512 2f8329be0be46364af057b9230a010dd7b46af2a15376179dbcbebd71b2134ffaef13fe4bb276020e2a45c75e6e04e8efd0eb185a9277b4e165c575c35712ef4
DIST plasma-pa-5.16.2.tar.xz 100712 BLAKE2B cc2202a02ef1d2228cdeb9a7acc8bd10b65648fafe5a3027750f6df4d06032af71b96856b60e729354d87926fb9f7989705bbecc0710459b917dbdf125643424 SHA512 48ee899db002a946486d93bc81c0f046f6c6855a020d7557bb1625f116c61ef2d295e682401c77fa46bc2d7fdcd3d3337fe4c4df000b03718456bf20ef2ca4a1
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.16.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.16.1.ebuild
deleted file mode 100644
index 4da0d3e26d87..000000000000
--- a/kde-plasma/plasma-pa/plasma-pa-5.16.1.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
-"