summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 23:14:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 23:22:22 +0200
commit451c714e3256087189b39b2b11184b52874a214f (patch)
tree909abba87f30c6441527044ce5c7d7694801d7c4 /kde-plasma/plasma-pa
parentapp-office/pybliographer: Drop old (diff)
downloadgentoo-451c714e3256087189b39b2b11184b52874a214f.tar.gz
gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.bz2
gentoo-451c714e3256087189b39b2b11184b52874a214f.zip
kde-plasma: Drop KDE Plasma 5.15.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12 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.15.3.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index d2e97e94fe74..128e5e2c0505 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,3 +1,2 @@
DIST plasma-pa-5.14.5.tar.xz 94368 BLAKE2B a8a1bf8ef2b6a9496941f4a35bfb1e92a4cf7a8d3b9ea014cff6d04ab7b01f0c3e12433eafd3a0f529f9391624e82f0d5f7a6314b8b717e58cb733636c18a1fc SHA512 436ef77d61d37bc4cb166ebffbbd0b0f51780008e902f791af66bebd0429f8cda608674790c87e89ddd40dd614eeb61eeb11e173c02f43d03cab420a2ffa196c
-DIST plasma-pa-5.15.3.tar.xz 95232 BLAKE2B cc183a2dfbfafd920c889e696c536d29cd6ec46cfd86a44c840670e9b8ceb710c506e38983732869f1666f3e0c0df6db34875e7d5d485d1125b4c6d3d6038ae4 SHA512 741e89c0c87858a0688aa030fd15de7fd7e552172cfea2b3d4e9cdc9e695a07c4352fd1603818db86d4365a4438d567f020961b77a67646b72b962e7c1d3f5b3
DIST plasma-pa-5.15.4.tar.xz 95616 BLAKE2B d671379b2ac0fe4e6166e19a006b1768f1a9fff01a289c72bb5e90366908ee37df6feb897af6b6a40ecca20767ebc235364934d5066cfe94032c0df464872c58 SHA512 fa36e83eda2b560ef679c77680917544270a8e94cbd5a826fbf4641d814031816af6052363dfc9c35b45d276af41b70beba7801c80189439c474635c9e66b665
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.15.3.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.15.3.ebuild
deleted file mode 100644
index 58e2347df232..000000000000
--- a/kde-plasma/plasma-pa/plasma-pa-5.15.3.ebuild
+++ /dev/null
@@ -1,33 +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)
- media-libs/libcanberra
- media-sound/pulseaudio
-"
-RDEPEND="${DEPEND}
- $(add_frameworks_dep kirigami)
- $(add_qt_dep qtquickcontrols)
- media-libs/libcanberra
- x11-themes/sound-theme-freedesktop
-"
-
-PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )