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 0FECE158086 for ; Mon, 29 Nov 2021 13:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBBB82BC0B1; Mon, 29 Nov 2021 13:52:54 +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 B416A2BC0B1 for ; Mon, 29 Nov 2021 13:52:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6A70B342CD9 for ; Mon, 29 Nov 2021 13:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBD9621E for ; Mon, 29 Nov 2021 13:52:49 +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: <1638193928.99dabf7a41416926d6376ad8d18924cee8fc6e65.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-21.04.3.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99dabf7a41416926d6376ad8d18924cee8fc6e65 X-VCS-Branch: master Date: Mon, 29 Nov 2021 13:52:49 +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: 0312c424-ca67-4399-b7db-7512d18ec333 X-Archives-Hash: e5f756a605cf7e3bbda8d6ac04a276c4 commit: 99dabf7a41416926d6376ad8d18924cee8fc6e65 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 28 13:09:19 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 29 13:52:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99dabf7a kde-apps/ktimer: drop 21.04.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/Manifest | 1 - kde-apps/ktimer/ktimer-21.04.3.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest index 349e9800d4c5..bcd7f683cc49 100644 --- a/kde-apps/ktimer/Manifest +++ b/kde-apps/ktimer/Manifest @@ -1,2 +1 @@ -DIST ktimer-21.04.3.tar.xz 388044 BLAKE2B fdcb2780a8ecbe654c7438aa909c4d14ae338f04f3c314e5633c3b61e2838ee9dfcedc03a194d02696c8a7d2c370c8434c566dc648ed27099c446b6917a8cd83 SHA512 3cf8a0387174202ffaab9e901cc4e6bf851403b21d8b34df6b437f13d310a7bd657438fb1c10eb0b238d3d6407334987db4b94433d27187d1cfaacf23c09bc2d DIST ktimer-21.08.3.tar.xz 388772 BLAKE2B 6324641d6244dfbcaf2ed01d3b53ce963bd6e294cbb0a8a12f613ff6c1d26ae208193c0403dae2ea39c6fdff070504769c0e8042eea03449f1f5f0d5f7209d81 SHA512 bfd9583f6a89e6b87146c731f4fdfa51fcbb855566707574854bbf4b2cd3044cf886f74ab114bbc5027337c26a04fc7d901ac4630922a3e8958907f39c95339e diff --git a/kde-apps/ktimer/ktimer-21.04.3.ebuild b/kde-apps/ktimer/ktimer-21.04.3.ebuild deleted file mode 100644 index 7baffc834250..000000000000 --- a/kde-apps/ktimer/ktimer-21.04.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.80.0 -QTMIN=5.15.2 -inherit ecm 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 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}"