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 0CF8D1382C5 for ; Sun, 18 Apr 2021 05:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B410CE0788; Sun, 18 Apr 2021 05:09:22 +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 D8EECE07D8 for ; Sun, 18 Apr 2021 05:09:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C214340D87 for ; Sun, 18 Apr 2021 05:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D5A35C9 for ; Sun, 18 Apr 2021 05:09:18 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1618722033.5f56b358afda79abb06473ff74c4fce68be09216.juippis@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.5.ebuild X-VCS-Directories: lxqt-base/libsysstat/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5f56b358afda79abb06473ff74c4fce68be09216 X-VCS-Branch: master Date: Sun, 18 Apr 2021 05:09:18 +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: 68c07f93-d823-4bf9-8c11-fb9a7ddb72d9 X-Archives-Hash: ae0652360ed8fa3e1d1f5522b2f39f02 commit: 5f56b358afda79abb06473ff74c4fce68be09216 Author: Jimi Huotari gentoo org> AuthorDate: Fri Apr 16 16:30:58 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Apr 18 05:00:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f56b358 lxqt-base/libsysstat: add version 0.4.5 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> Signed-off-by: Joonas Niilola gentoo.org> lxqt-base/libsysstat/Manifest | 1 + lxqt-base/libsysstat/libsysstat-0.4.5.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest index 95ac64749bd..afbb2f6b7e5 100644 --- a/lxqt-base/libsysstat/Manifest +++ b/lxqt-base/libsysstat/Manifest @@ -1 +1,2 @@ DIST libsysstat-0.4.4.tar.xz 17532 BLAKE2B d2f58ef95ef1bd139d174f2edcdebb3847df45c712c27f2bec5e0afdf4cf4c9b49a3996d8d28e27212b4d6866f505b87a58b0c72e8c4f31ad1c5a3632e8b130c SHA512 2d3545f6b3872dd48f9d4537352e6f8884cf10adca71625f75da7898a71c3100df996b6a3f8cd851d352347db5b82c67402172831179c574639c75dd35ed1d88 +DIST libsysstat-0.4.5.tar.xz 17744 BLAKE2B 5739b57960b1169be3a16fe77aeaf5c43542d545a3a3195f4f3c4d9514d575744c95231052abe7d8afd0adffd0a0465bc7f4e338022664018e179b03480d4158 SHA512 1b9091b783e32aeb258bef0e7ea070456f577a42fc5052ebf215dccb195f51c34ae7c2e6178e4eaf12200c5155c53699c2dbfe2a1f7c0c35d06c04275455ed09 diff --git a/lxqt-base/libsysstat/libsysstat-0.4.5.ebuild b/lxqt-base/libsysstat/libsysstat-0.4.5.ebuild new file mode 100644 index 00000000000..8ef502bd559 --- /dev/null +++ b/lxqt-base/libsysstat/libsysstat-0.4.5.ebuild @@ -0,0 +1,24 @@ +# 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 ~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}"