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/kde-cli-tools/
Date: Wed,  4 Sep 2024 11:45:49 +0000 (UTC)	[thread overview]
Message-ID: <1725450335.4b4b6f93c97578bfa747c309f4448f9c54a6934f.asturm@gentoo> (raw)

commit:     4b4b6f93c97578bfa747c309f4448f9c54a6934f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 17:39:12 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 11:45:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4b6f93

kde-plasma/kde-cli-tools: drop 6.1.4-r1

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

 .../kde-cli-tools/kde-cli-tools-6.1.4-r1.ebuild    | 59 ----------------------
 1 file changed, 59 deletions(-)

diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-6.1.4-r1.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-6.1.4-r1.ebuild
deleted file mode 100644
index e018eaa50f6d..000000000000
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-6.1.4-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KFMIN=6.5.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Tools based on KDE Frameworks 6 to better interact with the system"
-HOMEPAGE="https://invent.kde.org/plasma/kde-cli-tools"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="kdesu X"
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kparts-${KFMIN}:6
-	>=kde-frameworks/kservice-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6[X?]
-	kdesu? ( >=kde-frameworks/kdesu-${KFMIN}:6 )
-	X? ( >=dev-qt/qtbase-${QTMIN}:6=[gui] )
-"
-RDEPEND="${DEPEND}
-	kdesu? ( sys-apps/dbus[X] )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package kdesu KF6Su)
-		-DWITH_X11=$(usex X)
-	)
-
-	ecm_src_configure
-}
-
-src_install() {
-	ecm_src_install
-	use kdesu && dosym ../libexec/kf6/kdesu /usr/bin/kdesu
-}


             reply	other threads:[~2024-09-04 11:45 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-04 11:45 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 10:51 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kde-cli-tools/ Andreas Sturmlechner
2025-01-10 10:13 WANG Xuerui
2025-01-05 20:23 Andreas Sturmlechner
2024-09-07 11:42 Andreas Sturmlechner
2024-09-07 11:42 Andreas Sturmlechner
2024-09-04 11:45 Andreas Sturmlechner
2024-09-02 20:13 Andreas Sturmlechner
2024-07-01 15:52 Andreas Sturmlechner
2024-04-25 20:43 Andreas Sturmlechner
2024-03-04 23:15 Andreas Sturmlechner
2023-05-12 13:04 Andreas Sturmlechner
2022-11-16  8:55 WANG Xuerui
2022-06-29  7:21 WANG Xuerui
2018-12-01 19:00 Mikle Kolyada
2018-12-01 17:00 Mikle Kolyada
2017-07-17 18:09 Alexis Ballier
2017-07-10 17:33 Andreas Sturmlechner
2017-06-06 18:02 Andreas Sturmlechner
2017-05-06 20:05 Andreas Sturmlechner
2016-10-05  9:40 Michael Palimaka
2016-09-30  7:14 Agostino Sarubbo
2016-09-30  7:13 Agostino Sarubbo

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=1725450335.4b4b6f93c97578bfa747c309f4448f9c54a6934f.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