* [gentoo-commits] repo/proj/guru:master commit in: app-misc/cpufetch/
@ 2021-04-24 23:19 Theo Anderson
0 siblings, 0 replies; 3+ messages in thread
From: Theo Anderson @ 2021-04-24 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 89308c6a370e07097d6d49e73b76a42027cf08e9
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 21 20:29:47 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Apr 24 18:51:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89308c6a
app-misc/cpufetch: use tcgetcc
Closes: https://bugs.gentoo.org/784827
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild b/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild
index a51f7908d..6f68bb6dd 100644
--- a/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild
+++ b/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
COMMIT="8f2f3d3a1652b87162f763a88a5070cf25c2e6d7"
DESCRIPTION="Simplistic yet fancy CPU architecture fetching tool"
HOMEPAGE="https://github.com/Dr-Noob/cpufetch"
@@ -14,6 +16,11 @@ KEYWORDS="~amd64"
PATCHES=( "${FILESDIR}/makefile-${PV}.patch" )
S="${WORKDIR}/${PN}-${COMMIT}"
+src_prepare() {
+ default
+ export CC=$(tc-getCC)
+}
+
src_install() {
dobin "${PN}"
doman "${PN}.8"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/cpufetch/
@ 2023-05-27 6:10 Viorel Munteanu
0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2023-05-27 6:10 UTC (permalink / raw
To: gentoo-commits
commit: 886939745e3ed20c77edf0eef0b691918519da24
Author: Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Sat May 27 02:11:50 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 27 02:11:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88693974
app-misc/cpufetch: add 1.04
Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>
app-misc/cpufetch/Manifest | 1 +
app-misc/cpufetch/cpufetch-1.04.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-misc/cpufetch/Manifest b/app-misc/cpufetch/Manifest
index 2cd52201d..bfe51ce66 100644
--- a/app-misc/cpufetch/Manifest
+++ b/app-misc/cpufetch/Manifest
@@ -1,2 +1,3 @@
DIST cpufetch-1.01.tar.gz 2759620 BLAKE2B 4d16cc0b1be94706b3e5d9481a2846d8c90807b792212389e7159739952d8df3f3cc02f6e828e53fe17a51ecba4370a273c5152c0af237fa0cededac88c76e3f SHA512 069580b6dd548af394c28b74af72b2979be16a69879c51c42e2f26611ea8bf78412bedb6bbc6ddbfd2f98f8b26f930cc2d8afcc81e4d6494c382cfec9de771c1
DIST cpufetch-1.02.tar.gz 2767499 BLAKE2B 041ac6ac304faa6fb2cc71fb4841d8e9a263d57ae6b79e0d6cdcf5149fd6bf0e89135f9f7eeaf25681d4a4ad73861d2eb45883cee1626b0cfa1bc21957110e44 SHA512 b548af4dccd632c2899a3b0fd70e67f7abdc4bd66371927876c851168d0df47e23bd8f798d82509b83b268c50b0e9a6697a56f6fcf7772711108e2538cd1c09a
+DIST cpufetch-1.04.tar.gz 2779927 BLAKE2B 9e8a5f205344cfadf4893a2d4bd1564267ca21f1a14e5b7c99be6eaf519aca13bee0086ee8db6b584a86324b79e8496704c92850b4f7069fc4a749acaa91c8a6 SHA512 06c41439f033309ef31eafe576fb797d9f68900026ec2e01545a0ace0abdeb9dfa19865fe3aa3ab5f40ea1a5fb70ea672e114d5e65257ac04aa28a42acfdfb45
diff --git a/app-misc/cpufetch/cpufetch-1.04.ebuild b/app-misc/cpufetch/cpufetch-1.04.ebuild
new file mode 100644
index 000000000..03e235a57
--- /dev/null
+++ b/app-misc/cpufetch/cpufetch-1.04.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Simplistic yet fancy CPU architecture fetching tool"
+HOMEPAGE="https://github.com/Dr-Noob/cpufetch"
+SRC_URI="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ default
+ tc-export CC
+}
+
+src_install() {
+ dobin "${PN}"
+ doman "${PN}.1"
+ newdoc README.md README
+ dodoc -r doc/.
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/cpufetch/
2024-01-20 22:07 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2024-01-20 22:13 ` David Roman
0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-01-20 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 823f5d3631005c630b9f5e2609c4ddf9823851b0
Author: pkubaj <pkubaj <AT> anongoth <DOT> pl>
AuthorDate: Sat Jan 20 00:02:42 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 20 22:04:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=823f5d36
app-misc/cpufetch: add ~arm64 and ~ppc64 keywords
Works fine on both.
Closes: https://github.com/gentoo/guru/pull/126
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-misc/cpufetch/cpufetch-1.04.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/cpufetch/cpufetch-1.04.ebuild b/app-misc/cpufetch/cpufetch-1.04.ebuild
index 03e235a571..2a0c1f12c9 100644
--- a/app-misc/cpufetch/cpufetch-1.04.ebuild
+++ b/app-misc/cpufetch/cpufetch-1.04.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${PV}"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-20 22:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-27 6:10 [gentoo-commits] repo/proj/guru:master commit in: app-misc/cpufetch/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2024-01-20 22:07 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-20 22:13 ` [gentoo-commits] repo/proj/guru:master " David Roman
2021-04-24 23:19 Theo Anderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox