From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB9B6138359 for ; Mon, 23 Nov 2020 07:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB95CE0866; Mon, 23 Nov 2020 07:12:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7E43E0866 for ; Mon, 23 Nov 2020 07:12:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7B5F340B65 for ; Mon, 23 Nov 2020 07:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24966462 for ; Mon, 23 Nov 2020 07:12:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1606115492.01fa6569443bd706436b9f6ce2fc2faac9c1410e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/libsysstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/libsysstat/Manifest lxqt-base/libsysstat/libsysstat-0.4.4.ebuild X-VCS-Directories: lxqt-base/libsysstat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 01fa6569443bd706436b9f6ce2fc2faac9c1410e X-VCS-Branch: master Date: Mon, 23 Nov 2020 07:12:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ea58afe4-35f8-484f-adf1-6da6e3cd134f X-Archives-Hash: 49370e3d8d30a52db8b952d27c29906a commit: 01fa6569443bd706436b9f6ce2fc2faac9c1410e Author: Jimi Huotari gentoo org> AuthorDate: Thu Nov 5 19:51:00 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 23 07:11:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fa6569 lxqt-base/libsysstat: add version 0.4.4 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jimi Huotari gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/libsysstat/Manifest | 1 + lxqt-base/libsysstat/libsysstat-0.4.4.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest index 3882ee96545..e29095f061f 100644 --- a/lxqt-base/libsysstat/Manifest +++ b/lxqt-base/libsysstat/Manifest @@ -1 +1,2 @@ DIST libsysstat-0.4.3.tar.xz 17520 BLAKE2B 2bb2a37e44e825a0c35ef371d41fead9301cf2f40504ce298d6a259df8b37e1c98728aa881c977ec1518108742dbc8a46ffabdf57ed89119241ebbfca695b1b6 SHA512 a34511e4f9fe1ed977ffc65b11948459922760f9a22b225d48d1c7cae9fc6c94b315c1394768f4c7b94ffc28c1267410c21ba55ff89e54976526ea1e5e4d7a56 +DIST libsysstat-0.4.4.tar.xz 17532 BLAKE2B d2f58ef95ef1bd139d174f2edcdebb3847df45c712c27f2bec5e0afdf4cf4c9b49a3996d8d28e27212b4d6866f505b87a58b0c72e8c4f31ad1c5a3632e8b130c SHA512 2d3545f6b3872dd48f9d4537352e6f8884cf10adca71625f75da7898a71c3100df996b6a3f8cd851d352347db5b82c67402172831179c574639c75dd35ed1d88 diff --git a/lxqt-base/libsysstat/libsysstat-0.4.4.ebuild b/lxqt-base/libsysstat/libsysstat-0.4.4.ebuild new file mode 100644 index 00000000000..15ab3b44f91 --- /dev/null +++ b/lxqt-base/libsysstat/libsysstat-0.4.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 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 ~x86" +fi + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.8.0" +DEPEND="dev-qt/qtcore:5" +RDEPEND="${DEPEND}"