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-4.5.0.ebuild b/gui-apps/corestats/corestats-4.5.0.ebuild new file mode 100644 index 0000000000..ac2377d7a0 --- /dev/null +++ b/gui-apps/corestats/corestats-4.5.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg cmake + +DESCRIPTION="A system resource viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corestats.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/corestats/-/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/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}" 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}"