diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-19 17:21:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-19 17:23:20 +0200 |
commit | b1f7d5ce1093d94beaacc0b3fdf4348a1065f107 (patch) | |
tree | 4c042d35c58125a0b0a1c345d94d5b2540f82746 /kde-plasma/plasma-pa | |
parent | kde-plasma/plasma-pa: Add missing dependencies (diff) | |
download | gentoo-b1f7d5ce1093d94beaacc0b3fdf4348a1065f107.tar.gz gentoo-b1f7d5ce1093d94beaacc0b3fdf4348a1065f107.tar.bz2 gentoo-b1f7d5ce1093d94beaacc0b3fdf4348a1065f107.zip |
kde-plasma/plasma-pa: drop 5.27.8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-pa')
-rw-r--r-- | kde-plasma/plasma-pa/plasma-pa-5.27.8.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.27.8.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.27.8.ebuild deleted file mode 100644 index 47db964c5601..000000000000 --- a/kde-plasma/plasma-pa/plasma-pa-5.27.8.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.106.0 -QTMIN=5.15.9 -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" |