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 BA7EA158095 for ; Mon, 22 Aug 2022 20:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F419E0996; Mon, 22 Aug 2022 20:13:01 +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 AD566E0998 for ; Mon, 22 Aug 2022 20:13:00 +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 A72B1340948 for ; Mon, 22 Aug 2022 20:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AF965A4 for ; Mon, 22 Aug 2022 20:12:56 +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: <1661199080.278634f93ccdcf37da143983dda1661fe57de9ca.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kteatime/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kteatime/Manifest kde-apps/kteatime/kteatime-22.08.0.ebuild X-VCS-Directories: kde-apps/kteatime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 278634f93ccdcf37da143983dda1661fe57de9ca X-VCS-Branch: master Date: Mon, 22 Aug 2022 20:12:56 +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: cc4fc8a7-4f3d-4f98-a621-36f3303786c0 X-Archives-Hash: d1b7913a666de610ad4903d30cc9fcb7 commit: 278634f93ccdcf37da143983dda1661fe57de9ca Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 22 18:32:12 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 22 20:11:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278634f9 kde-apps/kteatime: 22.08.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kteatime/Manifest | 1 + kde-apps/kteatime/kteatime-22.08.0.ebuild | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/kde-apps/kteatime/Manifest b/kde-apps/kteatime/Manifest index 7b0b143f0725..e6e41f1987be 100644 --- a/kde-apps/kteatime/Manifest +++ b/kde-apps/kteatime/Manifest @@ -1 +1,2 @@ DIST kteatime-22.04.3.tar.xz 302764 BLAKE2B 31347cd52c3518ecb82b20719e4d400d4d585b58bb24662af93ef8634e8bf389c1c72e33c4d34afc6a63003ae11100955b72e9a240bcf68eed41bcee4f84a16a SHA512 3310292f793dd53babc1f6e1c35bf0c7b75a9bb3e347980d18bd42328af2485e61c4fd7b9a0cc38677cb293ef292e3c1644f724e54e8ee11bcefae055b849f32 +DIST kteatime-22.08.0.tar.xz 302744 BLAKE2B de5cc974d41b49f2f487d40e115124142abade5d4d045ab0db898b811464f8b7b95437ae07474d5c0e3fe4e672d90d9af64f2625feb2f64ef94643d30d0f8276 SHA512 53ba3002cdc42a6d798c05824aceefb00c78cc479c4748c42ab530c919a465dd31a542e6bc13cba32eb58cfd071fd08081e331510a5ed5c3bd9e53ec6ede9d0c diff --git a/kde-apps/kteatime/kteatime-22.08.0.ebuild b/kde-apps/kteatime/kteatime-22.08.0.ebuild new file mode 100644 index 000000000000..aee5adc207c4 --- /dev/null +++ b/kde-apps/kteatime/kteatime-22.08.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KFMIN=5.96.0 +QTMIN=5.15.5 +inherit ecm gear.kde.org + +DESCRIPTION="KDE timer for making a fine cup of tea" +HOMEPAGE="https://apps.kde.org/kteatime/" + +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/kcrash-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/knotifyconfig-${KFMIN}:5 + >=kde-frameworks/ktextwidgets-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}"