diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-07 18:04:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-07 20:01:30 +0200 |
commit | e9c583474354a0cb1cdf9208f90cf8a80567d8d7 (patch) | |
tree | dab4687011ee1fed9df1567841bd810b9c2004b5 /kde-plasma/plasma-nm | |
parent | kde-plasma/plasma-meta: drop 6.1.4-r1 (diff) | |
download | gentoo-e9c583474354a0cb1cdf9208f90cf8a80567d8d7.tar.gz gentoo-e9c583474354a0cb1cdf9208f90cf8a80567d8d7.tar.bz2 gentoo-e9c583474354a0cb1cdf9208f90cf8a80567d8d7.zip |
kde-plasma/plasma-nm: drop 6.1.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-nm')
-rw-r--r-- | kde-plasma/plasma-nm/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-nm/plasma-nm-6.1.4.ebuild | 78 |
2 files changed, 0 insertions, 79 deletions
diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest index f77cca3c71a2..2c091fc69a99 100644 --- a/kde-plasma/plasma-nm/Manifest +++ b/kde-plasma/plasma-nm/Manifest @@ -1,2 +1 @@ -DIST plasma-nm-6.1.4.tar.xz 1201000 BLAKE2B 8092d5daf773f8a9b234b8bc10d1d7bf470e54b16947c53780361f9f69aac4d4acd2de027f823382039231a9144d17618887230a749550b427f692549a7965f5 SHA512 1df8c163d3ef5709e2ffd35742e8cd7914c448277800e3d67fc4896e13c917b5b381096c2582e2ce961e3b7a64bdda7f9383d9bde51f24a58f85f892f85711f5 DIST plasma-nm-6.1.5.tar.xz 1202440 BLAKE2B 007014221efb8a84c82d2d78ee21c29e8dc2359d2e826f146a0583ece8218c21e850ee4ee29fdc7855d64babb8466ded422c44e819f3fe5c404dde737e7ccdd2 SHA512 1e676c5840d9a6a3e780506be3d2ce1dd889fc8b5a6a9f1f9b58d2fb7828837b462b0de42b3daa6d2e1c106fe6984ecd3832474a84c6217c63f80cabd35a94b3 diff --git a/kde-plasma/plasma-nm/plasma-nm-6.1.4.ebuild b/kde-plasma/plasma-nm/plasma-nm-6.1.4.ebuild deleted file mode 100644 index 6575d12b31cb..000000000000 --- a/kde-plasma/plasma-nm/plasma-nm-6.1.4.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=6.3.0 -PVCUT=$(ver_cut 1-3) -QTMIN=6.7.1 -inherit ecm plasma.kde.org - -DESCRIPTION="KDE Plasma applet for NetworkManager" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="6" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" -IUSE="openconnect teamd" - -DEPEND=" - >=app-crypt/qca-2.3.7:2[qt6] - dev-libs/qcoro[dbus] - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml] - >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] - >=kde-frameworks/kcolorscheme-${KFMIN}:6 - >=kde-frameworks/kcompletion-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kdbusaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kitemviews-${KFMIN}:6 - >=kde-frameworks/knotifications-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - >=kde-frameworks/ksvg-${KFMIN}:6 - >=kde-frameworks/kwallet-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kwindowsystem-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 - >=kde-frameworks/modemmanager-qt-${KFMIN}:6 - >=kde-frameworks/networkmanager-qt-${KFMIN}:6[teamd=] - >=kde-frameworks/solid-${KFMIN}:6 - >=kde-plasma/libplasma-${PVCUT}:6 - net-misc/mobile-broadband-provider-info - net-misc/networkmanager[teamd=] - openconnect? ( - >=dev-qt/qtwebengine-${QTMIN}:6 - net-vpn/networkmanager-openconnect - net-vpn/openconnect:= - ) -" -RDEPEND="${DEPEND} - >=kde-frameworks/kdeclarative-${KFMIN}:6 - >=kde-frameworks/kirigami-${KFMIN}:6 - >=kde-frameworks/kquickcharts-${KFMIN}:6 - >=kde-plasma/kde-cli-tools-${PVCUT}:* -" -BDEPEND=" - >=kde-frameworks/kcmutils-${KFMIN}:6 - virtual/pkgconfig -" - -src_configure() { - local mycmakeargs=( - -DBUILD_OPENCONNECT=$(usex openconnect) - ) - - ecm_src_configure -} - -pkg_postinst() { - ecm_pkg_postinst - - if ! has_version "kde-frameworks/kcmutils:6"; then - elog "${PN} is not terribly useful without kde-frameworks/kcmutils:6." - elog "However, the networkmanagement KCM can be called from either systemsettings" - elog "or manually: $ kcmshell6 kcm_networkmanagement" - fi -} |