aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.13.90.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index bbac555a94..20c42383f0 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,2 +1 @@
-DIST plasma-pa-5.13.90.tar.xz 94044 BLAKE2B 76b23a285ad687c21b9e09b27e705bf126b47f7c236bccd0cf2d108b90a40e6c731659eb40e74985ba8d100af4d5dbb4c85f3e16d27d252d552c2466869c5588 SHA512 59c5de140c5a53b539b80958db7548ba3c7d7ba34269469d2436b93b086095c5597c09b8819ca3106d43469cd9382559e742792248d092d1d771711a51062f60
DIST plasma-pa-5.14.0.tar.xz 93564 BLAKE2B d4653a3e83f095cf1dde4e8c26b6d42af6c645b1a116321f7b00f5dc31271d1867c98f53eb678cf5b55339e66d375fa8a7b470c87cc8853f4eb8fa2ef3714eed SHA512 682027cc291b98904a5bb35d7d8fe17a0df565d68af36e62a0787c5d09372a5ad7474718a4c2ed1912362235f80869180cfdabadd9b22284e8a8b01330966052
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.13.90.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.13.90.ebuild
deleted file mode 100644
index 3e7504c19b..0000000000
--- a/kde-plasma/plasma-pa/plasma-pa-5.13.90.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-KEYWORDS="~amd64 ~arm ~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)
- media-libs/libcanberra
- media-sound/pulseaudio
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )