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 5D69515800C for ; Tue, 4 Apr 2023 22:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EF32E087F; Tue, 4 Apr 2023 22:28:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4E93DE087C for ; Tue, 4 Apr 2023 22:28:26 +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 7FACB3409A4 for ; Tue, 4 Apr 2023 22:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 232A8A2C for ; Tue, 4 Apr 2023 22:28:22 +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: <1680647266.2cb4dd21e968b07626ccf44b77fd5629c42d6417.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktimer/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ktimer/Manifest kde-apps/ktimer/ktimer-22.08.3.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2cb4dd21e968b07626ccf44b77fd5629c42d6417 X-VCS-Branch: master Date: Tue, 4 Apr 2023 22:28:22 +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: 9f539c16-1ab1-422a-b971-1916aa4c94a8 X-Archives-Hash: 6be43de1e1021383e5d8ad07f55a4e03 commit: 2cb4dd21e968b07626ccf44b77fd5629c42d6417 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 4 19:38:04 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 4 22:27:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb4dd21 kde-apps/ktimer: drop 22.08.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/Manifest | 1 - kde-apps/ktimer/ktimer-22.08.3.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest index 33a34765b495..22a435d287e8 100644 --- a/kde-apps/ktimer/Manifest +++ b/kde-apps/ktimer/Manifest @@ -1,2 +1 @@ -DIST ktimer-22.08.3.tar.xz 395276 BLAKE2B d30d4eeb71bd2b7535f9a655df02b91fbabc59a3b4c5e49fef414236facd9419e5fdb5b07b5db5cc4b9d8d8855487b7b08902a7883f49bbdd1b6d9690d1b03cd SHA512 9890140737187a25be375a68a9a5dbc95bbae01e00b092bc0107e11bf94ffa3a520a38e11905cf15d425256a4377c45f7283af48987d0aa95d054da628586795 DIST ktimer-22.12.3.tar.xz 402152 BLAKE2B 7810aee5413f255ab1a5c88455b9a5ebd30bfbe3e0045e605457149c98ce882d81673f7cb196f9da0041e769d4fa37b70feafff39638c7cdad108023d5a92f33 SHA512 eefa34e636f213e4863da1da7b0db567752f4902f2497f34f8277ab7c5efc0b1c9a9e957b2a662d74f91050258fe4dc5108f2f49bb50e9d4490e9e74d63bd11d diff --git a/kde-apps/ktimer/ktimer-22.08.3.ebuild b/kde-apps/ktimer/ktimer-22.08.3.ebuild deleted file mode 100644 index 2b6147e36b18..000000000000 --- a/kde-apps/ktimer/ktimer-22.08.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" -KFMIN=5.96.0 -QTMIN=5.15.5 -inherit ecm gear.kde.org - -DESCRIPTION="Little tool to execute programs after some time" -HOMEPAGE="https://apps.kde.org/ktimer/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 -" -RDEPEND="${DEPEND}"