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 E38C9158083 for ; Tue, 10 Sep 2024 18:07:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01795E29E3; Tue, 10 Sep 2024 18:07:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E10EDE29E3 for ; Tue, 10 Sep 2024 18:07:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F8C5342F8D for ; Tue, 10 Sep 2024 18:07:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97B731F41 for ; Tue, 10 Sep 2024 18:07: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: <1725991543.cc878550c571d0d344e8d23b96b06822529828a5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kompare/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kompare/Manifest kde-apps/kompare/kompare-24.05.2.ebuild X-VCS-Directories: kde-apps/kompare/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cc878550c571d0d344e8d23b96b06822529828a5 X-VCS-Branch: master Date: Tue, 10 Sep 2024 18:07: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: e64f028d-0dcd-43a0-b0d7-1aeaeeb84e27 X-Archives-Hash: fed788cdbb6005fae4fc91f9c9a0a8fc commit: cc878550c571d0d344e8d23b96b06822529828a5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 10 18:05:43 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 10 18:05:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc878550 kde-apps/kompare: drop 24.05.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kompare/Manifest | 1 - kde-apps/kompare/kompare-24.05.2.ebuild | 40 --------------------------------- 2 files changed, 41 deletions(-) diff --git a/kde-apps/kompare/Manifest b/kde-apps/kompare/Manifest index 9e32ffd09663..00fd574eaf8d 100644 --- a/kde-apps/kompare/Manifest +++ b/kde-apps/kompare/Manifest @@ -1,2 +1 @@ -DIST kompare-24.05.2.tar.xz 941900 BLAKE2B 1f3b383a162274e9f4985076dd52335929ff65b9d96b0a552fdc95f902a7b3ca223a20049d017386504575af244bf396c9cefe5ed8324e9c90c85ce81498bde8 SHA512 fc6692a945f9603a59865c5a032fdddf6cf05c752076931bd28532c97bd7f43411d28f69b50ed1243977f2e763f69bdd88fed32dcc7198f584d65d48e1b70338 DIST kompare-24.08.0.tar.xz 947304 BLAKE2B 3e3c4d8c822ebb45dbe2284e35d3c24311b18d9075091f6f842c1db645565d71ff709e68278114470981f3300782c2e6f11ee1b6ea10e04a1601ebb5989c7e35 SHA512 81c66568e493812fd7da662997a23a860991c8c500a766f16819d0e103003ee5705bd53b29b4d10d4751c4091452f6a6661c26f09f2ebdaa7ea362c83b7203c7 diff --git a/kde-apps/kompare/kompare-24.05.2.ebuild b/kde-apps/kompare/kompare-24.05.2.ebuild deleted file mode 100644 index bebf978bc3d8..000000000000 --- a/kde-apps/kompare/kompare-24.05.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -PVCUT=$(ver_cut 1-3) -KFMIN=5.115.0 -QTMIN=5.15.12 -inherit ecm gear.kde.org - -DESCRIPTION="A program to view the differences between files" -HOMEPAGE="https://apps.kde.org/kompare/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/libkomparediff2-${PVCUT}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/ktexteditor-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}"