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 C6578159C9B for ; Thu, 1 Aug 2024 16:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04A362BC052; Thu, 1 Aug 2024 16:23:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9E352BC052 for ; Thu, 1 Aug 2024 16:23:56 +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 E86E5335D6D for ; Thu, 1 Aug 2024 16:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3042C1C01 for ; Thu, 1 Aug 2024 16:23:54 +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: <1722526143.f1cf2df88e42482cc0838f40170b6e1210e4bfb3.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.1.ebuild X-VCS-Directories: kde-apps/kompare/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f1cf2df88e42482cc0838f40170b6e1210e4bfb3 X-VCS-Branch: master Date: Thu, 1 Aug 2024 16:23:54 +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: 8aae1266-854a-4443-85f7-e3cec18af449 X-Archives-Hash: 8684bcabc536962429aae51a504b89ad commit: f1cf2df88e42482cc0838f40170b6e1210e4bfb3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 1 14:59:51 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 1 15:29:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cf2df8 kde-apps/kompare: drop 24.05.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kompare/Manifest | 1 - kde-apps/kompare/kompare-24.05.1.ebuild | 40 --------------------------------- 2 files changed, 41 deletions(-) diff --git a/kde-apps/kompare/Manifest b/kde-apps/kompare/Manifest index d1fa45beca48..0a36512b28e3 100644 --- a/kde-apps/kompare/Manifest +++ b/kde-apps/kompare/Manifest @@ -1,2 +1 @@ -DIST kompare-24.05.1.tar.xz 942224 BLAKE2B a81560f63e8066a4e0670567268f593bc1eb004a521537b05d4a14164f8afe604aa91541d07f7825bc2b759749ea55685d11c77a04d37767e49863f7d44bffa4 SHA512 a103909bb6ac91ca274ba7724d7d7e13cbacb6336e5e9b7ccece087c35b3449c5fe9da08151f93fab731ccca2e2475c0e16d186db2417132c16cca30350a9cda DIST kompare-24.05.2.tar.xz 941900 BLAKE2B 1f3b383a162274e9f4985076dd52335929ff65b9d96b0a552fdc95f902a7b3ca223a20049d017386504575af244bf396c9cefe5ed8324e9c90c85ce81498bde8 SHA512 fc6692a945f9603a59865c5a032fdddf6cf05c752076931bd28532c97bd7f43411d28f69b50ed1243977f2e763f69bdd88fed32dcc7198f584d65d48e1b70338 diff --git a/kde-apps/kompare/kompare-24.05.1.ebuild b/kde-apps/kompare/kompare-24.05.1.ebuild deleted file mode 100644 index bebf978bc3d8..000000000000 --- a/kde-apps/kompare/kompare-24.05.1.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}"