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 66B5D15800A for ; Fri, 25 Aug 2023 08:30:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96B212BC033; Fri, 25 Aug 2023 08:30:09 +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 7B1052BC033 for ; Fri, 25 Aug 2023 08:30:09 +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 9306E340B9C for ; Fri, 25 Aug 2023 08:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1DA41095 for ; Fri, 25 Aug 2023 08:30:04 +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: <1692952138.c9fd99865487bef045ac4737c5d1884201982413.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.0.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c9fd99865487bef045ac4737c5d1884201982413 X-VCS-Branch: master Date: Fri, 25 Aug 2023 08:30:04 +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: cc06999d-fe5f-49a8-8f67-39a89761d03d X-Archives-Hash: 1d4da9ad5594ecfc606281d990a60b4c commit: c9fd99865487bef045ac4737c5d1884201982413 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 25 08:18:05 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 25 08:28:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fd9986 kde-apps/ktimer: 23.08.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ktimer/Manifest | 1 + kde-apps/ktimer/ktimer-23.08.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest index 0ccd4083d6c7..93ade5a69cdf 100644 --- a/kde-apps/ktimer/Manifest +++ b/kde-apps/ktimer/Manifest @@ -1 +1,2 @@ DIST ktimer-23.04.3.tar.xz 404448 BLAKE2B f8a24ed6313b99b46e4de3a917be14140189f3dab76d05ad937d9fcb9423e744837ea6eed013758a6e683edf5ed61face3fb41a17ec2d45e2ef62cf1a3d2a28f SHA512 f3d13e469113d2d999821c11a910ec3ce37862a555e8d3982198d6a01ceb247d9e14aea0a4c95e68e201afd93c5edb3363b8f8bc39ae5c9d929cf8514df3c687 +DIST ktimer-23.08.0.tar.xz 404624 BLAKE2B e917a412398f3e4657c7af03721080e9d6c604731dbb8b200d19f3268047cf4629f14a49a20405d458acd817aac9ea9f56c17d2e82220e3ed0c5739b1b5a5a41 SHA512 d5f900acba5e1275db561800baf9bf0311edfe92ec64317fb37654b4d6a138713cea82be245b6f21df86aff9c0942b075a872a9ba283c32402459f1bc8e18766 diff --git a/kde-apps/ktimer/ktimer-23.08.0.ebuild b/kde-apps/ktimer/ktimer-23.08.0.ebuild new file mode 100644 index 000000000000..6f38ea96fd1c --- /dev/null +++ b/kde-apps/ktimer/ktimer-23.08.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.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}"