summaryrefslogtreecommitdiff
path: root/kde-frameworks/kguiaddons
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-02-14 15:33:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-14 16:25:00 +0100
commit28cc13d799a6b1ea6071baa583963e58ee7b86e2 (patch)
treec31b99e717f3a43b435807e5e20974c8aefad7b2 /kde-frameworks/kguiaddons
parentae6e063ccf02a0c8b99c6e2879aa10e307c69997 (diff)
downloadkde-28cc13d799a6b1ea6071baa583963e58ee7b86e2.tar.gz
kde-28cc13d799a6b1ea6071baa583963e58ee7b86e2.tar.bz2
kde-28cc13d799a6b1ea6071baa583963e58ee7b86e2.zip
kde-frameworks/kguiaddons: drop 6.11.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kguiaddons')
-rw-r--r--kde-frameworks/kguiaddons/Manifest1
-rw-r--r--kde-frameworks/kguiaddons/kguiaddons-6.11.0.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/kde-frameworks/kguiaddons/Manifest b/kde-frameworks/kguiaddons/Manifest
deleted file mode 100644
index 16e0d79338e..00000000000
--- a/kde-frameworks/kguiaddons/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kguiaddons-6.11.0.tar.xz 86144 BLAKE2B 0afc682c37141b13eab6b097eb55563cd50a9e3f98d36ecfc757774e9a1d4ef9b26a0789656d3819c0e7ee83fd9d21004e914636f9dc8e0ae2289a5e3b250928 SHA512 67cbb0f69b55d3cd18f7f55571c63c46e344782e4f7dc7002c2f146a7f9342648f95094132498c201d6abadeaaced1d8cbcd279b894329c2776658205abc571f
diff --git a/kde-frameworks/kguiaddons/kguiaddons-6.11.0.ebuild b/kde-frameworks/kguiaddons/kguiaddons-6.11.0.ebuild
deleted file mode 100644
index c3606e51666..00000000000
--- a/kde-frameworks/kguiaddons/kguiaddons-6.11.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_PYTHON_BINDINGS="off"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org xdg
-
-DESCRIPTION="Framework providing assorted high-level user interface components"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="dbus wayland X"
-
-# slot op: includes qpa/qplatformnativeinterface.h
-COMMON_DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus?,gui]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- wayland? (
- dev-libs/wayland
- >=dev-qt/qtbase-${QTMIN}:6=[wayland]
- >=dev-qt/qtwayland-${QTMIN}:6
- )
- X? (
- >=dev-qt/qtbase-${QTMIN}:6[X]
- x11-libs/libX11
- )
-"
-DEPEND="${COMMON_DEPEND}
- wayland? ( >=dev-libs/plasma-wayland-protocols-1.15.0 )
- X? (
- x11-base/xorg-proto
- x11-libs/libxcb
- )
-"
-RDEPEND="${COMMON_DEPEND}
- !${CATEGORY}/${PN}:5[-kf6compat(-)]
-"
-BDEPEND="
- wayland? (
- >=dev-qt/qtwayland-${QTMIN}:6
- dev-util/wayland-scanner
- )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_GEO_SCHEME_HANDLER=ON
- -DUSE_DBUS=$(usex dbus)
- -DWITH_WAYLAND=$(usex wayland)
- -DWITH_X11=$(usex X)
- )
- ecm_src_configure
-}