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 659D2158086 for ; Thu, 9 Dec 2021 11:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA382BC05D; Thu, 9 Dec 2021 11:27:54 +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 B86242BC05D for ; Thu, 9 Dec 2021 11:27: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 B8AED34377D for ; Thu, 9 Dec 2021 11:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51846257 for ; Thu, 9 Dec 2021 11:27:50 +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: <1639049207.e75daa114bc482b7245a7ba2abd1c82b8665b3bf.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.12.0.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e75daa114bc482b7245a7ba2abd1c82b8665b3bf X-VCS-Branch: master Date: Thu, 9 Dec 2021 11:27:50 +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: 7dd981b9-65e6-4c2c-9da6-3dfa9a57ce76 X-Archives-Hash: 473f31a2076ef4acd0cffe5174a31b83 commit: e75daa114bc482b7245a7ba2abd1c82b8665b3bf Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 9 10:47:36 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 9 11:26:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75daa11 kde-apps/ktimer: 21.12.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/Manifest | 1 + kde-apps/ktimer/ktimer-21.12.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest index bcd7f683cc49..d42e15102dfb 100644 --- a/kde-apps/ktimer/Manifest +++ b/kde-apps/ktimer/Manifest @@ -1 +1,2 @@ DIST ktimer-21.08.3.tar.xz 388772 BLAKE2B 6324641d6244dfbcaf2ed01d3b53ce963bd6e294cbb0a8a12f613ff6c1d26ae208193c0403dae2ea39c6fdff070504769c0e8042eea03449f1f5f0d5f7209d81 SHA512 bfd9583f6a89e6b87146c731f4fdfa51fcbb855566707574854bbf4b2cd3044cf886f74ab114bbc5027337c26a04fc7d901ac4630922a3e8958907f39c95339e +DIST ktimer-21.12.0.tar.xz 392700 BLAKE2B 8e033f2e9a76006f1e1f7bdf0d089c34dbbe5d82625d940ad5a13f0e048dff7b88d42b27ea7179add2bb39f51fbcc99badd0280eecc995a04870404e4b5b0248 SHA512 b2e04dd9d7eafd682c9b61984b8c21f82451b4bdbc4fdcc7f258ef43feac5158b90df87cfbd809d7eb5da578625420c34e1852332d61142d394d2a2bfd73424e diff --git a/kde-apps/ktimer/ktimer-21.12.0.ebuild b/kde-apps/ktimer/ktimer-21.12.0.ebuild new file mode 100644 index 000000000000..af3f8036e30b --- /dev/null +++ b/kde-apps/ktimer/ktimer-21.12.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KFMIN=5.88.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 ~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}"