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 1E57615808B for ; Thu, 15 Feb 2024 12:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4FD72BC040; Thu, 15 Feb 2024 12:34:19 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF3E22BC043 for ; Thu, 15 Feb 2024 12:34:19 +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 3FC6F343084 for ; Thu, 15 Feb 2024 12:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5593314DA for ; Thu, 15 Feb 2024 12:34:14 +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: <1707999852.d1de16a047381a415f078f07e58602e643519fe0.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-23.08.5.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d1de16a047381a415f078f07e58602e643519fe0 X-VCS-Branch: master Date: Thu, 15 Feb 2024 12:34:14 +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: 9feb8e4a-df94-47e5-8589-33755a676645 X-Archives-Hash: 8e4b01d2fc2c990ba7b83eb40c6fbe58 commit: d1de16a047381a415f078f07e58602e643519fe0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 15 09:46:02 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 15 12:24:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1de16a0 kde-apps/ktimer: 23.08.5 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/Manifest | 1 + kde-apps/ktimer/ktimer-23.08.5.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest index 2d7860d8bd1b..73114f6fc99e 100644 --- a/kde-apps/ktimer/Manifest +++ b/kde-apps/ktimer/Manifest @@ -1 +1,2 @@ DIST ktimer-23.08.4.tar.xz 406380 BLAKE2B 4a09cef0a0af2f6a25bd4e1cf4642fbffcb1e3e1d9a6b8ffe145ec233590432444da915a5103a1a251821e42f0e2b53110fa132da9da37f3f19fc4f1b8107951 SHA512 0ee6040a4943131d6b5f4ba9910fd241b0690d3d91414974e02a3208271d2057981b31d6a8056f292d46ed499b1d2142e821b3812805c3fd2a2068be1b04abf0 +DIST ktimer-23.08.5.tar.xz 406472 BLAKE2B 3e2fdb11e151ed5b178b21b8cb95f605fb9a3d7cb386659b015f48157143a457eef1b8555b8c64004cae3bb1570bbfd87cc03953ebb759befb9277219c98d2bc SHA512 b9d8cae50265031b3ea9d2aa56e24cb6b0fc426a44f773b43b68a034834390d7938177337a45763d2ebef3e6a9c0f8ca3fc0f2c41b88d918665052f44ae8321a diff --git a/kde-apps/ktimer/ktimer-23.08.5.ebuild b/kde-apps/ktimer/ktimer-23.08.5.ebuild new file mode 100644 index 000000000000..eb0822e01ff7 --- /dev/null +++ b/kde-apps/ktimer/ktimer-23.08.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +KFMIN=5.106.0 +QTMIN=5.15.9 +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="5" +KEYWORDS="~amd64 ~arm64 ~loong ~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}"