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-plasma/plasma5support/
Date: Tue, 25 Feb 2025 17:37:50 +0000 (UTC)	[thread overview]
Message-ID: <1740505002.51e978a5953022cdfa5257de31fbf23712ca5a3c.asturm@gentoo> (raw)

commit:     51e978a5953022cdfa5257de31fbf23712ca5a3c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 17:29:14 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 17:36:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e978a5

kde-plasma/plasma5support: drop 6.3.1

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

 kde-plasma/plasma5support/Manifest                 |  1 -
 .../plasma5support/plasma5support-6.3.1.ebuild     | 50 ----------------------
 2 files changed, 51 deletions(-)

diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest
index ad38b90b4671..e85bbb80570c 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1,3 +1,2 @@
 DIST plasma5support-6.2.5.tar.xz 191624 BLAKE2B 32f204d1d3a4b0c7a61f180c2e4e9577927fa80d3f4f1ba9be5edb17146080f04b5670cb4ff41daa8717781c5df8f0291af15427124a63df0ecb15e1ad592fdf SHA512 0cbd74cf799b50c4e0baf834940b503c61c5af54f24a3aec52d5a50866ff430590ec6ca1712129b6584734e26f4b537e61b1d3a91313597400bc57bdfaa27dbc
-DIST plasma5support-6.3.1.tar.xz 229640 BLAKE2B b0917095a7975289eede06bbcad146da71fe0f9093243465dba3d1937b43f7d6d03aedfa7d50b2c8372f68b5a05b7f6bc6434b1f4f72a7283163772334c44ae4 SHA512 0a55aaf857bd2289d97cb3c8e8afdff60dbd14fc4224dd62f0d972cd9431676936585ca9c822f663bde16122189fa6cb1b0a7e1e32f266740da72b66d83d7ab2
 DIST plasma5support-6.3.2.tar.xz 229700 BLAKE2B e3726a77b2536aa53996dad8472939eb4c5420b0e0d84f74feebed1894c80a997317360086662e16f194f167e9b0a1ecf8e43c70cecb9a7df598990f463bca06 SHA512 4ecf97cfa1fcf5e6ca1bad538ee5fc641110a54de95f1f9f15bc9dae0b66e502cc440f725416f343b633616656547fa8a6188f04cf88d9429a158ea264f1cdf6

diff --git a/kde-plasma/plasma5support/plasma5support-6.3.1.ebuild b/kde-plasma/plasma5support/plasma5support-6.3.1.ebuild
deleted file mode 100644
index 0972202b3dc3..000000000000
--- a/kde-plasma/plasma5support/plasma5support-6.3.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.10.0
-QTMIN=6.8.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="activities geolocation X"
-
-RESTRICT="test" # bug 926347
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kguiaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kidletime-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kservice-${KFMIN}:6
-	>=kde-frameworks/solid-${KFMIN}:6
-	>=kde-plasma/libksysguard-${KDE_CATV}:6
-	activities? ( >=kde-plasma/plasma-activities-${KDE_CATV}:6 )
-	geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
-	X? ( x11-libs/libX11 )
-"
-RDEPEND="${DEPEND}
-	!kde-plasma/plasma-workspace:5
-	!<kde-plasma/plasma-workspace-6.2.90:6
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package activities PlasmaActivities)
-		$(cmake_use_find_package geolocation KF6NetworkManagerQt)
-		-DWITH_X11=$(usex X)
-	)
-	ecm_src_configure
-}


             reply	other threads:[~2025-02-25 17:38 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-25 17:37 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-11 20:52 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma5support/ Andreas Sturmlechner
2025-02-18 21:42 Andreas Sturmlechner
2025-02-18 18:44 Andreas Sturmlechner
2025-02-11 17:59 Andreas Sturmlechner
2025-01-10  9:54 WANG Xuerui
2025-01-01 21:05 Andreas Sturmlechner
2024-12-10 23:46 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-11-26 18:25 Andreas Sturmlechner
2024-11-05 19:16 Andreas Sturmlechner
2024-10-22 15:45 Andreas Sturmlechner
2024-10-15 18:03 Andreas Sturmlechner
2024-10-08 15:36 Andreas Sturmlechner
2024-10-07 18:02 Andreas Sturmlechner
2024-09-21  7:13 Arthur Zamarin
2024-09-21  7:12 Arthur Zamarin
2024-09-10 16:36 Andreas Sturmlechner
2024-08-06 14:26 Andreas Sturmlechner
2024-07-16 16:32 Andreas Sturmlechner
2024-07-02 17:57 Andreas Sturmlechner
2024-06-27 17:18 Andreas Sturmlechner
2024-06-25 22:33 Sam James
2024-06-24 17:27 Andreas Sturmlechner
2024-06-18 14:52 Andreas Sturmlechner
2024-05-27 22:23 Andreas Sturmlechner
2024-05-21 19:05 Andreas Sturmlechner
2024-04-16 19:54 Andreas Sturmlechner
2024-03-26 19:56 Andreas Sturmlechner
2024-03-06 15:47 Andreas Sturmlechner
2024-01-10 23:24 Andreas Sturmlechner
2023-12-23 18:30 Andreas Sturmlechner

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=1740505002.51e978a5953022cdfa5257de31fbf23712ca5a3c.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