mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
gui-apps/core*: drop 4.1.0, 4.2.0_alpha
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST corestats-4.1.0.tar.gz 99006 BLAKE2B 897d2ffb13b10b03b21fbff3538654ae9eb4c1d434cdf821d7f7bd8771ceb5097311e4119effbef87979ef432d8ed535d63c4d2942ee89be0c65d07547e188fa SHA512 2829e052a815f516667b211cac57dd9f55c181cc040036602c31dc758e275f05f7f4038c5425b239fc9fd160307e0bfebe9aedc39226a58d5964d6c76d498a04
|
||||
DIST corestats-4.2.0.tar.gz 109644 BLAKE2B 7595e3237a5ba587152f49042dd5598cab96412f125c32d1483c73431fa7d9aee4848b1e859c1049cc2900e6dc7b8f526c63ec5c2481a082d2df7c45f844ff9a SHA512 7b65c676c9c6e865c9bbcb7f51abab2f3fd263d8e6a819ab681949903ef8753d559d5ecf82ff564d1d933c233caa9c2900724311e1442a9d512f4ec5eb49ebe4
|
||||
DIST corestats-4.2.0_alpha.tar.gz 103581 BLAKE2B ac5d61b2068a2cb0c1579e9221f22b6581c9e47869bfac7e8f4823937e964a00fdd814cf413d3bc8f27d156cdf379f6ae629b7174ea49d645b1694ff5477dd85 SHA512 7b367ea7bbf0a9a3e5cbfb30902de0160b5bdb9d68ec86728cf17f6f85c8e0c87842e08e8b19b9fb3863ded9e6d03333a6bfc4804259c6b6c851a87a73d44273
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit qmake-utils xdg
|
||||
|
||||
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/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
gui-libs/libcprime
|
||||
gui-libs/libcsys
|
||||
sys-apps/lm-sensors
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake5
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="${PV/_/-}"
|
||||
|
||||
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/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${MY_PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
gui-libs/libcprime
|
||||
gui-libs/libcsys
|
||||
sys-apps/lm-sensors
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
Reference in New Issue
Block a user