From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id AAA841584F2 for ; Wed, 12 Mar 2025 14:29:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 95CC4343177 for ; Wed, 12 Mar 2025 14:29:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B85D41103CF; Wed, 12 Mar 2025 14:29: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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AF76D1103CF for ; Wed, 12 Mar 2025 14:29:21 +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 675EC34315D for ; Wed, 12 Mar 2025 14:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8EA828E7 for ; Wed, 12 Mar 2025 14:29:18 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1741703508.b4015ed7390da444d6b72ed75d68e806ebaa99da.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coreaction/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/coreaction/Manifest gui-apps/coreaction/coreaction-5.0.0.ebuild X-VCS-Directories: gui-apps/coreaction/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b4015ed7390da444d6b72ed75d68e806ebaa99da X-VCS-Branch: master Date: Wed, 12 Mar 2025 14:29:18 +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: 6d34be4e-a831-4dd1-82d1-246c9d373df2 X-Archives-Hash: 99f57777d2be9f27fde5b8a5a1b6169a commit: b4015ed7390da444d6b72ed75d68e806ebaa99da Author: Takuya Wakazono gmail com> AuthorDate: Tue Mar 11 14:13:48 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue Mar 11 14:31:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4015ed7 gui-apps/coreaction: add 5.0.0 Signed-off-by: Takuya Wakazono gmail.com> gui-apps/coreaction/Manifest | 1 + gui-apps/coreaction/coreaction-5.0.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/gui-apps/coreaction/Manifest b/gui-apps/coreaction/Manifest index 3084a2860..c36395aff 100644 --- a/gui-apps/coreaction/Manifest +++ b/gui-apps/coreaction/Manifest @@ -1 +1,2 @@ DIST coreaction-v4.5.0.tar.bz2 792795 BLAKE2B 17d21c3b1dd4b80fb84c70efaadc9b9bbde0d36edd39b4f60db07d06233b192a430dae761a79ab2b9002e2181fb28ba14d6fbfb183ab8fe0afe1247bfd6db7bf SHA512 94de8182af9500f66eeb28f929833d4948a46be2a4f32b3dfe0ecbe311f150c16cb10b2f1650489ab8d316cb47b7dff96ddc986c67f40832172aef62b4547b33 +DIST coreaction-v5.0.0.tar.bz2 792872 BLAKE2B 715410aa935d1475387fdf3b800b670a51690e83a32319a1c0456ee988ecfd44f710a254629a4e89da8912831e638d74c0e70f67693b93edb8c89acf085e4225 SHA512 8af51a90ff281801d73c480395ce07de9576539fd8f75a3b14a9fd8f7dae4f8ce849bb4802ac396ccf5ab7d89efd555bde9d8387c14e1a01413bb8081cda75ba diff --git a/gui-apps/coreaction/coreaction-5.0.0.ebuild b/gui-apps/coreaction/coreaction-5.0.0.ebuild new file mode 100644 index 000000000..a4664769e --- /dev/null +++ b/gui-apps/coreaction/coreaction-5.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="A side bar for showing widgets for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" +SRC_URI="https://gitlab.com/cubocore/coreapps/coreaction/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-qt/qtbase:6[gui,network,widgets] + dev-qt/qtsvg:6 + >=gui-libs/libcprime-5.0.0 + >=gui-libs/libcsys-5.0.0 +" +RDEPEND="${DEPEND}"