public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kguiaddons/
Date: Mon, 28 Apr 2025 17:21:58 +0000 (UTC)	[thread overview]
Message-ID: <1745860373.b9ce6db5205aca3fe6febb7d2d07c9ae209e1fc7.asturm@gentoo> (raw)

commit:     b9ce6db5205aca3fe6febb7d2d07c9ae209e1fc7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 20:15:44 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 17:12:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ce6db5

kde-frameworks/kguiaddons: drop 5.116.0-r1, 6.13.0

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

 .../kguiaddons/kguiaddons-5.116.0-r1.ebuild        | 47 ------------------
 kde-frameworks/kguiaddons/kguiaddons-6.13.0.ebuild | 55 ----------------------
 kde-frameworks/kguiaddons/metadata.xml             |  3 --
 3 files changed, 105 deletions(-)

diff --git a/kde-frameworks/kguiaddons/kguiaddons-5.116.0-r1.ebuild b/kde-frameworks/kguiaddons/kguiaddons-5.116.0-r1.ebuild
deleted file mode 100644
index 0fc3aa3555e4..000000000000
--- a/kde-frameworks/kguiaddons/kguiaddons-5.116.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org xdg
-
-DESCRIPTION="Framework providing assorted high-level user interface components"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
-IUSE="dbus kf6compat wayland X"
-
-# slot op: includes qpa/qplatformnativeinterface.h
-COMMON_DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	dbus? ( >=dev-qt/qtdbus-${QTMIN}:5 )
-	wayland? (
-		dev-libs/wayland
-		>=dev-qt/qtgui-${QTMIN}:5=[wayland]
-		>=dev-qt/qtwayland-${QTMIN}:5
-	)
-	X? (
-		>=dev-qt/qtx11extras-${QTMIN}:5
-		x11-libs/libX11
-	)
-"
-DEPEND="${COMMON_DEPEND}
-	x11-base/xorg-proto
-	wayland? ( >=dev-libs/plasma-wayland-protocols-1.7.0 )
-	X? ( x11-libs/libxcb )
-"
-RDEPEND="${COMMON_DEPEND}
-	kf6compat? ( kde-frameworks/kguiaddons:6 )
-"
-BDEPEND="wayland? ( >=dev-qt/qtwaylandscanner-${QTMIN}:5 )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_GEO_SCHEME_HANDLER=$(usex !kf6compat)
-		-DWITH_DBUS=$(usex dbus)
-		-DWITH_WAYLAND=$(usex wayland)
-		-DWITH_X11=$(usex X)
-	)
-	ecm_src_configure
-}

diff --git a/kde-frameworks/kguiaddons/kguiaddons-6.13.0.ebuild b/kde-frameworks/kguiaddons/kguiaddons-6.13.0.ebuild
deleted file mode 100644
index ab12e25a7a06..000000000000
--- a/kde-frameworks/kguiaddons/kguiaddons-6.13.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 ~loong 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
-}

diff --git a/kde-frameworks/kguiaddons/metadata.xml b/kde-frameworks/kguiaddons/metadata.xml
index 36ef35ac2598..506ecf605bc4 100644
--- a/kde-frameworks/kguiaddons/metadata.xml
+++ b/kde-frameworks/kguiaddons/metadata.xml
@@ -8,9 +8,6 @@
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
 	</upstream>
-	<use>
-		<flag name="kf6compat">Disable components colliding with KF6, depend on KF6 components instead</flag>
-	</use>
 	<slots>
 		<subslots>
 			Must only be used by packages that are known to use private parts of the Frameworks API.


             reply	other threads:[~2025-04-28 17:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-28 17:21 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-29 17:00 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kguiaddons/ Arthur Zamarin
2025-04-28 17:21 Andreas Sturmlechner
2025-04-28 17:21 Andreas Sturmlechner
2025-01-05 20:23 Andreas Sturmlechner
2024-12-17 18:37 Arthur Zamarin
2024-12-17  9:31 Sam James
2024-12-17  5:59 Andreas Sturmlechner
2024-11-27 18:44 Andreas Sturmlechner
2024-09-07 17:52 Andreas Sturmlechner
2024-08-30 14:48 Andreas Sturmlechner
2024-05-27 18:13 Arthur Zamarin
2024-03-01 14:00 Arthur Zamarin
2023-02-05 13:54 Andreas Sturmlechner
2022-04-18 11:35 Andreas Sturmlechner
2022-03-22 10:02 Andreas Sturmlechner
2022-03-21 11:04 Andreas Sturmlechner
2022-02-16 16:57 Andreas Sturmlechner
2021-10-03  8:49 Andreas Sturmlechner
2018-10-10 11:48 Mikle Kolyada
2018-06-10 18:37 Thomas Deutschmann
2017-01-17 19:54 Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1745860373.b9ce6db5205aca3fe6febb7d2d07c9ae209e1fc7.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox