public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coreaction/
@ 2025-03-12 14:29 David Roman
  0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2025-03-12 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     b4015ed7390da444d6b72ed75d68e806ebaa99da
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 11 14:13:48 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <pastalian46 <AT> 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}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coreaction/
@ 2025-03-12 14:29 David Roman
  0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2025-03-12 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     8c8e9034009ecc61e7cf9042469d97b1a01e4d32
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 11 14:13:58 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Mar 11 14:31:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c8e9034

gui-apps/coreaction: drop 9999

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/coreaction/coreaction-9999.ebuild | 32 ------------------------------
 1 file changed, 32 deletions(-)

diff --git a/gui-apps/coreaction/coreaction-9999.ebuild b/gui-apps/coreaction/coreaction-9999.ebuild
deleted file mode 100644
index d4675d7b7..000000000
--- a/gui-apps/coreaction/coreaction-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="A side bar for showing widgets for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreaction.git"
-else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/coreaction/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	gui-libs/libcprime
-	gui-libs/libcsys
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-12 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-12 14:29 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coreaction/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 14:29 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox