diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-31 14:09:52 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-31 14:32:35 +0100 |
commit | 3d1f056d2df041d50353d9dfe95c47bf228466ab (patch) | |
tree | 612fb5ca10aa1a95ad9b55cfec6e9d524d9bbb4e /kde-plasma/plasma-pa | |
parent | www-misc/shellinabox: turn openssl into a hard dependency and remove ssl USE ... (diff) | |
download | gentoo-3d1f056d2df041d50353d9dfe95c47bf228466ab.tar.gz gentoo-3d1f056d2df041d50353d9dfe95c47bf228466ab.tar.bz2 gentoo-3d1f056d2df041d50353d9dfe95c47bf228466ab.zip |
kde-plasma: Remove KDE Plasma 5.8.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/plasma-pa')
-rw-r--r-- | kde-plasma/plasma-pa/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-pa/plasma-pa-5.8.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index a6826d344b09..6286100b6716 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1,2 +1 @@ -DIST plasma-pa-5.8.3.tar.xz 69468 SHA256 04574c84ada093be461b95f6d9c32c7fc28ebcd11943bfffaaf5ca3d336b7dd0 SHA512 1f86d9bb88620fa0b7c9584e27354b5bc10179ce0f7a80513d1900e661e3843f68513f25c542b63098d2d9f185c71dfcc9349f385c6079c0d1667e641ac68da6 WHIRLPOOL 1dca63d521f0a96da7afcbccf799ba8a7f518406560b5cff2d98ed896ab79bc01cbf29f3fab273e9268c6f2e4d188b8034e200a8c77379098cd82fd1a552e120 DIST plasma-pa-5.8.5.tar.xz 69856 SHA256 2bbc3e6e12f743c633a5c2101efa6a19dd5f120b64da0ea0ff3da3e7ba6fe16d SHA512 87151c05d2f919c7b25274254d690eb7dd0c6e1068a230e6110092bf7622bcfa14c553e0b09253b529e9f4531ed13d484a874e29402dc13d8ec66315111abe5e WHIRLPOOL c2301cd34faddff497c230f4d0d4f0e66ebe2b506727e219b3b025dadb8e76e62e53e3d3246e190da3543d3259907083de507fae1320d7df24b6639713cf797a diff --git a/kde-plasma/plasma-pa/plasma-pa-5.8.3.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.8.3.ebuild deleted file mode 100644 index 0fe9a9c5643b..000000000000 --- a/kde-plasma/plasma-pa/plasma-pa-5.8.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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}" |