public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/drkonqi/
Date: Fri, 18 Oct 2024 14:42:57 +0000 (UTC)	[thread overview]
Message-ID: <1729262435.23a745025625bcc6c5ead9bb9100a1e87550ae4d.mgorny@gentoo> (raw)

commit:     23a745025625bcc6c5ead9bb9100a1e87550ae4d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 14:40:35 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 14:40:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a74502

kde-plasma/drkonqi: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 kde-plasma/drkonqi/drkonqi-6.1.5.ebuild | 91 ---------------------------------
 1 file changed, 91 deletions(-)

diff --git a/kde-plasma/drkonqi/drkonqi-6.1.5.ebuild b/kde-plasma/drkonqi/drkonqi-6.1.5.ebuild
deleted file mode 100644
index b9c27863e2ad..000000000000
--- a/kde-plasma/drkonqi/drkonqi-6.1.5.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{11..12} )
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm plasma.kde.org python-single-r1 systemd
-
-DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
-IUSE="systemd"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="test" # bug 935362
-
-COMMON_DEPEND="${PYTHON_DEPS}
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kcrash-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kidletime-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kjobwidgets-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
-	>=kde-frameworks/kwallet-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/syntax-highlighting-${KFMIN}:6
-	systemd? (
-		>=dev-qt/qtbase-${QTMIN}:6[network]
-		>=kde-frameworks/kservice-${KFMIN}:6
-		sys-apps/systemd:=
-		>=sys-auth/polkit-qt-0.175.0[qt6(+)]
-	)
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-	test? ( >=dev-qt/qtbase-${QTMIN}:6[network] )
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	$(python_gen_cond_dep '
-		dev-python/psutil[${PYTHON_USEDEP}]
-		dev-python/pygdbmi[${PYTHON_USEDEP}]
-		dev-python/sentry-sdk[${PYTHON_USEDEP}]
-	')
-	|| (
-		dev-debug/gdb
-		dev-debug/lldb
-	)
-"
-
-pkg_setup() {
-	ecm_pkg_setup
-	python-single-r1_pkg_setup
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_PYTHON_VENDORING=OFF
-		$(cmake_use_find_package systemd Systemd)
-	)
-	ecm_src_configure
-}
-
-src_test() {
-	# needs network access, bug #698510
-	local myctestargs=(
-		-E "(connectiontest)"
-	)
-	ecm_src_test
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]] && systemd_is_booted ; then
-		elog "For systemd, steps are needed for integration with systemd-coredumpd."
-		elog "As root, run the following:"
-		elog "1. systemctl enable drkonqi-coredump-processor@.service"
-		elog "2. systemctl --user enable --now --global drkonqi-coredump-launcher.socket"
-	fi
-}


             reply	other threads:[~2024-10-18 14:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18 14:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-02 22:46 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/drkonqi/ Andreas Sturmlechner
2025-01-10  9:54 WANG Xuerui
2024-10-18 14:42 Michał Górny
2024-10-07 17:24 Sam James
2024-07-03 20:34 Andreas Sturmlechner
2024-06-18 14:54 Andreas Sturmlechner
2023-09-19 15:27 Andreas Sturmlechner
2023-03-26 11:08 Andreas Sturmlechner
2021-05-12  8:12 Andreas Sturmlechner
2020-05-19  9:53 Andreas Sturmlechner
2020-05-16 22:38 Andreas Sturmlechner
2019-10-26 10:52 Andreas Sturmlechner
2018-05-26  0:52 Thomas Deutschmann

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=1729262435.23a745025625bcc6c5ead9bb9100a1e87550ae4d.mgorny@gentoo \
    --to=mgorny@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