summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 15:22:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 19:52:32 +0100
commit049e83ff53b30814ac672dab128e71d9d0a2cfd8 (patch)
tree8ddc861ddb3d3fff31897ca2c75041349250d5c8 /kde-plasma/plasma-pa
parentmedia-libs/mesa: Add REQUIRED_USE For USE=d3d9 (diff)
downloadgentoo-049e83ff53b30814ac672dab128e71d9d0a2cfd8.tar.gz
gentoo-049e83ff53b30814ac672dab128e71d9d0a2cfd8.tar.bz2
gentoo-049e83ff53b30814ac672dab128e71d9d0a2cfd8.zip
kde-plasma: Drop KDE Plasma 5.12.7
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.12.7.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index e9fe941c99cf..1de0e862d66a 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-pa-5.12.7.tar.xz 88284 BLAKE2B 34ccb14229716bcd5d74d92fe82852a413606d7f2dd1ed69c00daac3c78f5e4a485e3ea0f4ed57ee3dbfd2340208d62173d68a3311155b648fbfa580e19614e5 SHA512 07d9fb3bca31d737069e3d2f122a3d6a77f2dbf26c4dbd1c5c515da5db5667da1d3305b0a08eab6abc83582825fc9468b185a2f1dcbc733ddab649ad0cbe78d9
DIST plasma-pa-5.13.5.tar.xz 90692 BLAKE2B 783fcf99ca9547818564370d1745c99b943409d8c0617844462fd74af94e34d00f392765525f422c245429838e75fae846e938e6bb039b7c27a0817ccf821eda SHA512 58667b60b4c9dc8f81d7defe35b7dab23f52b8e6e2bde3ce242b6d3e3f959335d3dadc855a12d2b04fa01da9243bf0408011e87a649bd6132b48c2eec964813f
DIST plasma-pa-5.14.3.tar.xz 94724 BLAKE2B 5f4088ca4278852af15575c00a973b1d32563b39f05a6cc8eee0962e728e662b4e4862134dedf860167a6535fcc225807c2d3a6fe859058b5dcc12cd441e06a3 SHA512 174eb9449188e3b97c0476874ee79f8f54074c9dc40c47c09cebe680af1539cd8f144c2d6afe79b821e44c22eb9049e1aa8232cf01895d5d4e8e3a02ae973df5
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.12.7.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.12.7.ebuild
deleted file mode 100644
index 0e4a734580d8..000000000000
--- a/kde-plasma/plasma-pa/plasma-pa-5.12.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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)
- dev-libs/glib:2
- gnome-base/gconf:2
- media-libs/libcanberra
- media-sound/pulseaudio[gnome]
-"
-
-RDEPEND="${DEPEND}"