Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/
Date: Wed, 23 Jun 2021 06:28:01
Message-Id: 1624429592.65c0c894dc5a0cf75bb6438730bb2726369ee028.asturm@gentoo
1 commit: 65c0c894dc5a0cf75bb6438730bb2726369ee028
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 00:25:24 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 06:26:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c0c894
7
8 kde-plasma/plasma-pa: drop 5.22.1*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-pa/Manifest | 1 -
13 kde-plasma/plasma-pa/plasma-pa-5.22.1.ebuild | 35 ----------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
17 index c7df7756c37..71b03ea5950 100644
18 --- a/kde-plasma/plasma-pa/Manifest
19 +++ b/kde-plasma/plasma-pa/Manifest
20 @@ -1,3 +1,2 @@
21 DIST plasma-pa-5.21.5.tar.xz 114508 BLAKE2B b33b5050e7de5dfd99e2f6b881d779e6e92fbd30c45fcd86b0ec65aec81d06b983789c4e617372b74604fcb51315e57e5f1978fcaa4cb9c6c45aeac94f4a2c85 SHA512 96a170b0ae90ff5a8015a532cde50e7a786452f9d04a30f7ee2402c9e7065ed1891e229f589bc79337ad68cd310c339840b10e7bb94551bab744ab7ae9a2ba40
22 -DIST plasma-pa-5.22.1.tar.xz 127304 BLAKE2B a719562972d3f04971da67847ac9a01c1677a08039cac41ee1f5c31fc165b3741d7ff4191d67e9765c7af8bbf44011a49379f0ba3d1c6d460d346f22aa3d353b SHA512 f24c5969e0444925924fd6ee7b7fd7af2c3ea39ff86c2434923f2cc20077b3d002ba2ace7394159be82e174aa9c09977c9f9503978ec4f2a75de0057340073c3
23 DIST plasma-pa-5.22.2.tar.xz 127256 BLAKE2B dedc6cfee3028bd5b22c8c9ea1da140eb5d28556a5c1449abd20dd6490b1283752e84cb67ae6899bce2d1d8a9cddeec6233419f4904997d5460a6f9fd0cc7755 SHA512 879ea8fd1d02371ae3954b5b2aa85913d3ecbf69b68be72198c690fb1e1249df2f33dd4fc2e1926eeb8e83bd7045365190972bd625025f098e324022710aca99
24
25 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.22.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.22.1.ebuild
26 deleted file mode 100644
27 index 5925ffbdeef..00000000000
28 --- a/kde-plasma/plasma-pa/plasma-pa-5.22.1.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -ECM_HANDBOOK="forceoptional"
37 -KFMIN=5.82.0
38 -QTMIN=5.15.2
39 -inherit ecm kde.org
40 -
41 -DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
42 -
43 -LICENSE="GPL-2" # TODO: CHECK
44 -SLOT="5"
45 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
46 -IUSE=""
47 -
48 -DEPEND="
49 - dev-libs/glib:2
50 - >=dev-qt/qtdbus-${QTMIN}:5
51 - >=dev-qt/qtdeclarative-${QTMIN}:5
52 - >=dev-qt/qtgui-${QTMIN}:5
53 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
54 - >=kde-frameworks/kdeclarative-${KFMIN}:5
55 - >=kde-frameworks/kglobalaccel-${KFMIN}:5
56 - >=kde-frameworks/ki18n-${KFMIN}:5
57 - >=kde-frameworks/plasma-${KFMIN}:5
58 - media-libs/libcanberra
59 - media-sound/pulseaudio
60 -"
61 -RDEPEND="${DEPEND}
62 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
63 - >=kde-frameworks/kirigami-${KFMIN}:5
64 - x11-themes/sound-theme-freedesktop
65 -"