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 907A715ACFB for ; Sat, 22 Apr 2023 09:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D498E09ED; Sat, 22 Apr 2023 09:13:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 79B4FE09EA for ; Sat, 22 Apr 2023 09:13:46 +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 BD31534126F for ; Sat, 22 Apr 2023 09:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACFCDA56 for ; Sat, 22 Apr 2023 09:13:42 +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: <1682154757.34c86f8597b028f66ce063a0f68e506f687de34d.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.04.0.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 34c86f8597b028f66ce063a0f68e506f687de34d X-VCS-Branch: master Date: Sat, 22 Apr 2023 09:13:42 +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: 57491f63-0061-4174-89a8-b256a5e55f5f X-Archives-Hash: deb03cfff5784ea9b6510b36a9987918 commit: 34c86f8597b028f66ce063a0f68e506f687de34d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 22 08:17:02 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 22 09:12:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c86f85 kde-apps/ktimer: 23.04.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/Manifest | 1 + kde-apps/ktimer/ktimer-23.04.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest index 22a435d287e8..dcc7fca95c8c 100644 --- a/kde-apps/ktimer/Manifest +++ b/kde-apps/ktimer/Manifest @@ -1 +1,2 @@ DIST ktimer-22.12.3.tar.xz 402152 BLAKE2B 7810aee5413f255ab1a5c88455b9a5ebd30bfbe3e0045e605457149c98ce882d81673f7cb196f9da0041e769d4fa37b70feafff39638c7cdad108023d5a92f33 SHA512 eefa34e636f213e4863da1da7b0db567752f4902f2497f34f8277ab7c5efc0b1c9a9e957b2a662d74f91050258fe4dc5108f2f49bb50e9d4490e9e74d63bd11d +DIST ktimer-23.04.0.tar.xz 404452 BLAKE2B dfe96348d09d9c679f3f3dd00f14c9ad6c3a012975cd48a592ce30e2d4ccdbf03b33ea382bd484155fbe52e62291cf6f23fff4d26a81a982c81e3f233539783d SHA512 c0a4a64b2e774e1bfedb022c9c472736b11a0ba77dc62e235303e8d14f0515389d8a4c584f766c94b842675448065d116a4f78cb344da091563d41a68c8a9bcf diff --git a/kde-apps/ktimer/ktimer-23.04.0.ebuild b/kde-apps/ktimer/ktimer-23.04.0.ebuild new file mode 100644 index 000000000000..28f84bda8714 --- /dev/null +++ b/kde-apps/ktimer/ktimer-23.04.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +KFMIN=5.104.0 +QTMIN=5.15.5 +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}"