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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8CEB1382C5 for ; Fri, 27 Nov 2020 11:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D262AE0866; Fri, 27 Nov 2020 11:31:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC93DE0866 for ; Fri, 27 Nov 2020 11:31:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E02D633BDF8 for ; Fri, 27 Nov 2020 11:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65AC247D for ; Fri, 27 Nov 2020 11:31:40 +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: <1606476567.c62707f7fe1aafb62c31a1d7ab94db6ae89aa86d.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-20.11.80.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c62707f7fe1aafb62c31a1d7ab94db6ae89aa86d X-VCS-Branch: master Date: Fri, 27 Nov 2020 11:31:40 +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: 898203e1-0a6b-4374-8f5b-215a00467e73 X-Archives-Hash: 03549a3cddba71c39c3303bda62faec9 commit: c62707f7fe1aafb62c31a1d7ab94db6ae89aa86d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 27 09:40:20 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 27 11:29:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c62707f7 kde-apps/ktimer: drop 20.11.80* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/ktimer-20.11.80.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/kde-apps/ktimer/ktimer-20.11.80.ebuild b/kde-apps/ktimer/ktimer-20.11.80.ebuild deleted file mode 100644 index 0e1c396a91..0000000000 --- a/kde-apps/ktimer/ktimer-20.11.80.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.75.0 -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="Little tool to execute programs after some time" -HOMEPAGE="https://apps.kde.org/en/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}"