From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2C7B159C96 for ; Tue, 23 Jul 2024 17:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 424E9E2A37; Tue, 23 Jul 2024 17:49:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F8EBE2A37 for ; Tue, 23 Jul 2024 17:49:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21EFA340BE0 for ; Tue, 23 Jul 2024 17:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A567A1117 for ; Tue, 23 Jul 2024 17:49:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1721756973.a650ac4ea4e34de586f80ae8b16614fa0a19ec6c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/kuroo/Manifest app-portage/kuroo/kuroo-1.2.2.ebuild X-VCS-Directories: app-portage/kuroo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a650ac4ea4e34de586f80ae8b16614fa0a19ec6c X-VCS-Branch: master Date: Tue, 23 Jul 2024 17:49:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5d0a95e-5e1b-4ec6-ac21-2aeaacd42b06 X-Archives-Hash: e70b48087e8128ec50747584f3ec7ea1 commit: a650ac4ea4e34de586f80ae8b16614fa0a19ec6c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 23 17:48:47 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 23 17:49:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a650ac4e app-portage/kuroo: drop 1.2.2 Assuming 1.2.3 fixed the mentioned problems. (?) Closes: https://bugs.gentoo.org/934211 Signed-off-by: Andreas Sturmlechner gentoo.org> app-portage/kuroo/Manifest | 1 - app-portage/kuroo/kuroo-1.2.2.ebuild | 48 ------------------------------------ 2 files changed, 49 deletions(-) diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest index 58a4dceb1903..3bb0ad46b10f 100644 --- a/app-portage/kuroo/Manifest +++ b/app-portage/kuroo/Manifest @@ -1,2 +1 @@ -DIST kuroo-1.2.2.tar.xz 250284 BLAKE2B 57bb80fde83e4506b0e8e9230a9e619ec887327779e1d9700e51bd534fa3d14ab51d3d80aad1def1a67cc14fd446f84f1ea551919578bf7f92cbb5dc4368e172 SHA512 6120508d77fe2b6787aa62994327882bd7abd0a08bfce0905920ab17b7837aabfa271c572377fe16131dd9770e5fd45c82409c6aeae5f27f8c0eb33d4e0cdb4c DIST kuroo-1.2.3.tar.xz 253408 BLAKE2B 621e4e6a54d9beadb33ff550f505405cfdb3a052bb82522e5890e9884c0d3b8e79a589a1d5a464d4ff9e0464b7931e661c83e98ff55ed85c0d83f1ccb0d0cea9 SHA512 f441054bcb97f9ff21a9df2f9a9615ec7445bcbe2ce1d11ba413ce94a265cc1de37fdac901ffb6dae8c3e58dcb128b7d24ca686fa74ef6bd428f6b6056d481a6 diff --git a/app-portage/kuroo/kuroo-1.2.2.ebuild b/app-portage/kuroo/kuroo-1.2.2.ebuild deleted file mode 100644 index 75678dec77e9..000000000000 --- a/app-portage/kuroo/kuroo-1.2.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.96.0 -inherit ecm - -DESCRIPTION="Graphical Portage frontend based on KDE Frameworks" -HOMEPAGE="https://sourceforge.net/projects/kuroo/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-db/sqlite:3 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - >=kde-frameworks/kauth-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kitemviews-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/threadweaver-${KFMIN}:5 -" -RDEPEND="${DEPEND} - app-portage/gentoolkit - kde-apps/kompare:5 -" - -pkg_postinst() { - if ! has_version app-admin/logrotate ; then - elog "Installing app-admin/logrotate is recommended to keep" - elog "portage's summary.log size reasonable to view in the history page." - fi - - ecm_pkg_postinst -}