public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bashtop/
@ 2020-07-21 18:53 Brian Dolbec
  0 siblings, 0 replies; 7+ messages in thread
From: Brian Dolbec @ 2020-07-21 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2905f6a4850e4dcf6c5c25dadb4b2aefd57a6cf7
Author:     zshzero <ashwinkumar3098 <AT> gmail <DOT> com>
AuthorDate: Thu May 14 06:45:33 2020 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> 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 <zshzero <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15787

Signed-off-by: Brian Dolbec <dolsen <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+   <maintainer type="person">
+        <email>zshzero@protonmail.com</email>
+        <name>Ashwin A Kumar</name>
+   </maintainer>
+   <maintainer type="person">
+        <email>dolsen@gentoo.org</email>
+        <name>Brian Dolbec</name>
+   </maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/bashtop/
@ 2020-07-27 18:34 Brian Dolbec
  0 siblings, 0 replies; 7+ messages in thread
From: Brian Dolbec @ 2020-07-27 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cad0f318b03f1c1d383b8b17f54e10b7070c1074
Author:     zshzero <ashwinkumar3098 <AT> gmail <DOT> com>
AuthorDate: Thu May 14 06:45:33 2020 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 18:33:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad0f318

sys-process/bashtop: Updated ebuild, bump to 0.9.25

Updated ebuild and fixed typo
Signed-off-by: Ashwin A Kumar <zshzero <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16823
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 sys-process/bashtop/Manifest                                       | 2 +-
 .../bashtop/{bashtop-0.9.23.ebuild => bashtop-0.9.25.ebuild}       | 7 +------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/sys-process/bashtop/Manifest b/sys-process/bashtop/Manifest
index 3d09e2ef1f4..297f4752bd4 100644
--- a/sys-process/bashtop/Manifest
+++ b/sys-process/bashtop/Manifest
@@ -1 +1 @@
-DIST bashtop-0.9.23.tar.gz 443555 BLAKE2B 138a77191e8c0d7c060ccaa65bc09465bf9a24f45bb08822b687ad8a6922fdee887e46f88b66b5e069ce025f66ac888feea979836978db58edfc2863535e450a SHA512 4c9fda09113e0551112ebff61f3cb93d9f17ddbe36b9c7621096f1656585bed6b0312b5ccdff7a8331ccd7b356c0e865fb40c7ba4a89946d77ca23b9fd65440d
+DIST bashtop-0.9.25.tar.gz 443776 BLAKE2B e778f7657a0502a47ed008d9a54514a7397fa3d2f04a3cac0f98faf67b0b183329f0a760121b0e1e7f7bc28a0ff37b43fe514a524eae81468c9cac573da249d2 SHA512 bd70c1e5b8876be38afe5987e60af0d59496532e6f0a87d2b3cd62c2a251fe627d0fac77e757f01979a6d20b43948860f0bcba4d8a1c54f8ef52d02ad4547a7f

diff --git a/sys-process/bashtop/bashtop-0.9.23.ebuild b/sys-process/bashtop/bashtop-0.9.25.ebuild
similarity index 84%
rename from sys-process/bashtop/bashtop-0.9.23.ebuild
rename to sys-process/bashtop/bashtop-0.9.25.ebuild
index cdca7f1c1cd..c92ad3eeb80 100644
--- a/sys-process/bashtop/bashtop-0.9.23.ebuild
+++ b/sys-process/bashtop/bashtop-0.9.25.ebuild
@@ -12,11 +12,6 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-DOCS=( README.md )
-
-DEPEND="${RDEPEND}"
-RDEPEND=""
 
 src_prepare() {
 	default
@@ -26,6 +21,6 @@ src_prepare() {
 
 pkg_postinst() {
 	optfeature "CPU Temperature support" sys-apps/lm-sensors
-	optfeature "Update news and Theme Downlaod feature" net-misc/curl
+	optfeature "Update news and Theme Download feature" net-misc/curl
 	optfeature "Disk Stats support" app-admin/sysstat
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/bashtop/
@ 2020-09-07  8:55 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2020-09-07  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a261629fe76dff73ee705ffc54a6e092e0a15e47
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 08:54:17 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 08:54:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a261629f

sys-process/bashtop: Inherit optfeature.eclass

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-process/bashtop/bashtop-0.9.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/bashtop/bashtop-0.9.25.ebuild b/sys-process/bashtop/bashtop-0.9.25.ebuild
index c92ad3eeb80..56058a7c8b0 100644
--- a/sys-process/bashtop/bashtop-0.9.25.ebuild
+++ b/sys-process/bashtop/bashtop-0.9.25.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils
+inherit optfeature
 
 DESCRIPTION="Resource monitor that shows usage and stats"
 HOMEPAGE="https://github.com/aristocratos/bashtop"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/bashtop/
@ 2021-10-16 14:57 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2021-10-16 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d0c19de2fdf747b2041f91844b7660829c8bee02
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 17:20:39 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 14:53:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c19de2

sys-process/bashtop: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 sys-process/bashtop/bashtop-0.9.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/bashtop/bashtop-0.9.25.ebuild b/sys-process/bashtop/bashtop-0.9.25.ebuild
index 56058a7c8b0..07166d23d85 100644
--- a/sys-process/bashtop/bashtop-0.9.25.ebuild
+++ b/sys-process/bashtop/bashtop-0.9.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/bashtop/
@ 2023-05-17  2:48 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-05-17  2:48 UTC (permalink / raw
  To: gentoo-commits

commit:     86d33d6bee466f91807bf37b39932eafc0582e8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 02:48:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 17 02:48:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d33d6b

sys-process/bashtop: Keyword 0.9.25 arm64, #906560

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/bashtop/bashtop-0.9.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/bashtop/bashtop-0.9.25.ebuild b/sys-process/bashtop/bashtop-0.9.25.ebuild
index 07166d23d85b..4c03f216f0f0 100644
--- a/sys-process/bashtop/bashtop-0.9.25.ebuild
+++ b/sys-process/bashtop/bashtop-0.9.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/bashtop/
@ 2023-05-17  2:49 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-05-17  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b2093ec3e5c52b8710466da1d8195b3bdefb2120
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 02:49:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 17 02:49:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2093ec3

sys-process/bashtop: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/bashtop/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-process/bashtop/metadata.xml b/sys-process/bashtop/metadata.xml
index 7f31363d0548..5d79712f6315 100644
--- a/sys-process/bashtop/metadata.xml
+++ b/sys-process/bashtop/metadata.xml
@@ -9,4 +9,7 @@
         <email>dolsen@gentoo.org</email>
         <name>Brian Dolbec</name>
    </maintainer>
+   <upstream>
+       <remote-id type="github">aristocratos/bashtop</remote-id>
+   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/bashtop/
@ 2024-02-14 10:39 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-02-14 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7a7d387c6b1600c23328afeac46eb022703c2b17
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 10:10:15 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 10:39:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7d387c

sys-process/bashtop: Remove inactive proxied maintainer

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-process/bashtop/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-process/bashtop/metadata.xml b/sys-process/bashtop/metadata.xml
index 936ee394997a..c6fef862b5a6 100644
--- a/sys-process/bashtop/metadata.xml
+++ b/sys-process/bashtop/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-   <maintainer type="person" proxied="yes">
-        <email>zshzero@protonmail.com</email>
-        <name>Ashwin A Kumar</name>
-   </maintainer>
+   <!-- maintainer-needed -->
    <upstream>
        <remote-id type="github">aristocratos/bashtop</remote-id>
    </upstream>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-14 10:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-07  8:55 [gentoo-commits] repo/gentoo:master commit in: sys-process/bashtop/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-02-14 10:39 Michał Górny
2023-05-17  2:49 Sam James
2023-05-17  2:48 Sam James
2021-10-16 14:57 Yixun Lan
2020-07-27 18:34 Brian Dolbec
2020-07-21 18:53 Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox