From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 68F33158074 for ; Sat, 05 Jul 2025 18:30:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5478D34213E for ; Sat, 05 Jul 2025 18:30:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C0674110568; Sat, 05 Jul 2025 18:30:29 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B743B110567 for ; Sat, 05 Jul 2025 18:30:29 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 779E8341F94 for ; Sat, 05 Jul 2025 18:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 163962E51 for ; Sat, 05 Jul 2025 18:30:27 +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: <1751740197.b2b274ba3b9d82af2fc8ed1fe5f9d27f72c4a03c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ktimer/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ktimer/ktimer-25.04.3.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b2b274ba3b9d82af2fc8ed1fe5f9d27f72c4a03c X-VCS-Branch: master Date: Sat, 05 Jul 2025 18:30:27 +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: cc436e34-6104-44d3-9307-7a914479731e X-Archives-Hash: 6b9bda4e26954b861c1f18db7e671f76 commit: b2b274ba3b9d82af2fc8ed1fe5f9d27f72c4a03c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 5 18:25:05 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 5 18:29:57 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2b274ba kde-apps/ktimer: drop 25.04.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/ktimer-25.04.3.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/kde-apps/ktimer/ktimer-25.04.3.ebuild b/kde-apps/ktimer/ktimer-25.04.3.ebuild deleted file mode 100644 index 4959d978bd..0000000000 --- a/kde-apps/ktimer/ktimer-25.04.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" -KFMIN=6.13.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org xdg - -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/kcrash-${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}"