diff --git a/gui-apps/corestats/Manifest b/gui-apps/corestats/Manifest index 6ce4849465..aeae8d60de 100644 --- a/gui-apps/corestats/Manifest +++ b/gui-apps/corestats/Manifest @@ -1,2 +1 @@ -DIST corestats-v4.5.0.tar.bz2 109955 BLAKE2B f3a1e416f3c72fe849982a12e0c4767fd6f26e0ec8a9fd02d2dc3778e229a2547439a5c435068f0b26416eb0b208f03038474ef7a853da22f1661b035ae6f4fb SHA512 304087e8bafb3f1c41c4bfd360d6068ddd0f07d450a744d48ba4c889eb9d4015aa7197a77a7241d593f469ffc1dc1bea9c47a2528a8c2163f22dcfa8e3e6b051 DIST corestats-v5.0.0.tar.bz2 109928 BLAKE2B 72ed0286dff4c34e2eb934c9d521b630ee94ba986023beb4b147e70042bd802249bd87de7c08d4138fd6cf3ad9987569cb42735117f55f63acd969e6bec9a614 SHA512 9e74fff53baca1327aa36da41482afadf738750235a097060db39d2aec06a259f636cf64b2495b70bb15232695627dbeedf9a793c8798810be0ac0603b38591f diff --git a/gui-apps/corestats/corestats-4.5.0.ebuild b/gui-apps/corestats/corestats-4.5.0.ebuild deleted file mode 100644 index ac2377d7a0..0000000000 --- a/gui-apps/corestats/corestats-4.5.0.ebuild +++ /dev/null @@ -1,33 +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 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 deleted file mode 100644 index ac2377d7a0..0000000000 --- a/gui-apps/corestats/corestats-9999.ebuild +++ /dev/null @@ -1,33 +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 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}"