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 404B2158020 for ; Sat, 3 Dec 2022 10:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 020DEE0E78; Sat, 3 Dec 2022 10:29:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E2C69E0E64 for ; Sat, 3 Dec 2022 10:29:57 +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 37B1A341404 for ; Sat, 3 Dec 2022 10:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BECE97AF for ; Sat, 3 Dec 2022 10:29:53 +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: <1670063297.edd4d8b4c7925abd7b7ef43ef7a15e8fe1dd9c42.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.04.3.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: edd4d8b4c7925abd7b7ef43ef7a15e8fe1dd9c42 X-VCS-Branch: master Date: Sat, 3 Dec 2022 10:29:53 +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: 00b8f54c-babb-4ea0-aecf-a89e5b3cf613 X-Archives-Hash: 1dce6feac7002e2da92e41f73a538379 commit: edd4d8b4c7925abd7b7ef43ef7a15e8fe1dd9c42 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 3 08:08:03 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 3 10:28:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd4d8b4 kde-apps/ktimer: drop 22.04.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/Manifest | 1 - kde-apps/ktimer/ktimer-22.04.3.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest index 40c36d2b8561..592ea6efa8e0 100644 --- a/kde-apps/ktimer/Manifest +++ b/kde-apps/ktimer/Manifest @@ -1,2 +1 @@ -DIST ktimer-22.04.3.tar.xz 394548 BLAKE2B ea5a1f2f64a8b2e570068f02d69d0a031596df1f9b2f253cc046e00fb369b0d28d3149346e3ac5655f18b864afb4732f79784b209e5b2da7f94e328685509d51 SHA512 87e7060935a19baf54f175ece4d107e276161166a113a323388e3a6e100bac02bb09658a3077e1ff846ec153419bd90ddd9ed894e303d48f24c8b1dba616562b DIST ktimer-22.08.3.tar.xz 395276 BLAKE2B d30d4eeb71bd2b7535f9a655df02b91fbabc59a3b4c5e49fef414236facd9419e5fdb5b07b5db5cc4b9d8d8855487b7b08902a7883f49bbdd1b6d9690d1b03cd SHA512 9890140737187a25be375a68a9a5dbc95bbae01e00b092bc0107e11bf94ffa3a520a38e11905cf15d425256a4377c45f7283af48987d0aa95d054da628586795 diff --git a/kde-apps/ktimer/ktimer-22.04.3.ebuild b/kde-apps/ktimer/ktimer-22.04.3.ebuild deleted file mode 100644 index 3ad06af9989e..000000000000 --- a/kde-apps/ktimer/ktimer-22.04.3.ebuild +++ /dev/null @@ -1,32 +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.92.0 -QTMIN=5.15.4 -inherit ecm gear.kde.org - -DESCRIPTION="Little tool to execute programs after some time" -HOMEPAGE="https://apps.kde.org/ktimer/ -https://utils.kde.org/projects/ktimer/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~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}"