From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1699241-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25CBD1581F0 for <garchives@archives.gentoo.org>; Wed, 11 Dec 2024 19:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0541AE0D28; Wed, 11 Dec 2024 19:58:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EC97E0D4B for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:58:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06A17343169 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 644CC1CA3 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:58:17 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1733946232.6218a23ddc92c3c41655b8e3d54350a87336a7a5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-misc/francis/ X-VCS-Repository: proj/kde X-VCS-Files: app-misc/francis/francis-24.12.0.ebuild app-misc/francis/francis-24.12.49.9999.ebuild X-VCS-Directories: app-misc/francis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6218a23ddc92c3c41655b8e3d54350a87336a7a5 X-VCS-Branch: master Date: Wed, 11 Dec 2024 19:58:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e616afd-d6e0-48aa-8a71-9db000122424 X-Archives-Hash: 954b4997775813be1c816de2564615c9 commit: 6218a23ddc92c3c41655b8e3d54350a87336a7a5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Dec 11 19:43:45 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Dec 11 19:43:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6218a23d app-misc/francis: add 24.12.0, 24.12.49.9999 See also: https://github.com/gentoo/kde/pull/1010 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-misc/francis/francis-24.12.0.ebuild | 29 +++++++++++++++++++++++++++ app-misc/francis/francis-24.12.49.9999.ebuild | 29 +++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/app-misc/francis/francis-24.12.0.ebuild b/app-misc/francis/francis-24.12.0.ebuild new file mode 100644 index 0000000000..75d5340a54 --- /dev/null +++ b/app-misc/francis/francis-24.12.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_CATEGORY="utilities" +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="Productivity application using the well-known pomodoro technique" +HOMEPAGE="https://apps.kde.org/francis/" + +LICENSE="BSD BSD-2 CC0-1.0 GPL-3+ LGPL-2+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-libs/kirigami-addons-1.0:6 + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6[svg,widgets] + >=dev-qt/qtsvg-${QTMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 +" +RDEPEND="${DEPEND}" diff --git a/app-misc/francis/francis-24.12.49.9999.ebuild b/app-misc/francis/francis-24.12.49.9999.ebuild new file mode 100644 index 0000000000..bc62589926 --- /dev/null +++ b/app-misc/francis/francis-24.12.49.9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_CATEGORY="utilities" +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="Productivity application using the well-known pomodoro technique" +HOMEPAGE="https://apps.kde.org/francis/" + +LICENSE="BSD BSD-2 CC0-1.0 GPL-3+ LGPL-2+ LGPL-2.1+" +SLOT="0" +KEYWORDS="" + +DEPEND=" + >=dev-libs/kirigami-addons-1.0:6 + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6[svg,widgets] + >=dev-qt/qtsvg-${QTMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 +" +RDEPEND="${DEPEND}"