summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-18 12:40:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-18 16:49:52 +0100
commitc09f7963e2425ee183646bec4173b43225a8387b (patch)
treef942d27aa12abaa5790b62a8a5438078d7d97f9f /lxqt-base
parentx11-misc/obconf-qt: drop 0.16.0 (diff)
downloadgentoo-c09f7963e2425ee183646bec4173b43225a8387b.tar.gz
gentoo-c09f7963e2425ee183646bec4173b43225a8387b.tar.bz2
gentoo-c09f7963e2425ee183646bec4173b43225a8387b.zip
lxqt-base/libsysstat: drop 0.4.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/libsysstat/Manifest1
-rw-r--r--lxqt-base/libsysstat/libsysstat-0.4.5.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest
index 8053dca7dc1b..5c8d27069aca 100644
--- a/lxqt-base/libsysstat/Manifest
+++ b/lxqt-base/libsysstat/Manifest
@@ -1,2 +1 @@
-DIST libsysstat-0.4.5.tar.xz 17744 BLAKE2B 5739b57960b1169be3a16fe77aeaf5c43542d545a3a3195f4f3c4d9514d575744c95231052abe7d8afd0adffd0a0465bc7f4e338022664018e179b03480d4158 SHA512 1b9091b783e32aeb258bef0e7ea070456f577a42fc5052ebf215dccb195f51c34ae7c2e6178e4eaf12200c5155c53699c2dbfe2a1f7c0c35d06c04275455ed09
DIST libsysstat-0.4.6.tar.xz 17648 BLAKE2B feb4fe031deaf7c555ac98535e7767e8b98280cb02fc940348006121b40fc3d5947a2db8388d3b1df137538a18abb37cc7f2272f17bb5b2b523054cbf3536d5e SHA512 dd0e6f67509658691082b043e06589c6a89eea016a0e68cdb7d377f25a0bc63aa476b5eb90f230593daab462a9e22f6f636c0723110fb36faeea7c0aa6d0b85b
diff --git a/lxqt-base/libsysstat/libsysstat-0.4.5.ebuild b/lxqt-base/libsysstat/libsysstat-0.4.5.ebuild
deleted file mode 100644
index e92fa6d0b0d5..000000000000
--- a/lxqt-base/libsysstat/libsysstat-0.4.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Qt GUI for System Statistics"
-HOMEPAGE="https://lxqt.github.io/"
-
-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 ~riscv x86"
-fi
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
-DEPEND="dev-qt/qtcore:5"
-RDEPEND="${DEPEND}"