summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-23 02:25:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-23 08:26:32 +0200
commit65c0c894dc5a0cf75bb6438730bb2726369ee028 (patch)
tree34f99e68f07bd7a03204ba9b5bd17ba7bee49060 /kde-plasma
parentkde-plasma/plasma-nm: drop 5.22.1* (diff)
downloadgentoo-65c0c894dc5a0cf75bb6438730bb2726369ee028.tar.gz
gentoo-65c0c894dc5a0cf75bb6438730bb2726369ee028.tar.bz2
gentoo-65c0c894dc5a0cf75bb6438730bb2726369ee028.zip
kde-plasma/plasma-pa: drop 5.22.1*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-pa/Manifest1
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.22.1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index c7df7756c37c..71b03ea5950f 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,3 +1,2 @@
DIST plasma-pa-5.21.5.tar.xz 114508 BLAKE2B b33b5050e7de5dfd99e2f6b881d779e6e92fbd30c45fcd86b0ec65aec81d06b983789c4e617372b74604fcb51315e57e5f1978fcaa4cb9c6c45aeac94f4a2c85 SHA512 96a170b0ae90ff5a8015a532cde50e7a786452f9d04a30f7ee2402c9e7065ed1891e229f589bc79337ad68cd310c339840b10e7bb94551bab744ab7ae9a2ba40
-DIST plasma-pa-5.22.1.tar.xz 127304 BLAKE2B a719562972d3f04971da67847ac9a01c1677a08039cac41ee1f5c31fc165b3741d7ff4191d67e9765c7af8bbf44011a49379f0ba3d1c6d460d346f22aa3d353b SHA512 f24c5969e0444925924fd6ee7b7fd7af2c3ea39ff86c2434923f2cc20077b3d002ba2ace7394159be82e174aa9c09977c9f9503978ec4f2a75de0057340073c3
DIST plasma-pa-5.22.2.tar.xz 127256 BLAKE2B dedc6cfee3028bd5b22c8c9ea1da140eb5d28556a5c1449abd20dd6490b1283752e84cb67ae6899bce2d1d8a9cddeec6233419f4904997d5460a6f9fd0cc7755 SHA512 879ea8fd1d02371ae3954b5b2aa85913d3ecbf69b68be72198c690fb1e1249df2f33dd4fc2e1926eeb8e83bd7045365190972bd625025f098e324022710aca99
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.22.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.22.1.ebuild
deleted file mode 100644
index 5925ffbdeefd..000000000000
--- a/kde-plasma/plasma-pa/plasma-pa-5.22.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.82.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-libs/glib:2
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/kglobalaccel-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- media-libs/libcanberra
- media-sound/pulseaudio
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- x11-themes/sound-theme-freedesktop
-"