Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/libsysstat/
Date: Thu, 30 Sep 2021 17:24:41
Message-Id: 1633022527.670e635d4760dcfd653e8f811d8ddf3d939a09d1.asturm@gentoo
1 commit: 670e635d4760dcfd653e8f811d8ddf3d939a09d1
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 06:34:37 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 17:22:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670e635d
7
8 lxqt-base/libsysstat: remove version 0.4.4
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 lxqt-base/libsysstat/Manifest | 1 -
15 lxqt-base/libsysstat/libsysstat-0.4.4.ebuild | 24 ------------------------
16 2 files changed, 25 deletions(-)
17
18 diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest
19 index afbb2f6b7e5..93d09265923 100644
20 --- a/lxqt-base/libsysstat/Manifest
21 +++ b/lxqt-base/libsysstat/Manifest
22 @@ -1,2 +1 @@
23 -DIST libsysstat-0.4.4.tar.xz 17532 BLAKE2B d2f58ef95ef1bd139d174f2edcdebb3847df45c712c27f2bec5e0afdf4cf4c9b49a3996d8d28e27212b4d6866f505b87a58b0c72e8c4f31ad1c5a3632e8b130c SHA512 2d3545f6b3872dd48f9d4537352e6f8884cf10adca71625f75da7898a71c3100df996b6a3f8cd851d352347db5b82c67402172831179c574639c75dd35ed1d88
24 DIST libsysstat-0.4.5.tar.xz 17744 BLAKE2B 5739b57960b1169be3a16fe77aeaf5c43542d545a3a3195f4f3c4d9514d575744c95231052abe7d8afd0adffd0a0465bc7f4e338022664018e179b03480d4158 SHA512 1b9091b783e32aeb258bef0e7ea070456f577a42fc5052ebf215dccb195f51c34ae7c2e6178e4eaf12200c5155c53699c2dbfe2a1f7c0c35d06c04275455ed09
25
26 diff --git a/lxqt-base/libsysstat/libsysstat-0.4.4.ebuild b/lxqt-base/libsysstat/libsysstat-0.4.4.ebuild
27 deleted file mode 100644
28 index b4556720fa6..00000000000
29 --- a/lxqt-base/libsysstat/libsysstat-0.4.4.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake
38 -
39 -DESCRIPTION="Qt GUI for System Statistics"
40 -HOMEPAGE="https://lxqt.github.io/"
41 -
42 -if [[ ${PV} = *9999* ]]; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
45 -else
46 - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
47 - KEYWORDS="amd64 ~arm ~arm64 x86"
48 -fi
49 -
50 -LICENSE="GPL-2+ LGPL-2.1+"
51 -SLOT="0"
52 -
53 -BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
54 -DEPEND="dev-qt/qtcore:5"
55 -RDEPEND="${DEPEND}"