commit:     a94004e0f1cc70541d51a7116b74f934aa06a0a4
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:45:49 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 11:59:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a94004e0

gui-apps/corestats: add 4.5.0, live sync

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

 gui-apps/corestats/Manifest                          |  1 +
 ...{corestats-9999.ebuild => corestats-4.5.0.ebuild} | 20 ++++++++------------
 gui-apps/corestats/corestats-9999.ebuild             | 20 ++++++++------------
 3 files changed, 17 insertions(+), 24 deletions(-)

diff --git a/gui-apps/corestats/Manifest b/gui-apps/corestats/Manifest
index 02cff1474e..2a9d805686 100644
--- a/gui-apps/corestats/Manifest
+++ b/gui-apps/corestats/Manifest
@@ -1 +1,2 @@
 DIST corestats-4.2.0.tar.gz 109644 BLAKE2B 
7595e3237a5ba587152f49042dd5598cab96412f125c32d1483c73431fa7d9aee4848b1e859c1049cc2900e6dc7b8f526c63ec5c2481a082d2df7c45f844ff9a
 SHA512 
7b65c676c9c6e865c9bbcb7f51abab2f3fd263d8e6a819ab681949903ef8753d559d5ecf82ff564d1d933c233caa9c2900724311e1442a9d512f4ec5eb49ebe4
+DIST corestats-v4.5.0.tar.bz2 109955 BLAKE2B 
f3a1e416f3c72fe849982a12e0c4767fd6f26e0ec8a9fd02d2dc3778e229a2547439a5c435068f0b26416eb0b208f03038474ef7a853da22f1661b035ae6f4fb
 SHA512 
304087e8bafb3f1c41c4bfd360d6068ddd0f07d450a744d48ba4c889eb9d4015aa7197a77a7241d593f469ffc1dc1bea9c47a2528a8c2163f22dcfa8e3e6b051

diff --git a/gui-apps/corestats/corestats-9999.ebuild 
b/gui-apps/corestats/corestats-4.5.0.ebuild
similarity index 55%
copy from gui-apps/corestats/corestats-9999.ebuild
copy to gui-apps/corestats/corestats-4.5.0.ebuild
index 6add84b379..ac2377d7a0 100644
--- a/gui-apps/corestats/corestats-9999.ebuild
+++ b/gui-apps/corestats/corestats-4.5.0.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats";
 
 if [[ "${PV}" == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corestats.git";
 else
-       
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+       
SRC_URI="https://gitlab.com/cubocore/coreapps/corestats/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
        KEYWORDS="~amd64"
-       S="${WORKDIR}/${PN}-v${MY_PV}"
+       S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -27,11 +24,10 @@ DEPEND="
        dev-qt/qtcore:5
        dev-qt/qtdbus:5
        dev-qt/qtgui:5
+       dev-qt/qtnetwork:5
        dev-qt/qtwidgets:5
        gui-libs/libcprime
        gui-libs/libcsys
-       sys-apps/lm-sensors
-"
-RDEPEND="
-       ${DEPEND}
+       sys-apps/lm-sensors:=
 "
+RDEPEND="${DEPEND}"

diff --git a/gui-apps/corestats/corestats-9999.ebuild 
b/gui-apps/corestats/corestats-9999.ebuild
index 6add84b379..ac2377d7a0 100644
--- a/gui-apps/corestats/corestats-9999.ebuild
+++ b/gui-apps/corestats/corestats-9999.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats";
 
 if [[ "${PV}" == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corestats.git";
 else
-       
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+       
SRC_URI="https://gitlab.com/cubocore/coreapps/corestats/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
        KEYWORDS="~amd64"
-       S="${WORKDIR}/${PN}-v${MY_PV}"
+       S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -27,11 +24,10 @@ DEPEND="
        dev-qt/qtcore:5
        dev-qt/qtdbus:5
        dev-qt/qtgui:5
+       dev-qt/qtnetwork:5
        dev-qt/qtwidgets:5
        gui-libs/libcprime
        gui-libs/libcsys
-       sys-apps/lm-sensors
-"
-RDEPEND="
-       ${DEPEND}
+       sys-apps/lm-sensors:=
 "
+RDEPEND="${DEPEND}"

Reply via email to