lxqt-base/libsysstat: drop 0.4.6 de-stabilising x86

Stabilising 'x86' was dropped due to dependencies.

Likewise, dropping 'arm' and 'loong' due dependencies.

Bug: https://bugs.gentoo.org/938702
Bug: https://bugs.gentoo.org/941392

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2024-11-21 10:30:43 +02:00
parent 8914e5f6ae
commit f098b767a5
2 changed files with 0 additions and 25 deletions

View File

@@ -1,3 +1,2 @@
DIST libsysstat-0.4.6.tar.xz 17648 BLAKE2B feb4fe031deaf7c555ac98535e7767e8b98280cb02fc940348006121b40fc3d5947a2db8388d3b1df137538a18abb37cc7f2272f17bb5b2b523054cbf3536d5e SHA512 dd0e6f67509658691082b043e06589c6a89eea016a0e68cdb7d377f25a0bc63aa476b5eb90f230593daab462a9e22f6f636c0723110fb36faeea7c0aa6d0b85b
DIST libsysstat-1.0.0.tar.xz 17684 BLAKE2B 1ccfe0555d2f8cb6e948c5f0bfa33d55a02aac1060973070b82f3596f3d340185888a2993aaffa66c1f5aeac64f7cfe7c46fadf3265a81d94e94a47d53c6c265 SHA512 f27481d20b2817fc55056aa5db10193586cc9709419870e0411ce896383bf23c2faddb3d73d4db635534245acc4ef980ac4e28143eb6b0a1d84337df74daf7e7
DIST libsysstat-1.1.0.tar.xz 17748 BLAKE2B 32965bf70d03c857a4ad4c3ca59cdb8d1bdf08dfc5c4a0b65f6f6479a4423e5543641b01b1c7bba8d9641744a3d08bafff3822551d5fb0a26f72fb1c906fe2dd SHA512 5bcaed044081314dfdc9034c496ee02138160ba3d0d49b137a4860b840f4371a80ba5e0b90ae2e021c73102c71f59cdcfc76fb23678e9010f55913ee15461c4c

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Qt GUI for System Statistics"
HOMEPAGE="https://lxqt-project.org/"
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
fi
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
DEPEND=">=dev-qt/qtcore-5.15:5"
RDEPEND="${DEPEND}"