commit:     53405295f188edc130a9db8e4d55445e002f12f5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 15:35:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 16:31:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53405295

kde-plasma/plasma-integration: drop 6.1.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-integration/Manifest             |  1 -
 .../plasma-integration-6.1.2.ebuild                | 88 ----------------------
 2 files changed, 89 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index d22ff630883e..7df85237a63f 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-integration-5.27.11.tar.xz 89460 BLAKE2B 
b6e0f487332c7280d394c9e84c44f18cd0694812307fdb1109a27d7f04ac5e0b2c6934adfed10fcbb65b5ec358e4ece728c8761edbc2872f33b40d3cff54495f
 SHA512 
34e040425a11089bdda444132c224af8b4fca5d3fd30e875d4a385ad26bb215409c076c19ee3a2bbe3736121a7988bbc6ca564814f4e28b8e20acb5ebc194347
-DIST plasma-integration-6.1.2.tar.xz 93132 BLAKE2B 
7fa76f792d8cb26d7d02af6d9583313ad45cb2c2ec4baa91b6a4d14dfa21c4c2cb7f8cf7c9cf78f57ee6afe21973657fea2e0470f5185a11a74074cc9895cb69
 SHA512 
f1bda42205fa6a8048296a71c385a91209a005bc14f5cfbec0baa8449e22470e91236a2b319fc90872eb380d1850de0a562d024a343417795ebaed1367c7e4a3
 DIST plasma-integration-6.1.3.tar.xz 93088 BLAKE2B 
1bc85d33efdf0e3ac0b4fdd589899f4f5f77a10bbe79cce2d74792d1872ed338b418f8469f3eddaa5ca61ffaa2441ca97702dc6ba5bdb5672366a90552840eac
 SHA512 
3031dca00e33c0a869158967b8ca83bf0f86d16467780191bf4fecedbbda309e06679587e721ae05cff508e6e34358f9477b756e95c2a1ec33ae2dc8c95ecc2d

diff --git a/kde-plasma/plasma-integration/plasma-integration-6.1.2.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-6.1.2.ebuild
deleted file mode 100644
index 85d18868293e..000000000000
--- a/kde-plasma/plasma-integration/plasma-integration-6.1.2.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KF5MIN=5.115.0
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QT5MIN=5.15.12
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE="qt5"
-
-# requires running kde environment
-RESTRICT="test"
-
-# slot ops: qdbus*_p.h and Qt6::GuiPrivate for qtx11extras_p.h
-COMMON_DEPEND="
-       dev-libs/wayland
-       >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-       >=dev-qt/qtdeclarative-${QTMIN}:6
-       >=dev-qt/qtwayland-${QTMIN}:6
-       >=kde-frameworks/kcolorscheme-${KFMIN}:6
-       >=kde-frameworks/kcompletion-${KFMIN}:6
-       >=kde-frameworks/kconfig-${KFMIN}:6
-       >=kde-frameworks/kcoreaddons-${KFMIN}:6
-       >=kde-frameworks/kguiaddons-${KFMIN}:6
-       >=kde-frameworks/ki18n-${KFMIN}:6
-       >=kde-frameworks/kiconthemes-${KFMIN}:6
-       >=kde-frameworks/kio-${KFMIN}:6
-       >=kde-frameworks/kjobwidgets-${KFMIN}:6
-       >=kde-frameworks/knotifications-${KFMIN}:6
-       >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
-       >=kde-frameworks/kwindowsystem-${KFMIN}:6
-       >=kde-frameworks/kxmlgui-${KFMIN}:6
-       x11-libs/libXcursor
-       x11-libs/libxcb
-       qt5? (
-               >=dev-qt/qtdbus-${QT5MIN}:5
-               >=dev-qt/qtgui-${QT5MIN}:5=[dbus]
-               >=dev-qt/qtquickcontrols2-${QT5MIN}:5
-               >=dev-qt/qtwayland-${QT5MIN}:5
-               >=dev-qt/qtwidgets-${QT5MIN}:5
-               >=dev-qt/qtx11extras-${QT5MIN}:5
-               >=kde-frameworks/kcompletion-${KF5MIN}:5
-               >=kde-frameworks/kconfig-${KF5MIN}:5
-               >=kde-frameworks/kconfigwidgets-${KF5MIN}:5
-               >=kde-frameworks/kcoreaddons-${KF5MIN}:5
-               >=kde-frameworks/kguiaddons-${KF5MIN}:5
-               >=kde-frameworks/ki18n-${KF5MIN}:5
-               >=kde-frameworks/kiconthemes-${KF5MIN}:5
-               >=kde-frameworks/kio-${KF5MIN}:5
-               >=kde-frameworks/kjobwidgets-${KF5MIN}:5
-               >=kde-frameworks/knotifications-${KF5MIN}:5
-               >=kde-frameworks/kwindowsystem-${KF5MIN}:5
-               >=kde-frameworks/kxmlgui-${KF5MIN}:5
-               >=kde-plasma/kwayland-${KF5MIN}:5
-       )
-"
-DEPEND="${COMMON_DEPEND}
-       >=dev-libs/plasma-wayland-protocols-1.13.0
-"
-RDEPEND="${COMMON_DEPEND}
-       media-fonts/hack
-       media-fonts/noto
-       media-fonts/noto-emoji
-"
-PDEPEND="
-       >=kde-plasma/xdg-desktop-portal-kde-${PVCUT}:6
-"
-BDEPEND="
-       >=dev-qt/qtwayland-${QTMIN}:6
-       qt5? ( >=dev-qt/qtwaylandscanner-${QT5MIN}:5 )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_QT6=ON
-               -DBUILD_QT5=$(usex qt5)
-       )
-       ecm_src_configure
-}

Reply via email to