commit: 000866c3c4b1397d17d2edbb4789c6f3bea51b26 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Mon May 12 17:04:56 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Mon May 12 17:04:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=000866c3
gui-apps/corestats: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/corestats/Manifest | 1 - gui-apps/corestats/corestats-4.5.0.ebuild | 33 ------------------------------- gui-apps/corestats/corestats-9999.ebuild | 33 ------------------------------- 3 files changed, 67 deletions(-) diff --git a/gui-apps/corestats/Manifest b/gui-apps/corestats/Manifest index 6ce484946..aeae8d60d 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 ac2377d7a..000000000 --- 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 ac2377d7a..000000000 --- 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}"
