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 F0D351584AD for ; Mon, 05 May 2025 19:33:43 +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 DEF3E343179 for ; Mon, 05 May 2025 19:33:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 10BDD1104C2; Mon, 05 May 2025 19:33:14 +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 000061103AD for ; Mon, 05 May 2025 19:33:13 +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 98E0C343158 for ; Mon, 05 May 2025 19:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AAA02835 for ; Mon, 05 May 2025 19:33:10 +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: <1746462887.f68ca7f5452552f1e77b6643a6692b68e1343efc.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corestuff/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/corestuff/Manifest gui-apps/corestuff/corestuff-5.0.0.ebuild X-VCS-Directories: gui-apps/corestuff/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f68ca7f5452552f1e77b6643a6692b68e1343efc X-VCS-Branch: master Date: Mon, 05 May 2025 19:33:10 +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: faf1f445-1bc4-4bd6-b966-dd1bdba6c147 X-Archives-Hash: 884719fd75f9fc22db2626c1dcc40783 commit: f68ca7f5452552f1e77b6643a6692b68e1343efc Author: Takuya Wakazono gmail com> AuthorDate: Mon May 5 16:34:47 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon May 5 16:34:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f68ca7f5 gui-apps/corestuff: add 5.0.0 Signed-off-by: Takuya Wakazono gmail.com> gui-apps/corestuff/Manifest | 1 + gui-apps/corestuff/corestuff-5.0.0.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/gui-apps/corestuff/Manifest b/gui-apps/corestuff/Manifest index df7f26bec..db7417e68 100644 --- a/gui-apps/corestuff/Manifest +++ b/gui-apps/corestuff/Manifest @@ -1 +1,2 @@ DIST corestuff-v4.5.0.tar.bz2 1192001 BLAKE2B 5600c5e27b34d506d5951eb3a095501007be5a072a25680d1ab361eb9337b5c13afa2e2d56112ada07d9a81012050ac5deebf05a34b82944f8ea4b252998993d SHA512 c691a23ad8ef45941fe28f2eff554a668b2fb93c274609556d3bf5994406712e89db94f2b35f1520f82e57980a8a5ede6189b7152f05e80c3f3d65006ae7bfdf +DIST corestuff-v5.0.0.tar.bz2 1192298 BLAKE2B e9f10cd6a5c0dafa2e8156dd9aff96994932ed639211cf8bdad839ca0930c5f4c1ca855661a370c7ea1eadc102cc2372d22120dbdf825a42ad35723c88fbe9ad SHA512 c2f49a88e9b2a1745cb903a2cb3e0203721b232dc5908472e293f07d4e7f71bac6fe2f70afda204ce976dc973b80d6bbce9dc8a840e4b98e1c676820eb340f6c diff --git a/gui-apps/corestuff/corestuff-5.0.0.ebuild b/gui-apps/corestuff/corestuff-5.0.0.ebuild new file mode 100644 index 000000000..268cb71e4 --- /dev/null +++ b/gui-apps/corestuff/corestuff-5.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="An activity viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff" +SRC_URI="https://gitlab.com/cubocore/coreapps/corestuff/-/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[concurrent,dbus,gui,network,widgets] + >=gui-libs/libcprime-5.0.0 + >=gui-libs/libcsys-5.0.0 + kde-frameworks/kglobalaccel:6 + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libxcb:= + x11-libs/libXi + x11-libs/xcb-util-wm +" +RDEPEND="${DEPEND}"