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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 410241581D8 for ; Wed, 4 Dec 2024 18:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D3DE08B0; Wed, 4 Dec 2024 18:28:30 +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 2DE75E08AB for ; Wed, 4 Dec 2024 18:28:30 +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 6C5DF340441 for ; Wed, 4 Dec 2024 18:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAB34214E for ; Wed, 4 Dec 2024 18:28:25 +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: <1733336800.96c71bfaa86310e86bbc81e5b05c3362c65c99fe.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-24.08.1.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 96c71bfaa86310e86bbc81e5b05c3362c65c99fe X-VCS-Branch: master Date: Wed, 4 Dec 2024 18:28:25 +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: 144416e8-3238-4ece-a3c2-d3b69d5c63a8 X-Archives-Hash: a09c38a0ffa67cbc51c7b01e1670eb12 commit: 96c71bfaa86310e86bbc81e5b05c3362c65c99fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 4 18:16:00 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 4 18:26:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c71bfa kde-apps/ktimer: drop 24.08.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/Manifest | 1 - kde-apps/ktimer/ktimer-24.08.1.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest index 8f68589b7f46..db52c4955cb6 100644 --- a/kde-apps/ktimer/Manifest +++ b/kde-apps/ktimer/Manifest @@ -1,2 +1 @@ -DIST ktimer-24.08.1.tar.xz 451672 BLAKE2B 5394840f47147967a37d04f66265b740c81be4c3363e90b357e7811b847af63f852729d1c95d45a6e7b3c8a6716cc5c2f13f084e0b54296b801bc5e7e7d094e5 SHA512 0f1040deae2da50090dd5edc6005fc1f721686e543299874e36b304340b1d645985f04ef54286b3e6558c537a12ce4f96b666e3a2b0dd422b5d206919685108e DIST ktimer-24.08.3.tar.xz 452572 BLAKE2B cf178c9c45843418e41c7deca6927707875d8ee40a3129d35f5746b5237c86e70abfb12892d62d5aa198a9eb85038ec97241fb3c353029254dd361caf9c375a4 SHA512 9ba32f3898240e5a6893a5fe49187674a824cea92b40fb9c281c269527262f3196af1639260b2fa2dd6999327e4796880f289a90f6425ac5d8218e0347c1c863 diff --git a/kde-apps/ktimer/ktimer-24.08.1.ebuild b/kde-apps/ktimer/ktimer-24.08.1.ebuild deleted file mode 100644 index df996ffb71dc..000000000000 --- a/kde-apps/ktimer/ktimer-24.08.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" -KFMIN=6.5.0 -QTMIN=6.7.2 -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="6" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kdbusaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/knotifications-${KFMIN}:6 - >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 -" -RDEPEND="${DEPEND}"