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 5D5C3138359 for ; Tue, 21 Jul 2020 18:53:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 938C5E085A; Tue, 21 Jul 2020 18:53:31 +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 791F4E085A for ; Tue, 21 Jul 2020 18:53:31 +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 6551E34EDD4 for ; Tue, 21 Jul 2020 18:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0320253 for ; Tue, 21 Jul 2020 18:53:28 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1595357572.2905f6a4850e4dcf6c5c25dadb4b2aefd57a6cf7.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bashtop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/bashtop/Manifest sys-process/bashtop/bashtop-0.9.23.ebuild sys-process/bashtop/metadata.xml X-VCS-Directories: sys-process/bashtop/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 2905f6a4850e4dcf6c5c25dadb4b2aefd57a6cf7 X-VCS-Branch: master Date: Tue, 21 Jul 2020 18:53:28 +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: 50f17f62-3341-49f2-9024-f6a115302a9b X-Archives-Hash: 4f05adccd2fe3ed50365bc73073eb4f8 commit: 2905f6a4850e4dcf6c5c25dadb4b2aefd57a6cf7 Author: zshzero gmail com> AuthorDate: Thu May 14 06:45:33 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Jul 21 18:52:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2905f6a4 sys-process/bashtop: New package New package for resource monitor Signed-off-by: Ashwin A Kumar protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/15787 Signed-off-by: Brian Dolbec gentoo.org> sys-process/bashtop/Manifest | 1 + sys-process/bashtop/bashtop-0.9.23.ebuild | 31 +++++++++++++++++++++++++++++++ sys-process/bashtop/metadata.xml | 13 +++++++++++++ 3 files changed, 45 insertions(+) diff --git a/sys-process/bashtop/Manifest b/sys-process/bashtop/Manifest new file mode 100644 index 00000000000..3d09e2ef1f4 --- /dev/null +++ b/sys-process/bashtop/Manifest @@ -0,0 +1 @@ +DIST bashtop-0.9.23.tar.gz 443555 BLAKE2B 138a77191e8c0d7c060ccaa65bc09465bf9a24f45bb08822b687ad8a6922fdee887e46f88b66b5e069ce025f66ac888feea979836978db58edfc2863535e450a SHA512 4c9fda09113e0551112ebff61f3cb93d9f17ddbe36b9c7621096f1656585bed6b0312b5ccdff7a8331ccd7b356c0e865fb40c7ba4a89946d77ca23b9fd65440d diff --git a/sys-process/bashtop/bashtop-0.9.23.ebuild b/sys-process/bashtop/bashtop-0.9.23.ebuild new file mode 100644 index 00000000000..cdca7f1c1cd --- /dev/null +++ b/sys-process/bashtop/bashtop-0.9.23.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils + +DESCRIPTION="Resource monitor that shows usage and stats" +HOMEPAGE="https://github.com/aristocratos/bashtop" +SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DOCS=( README.md ) + +DEPEND="${RDEPEND}" +RDEPEND="" + +src_prepare() { + default + sed -i -e 's/local//g' Makefile || die "Editing path failed" + sed -i -e '/DOCDIR/d' Makefile || die "Removing doc folder failed" +} + +pkg_postinst() { + optfeature "CPU Temperature support" sys-apps/lm-sensors + optfeature "Update news and Theme Downlaod feature" net-misc/curl + optfeature "Disk Stats support" app-admin/sysstat +} diff --git a/sys-process/bashtop/metadata.xml b/sys-process/bashtop/metadata.xml new file mode 100644 index 00000000000..27c5d47a6d3 --- /dev/null +++ b/sys-process/bashtop/metadata.xml @@ -0,0 +1,13 @@ + + + + + + zshzero@protonmail.com + Ashwin A Kumar + + + dolsen@gentoo.org + Brian Dolbec + +