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/plasma-pa/plasma-pa-5.22.1.ebuild
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/plasma-pa/plasma-pa-5.22.1.ebuild')
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.22.1.ebuild35
1 files changed, 0 insertions, 35 deletions
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
-"