summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 21:50:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 23:21:36 +0100
commitd3d3dfeb634261d4d22a9f791ca8038d0113b649 (patch)
tree4c594c797be393bab5a454c9e7d90532a0a22fcf /kde-plasma/plasma-pa
parentkde-plasma/plasma-workspace: Drop translations of Plasma session name (diff)
downloadgentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.gz
gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.bz2
gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.zip
kde-plasma: Drop KDE Plasma 5.17.1
Package-Manager: Portage-2.3.78, 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.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index bfdb363eb18f..214a7291a45b 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.1.tar.xz 103956 BLAKE2B b15d99f0c4f5e23449d96175d09a831dbe1068f56da4681bf6cf503ffcab479df4c85356fe3172064478cdb692ea88bffc66f875e02cbd19492cca6d6ffee850 SHA512 b191742f12ab8972e467ead7f7a5109752516adcad0d2c8ce4ac78177c8616d2456e9e863d8edbd86dd03ba0151389c752671c9634e1a23d6d74b77535c523bb
DIST plasma-pa-5.17.2.tar.xz 103952 BLAKE2B 5da83dc6b03de9d46fc844febb1100a7242fc4663563d1975e01796b74f8bbf29705df51c620874be78fbfcc2fd91d1f103cee5f3be886c6b93caeef291cbfab SHA512 7c451b52678dc1977898503f55536d734856797ae9b5808dc19608dbef4102874f2895dfdf7a881ae0e6fb12628550f3fc2590ae98e024cab4c6ae1375bfb665
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.17.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.17.1.ebuild
deleted file mode 100644
index 4da0d3e26d87..000000000000
--- a/kde-plasma/plasma-pa/plasma-pa-5.17.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
-"