diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-22 23:28:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-23 00:01:03 +0100 |
commit | fafa41a31db86e82c73e73fc4b69f5757eafbf3d (patch) | |
tree | 21cf3019541ef9dd180f01cb721d8fc34e860010 /kde-plasma | |
parent | kde-plasma/plasma-pa: Backport 5.27.4 fixes (diff) | |
download | gentoo-fafa41a31db86e82c73e73fc4b69f5757eafbf3d.tar.gz gentoo-fafa41a31db86e82c73e73fc4b69f5757eafbf3d.tar.bz2 gentoo-fafa41a31db86e82c73e73fc4b69f5757eafbf3d.zip |
kde-plasma/plasma-pa: drop 5.27.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-pa/plasma-pa-5.27.3.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.27.3.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.27.3.ebuild deleted file mode 100644 index 4227c7566c83..000000000000 --- a/kde-plasma/plasma-pa/plasma-pa-5.27.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.102.0 -QTMIN=5.15.7 -inherit ecm plasma.kde.org - -DESCRIPTION="Plasma applet for audio volume management using PulseAudio" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~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-libs/libpulse -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 - x11-themes/sound-theme-freedesktop -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" |