* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/pfetch/
@ 2020-04-19 17:45 Mathieu Tortuyaux
0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Tortuyaux @ 2020-04-19 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 6f3aef0ce665c08e682cbf4ea2b9d6e188509db5
Author: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
AuthorDate: Sun Apr 19 17:39:51 2020 +0000
Commit: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
CommitDate: Sun Apr 19 17:39:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f3aef0c
app-misc/pfetch: add new package
a pretty system information tool written in POSIX sh
Package-Manager: Portage-2.3.89, Repoman 2.3.20
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail.com>
app-misc/pfetch/Manifest | 1 +
app-misc/pfetch/metadata.xml | 16 ++++++++++++++++
app-misc/pfetch/pfetch-0.6.0.ebuild | 17 +++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/app-misc/pfetch/Manifest b/app-misc/pfetch/Manifest
new file mode 100644
index 0000000..de3d5b9
--- /dev/null
+++ b/app-misc/pfetch/Manifest
@@ -0,0 +1 @@
+DIST pfetch-0.6.0.tar.gz 17431 BLAKE2B 300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3 SHA512 868901bec6ae8999ad40fcb94bdf804969a3dfd724dc554d62f59982daf48d359094764b2e45d4816983d4f46e38de30f0bcb646ecd95bf3263ba128b87a1ddf
diff --git a/app-misc/pfetch/metadata.xml b/app-misc/pfetch/metadata.xml
new file mode 100644
index 0000000..9ee4ccd
--- /dev/null
+++ b/app-misc/pfetch/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mathieu.tortuyaux@gmail.com</email>
+ <name>Mathieu Tortuyaux</name>
+ </maintainer>
+ <longdescription lang="en">
+The goal of this project is to implement a simple system information tool in POSIX sh using features built into the language itself (where possible).
+The source code is highly documented and I hope it will act as a learning resource for POSIX sh and simple information detection across various different operating systems.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/dylanaraps/pfetch/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
+
diff --git a/app-misc/pfetch/pfetch-0.6.0.ebuild b/app-misc/pfetch/pfetch-0.6.0.ebuild
new file mode 100644
index 0000000..fa181e2
--- /dev/null
+++ b/app-misc/pfetch/pfetch-0.6.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A pretty system information tool written in POSIX sh"
+HOMEPAGE="https://github.com/dylanaraps/pfetch"
+
+KEYWORDS="~amd64 ~x86"
+SRC_URI="https://github.com/dylanaraps/pfetch/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+
+src_install() {
+ dobin "${PN}"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/pfetch/
@ 2023-05-27 17:02 Rahul Sandhu
0 siblings, 0 replies; 4+ messages in thread
From: Rahul Sandhu @ 2023-05-27 17:02 UTC (permalink / raw
To: gentoo-commits
commit: 43fde311ac7c25b0ed5206cd6b148384d94af032
Author: Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Sat May 27 17:02:20 2023 +0000
Commit: Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
CommitDate: Sat May 27 17:02:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43fde311
app-misc/pfetch: add github upstream metadata
Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>
app-misc/pfetch/metadata.xml | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/app-misc/pfetch/metadata.xml b/app-misc/pfetch/metadata.xml
index e20c27c00..24f9e6285 100644
--- a/app-misc/pfetch/metadata.xml
+++ b/app-misc/pfetch/metadata.xml
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mathieu.tortuyaux@gmail.com</email>
- <name>Mathieu Tortuyaux</name>
- </maintainer>
- <longdescription lang="en">
-The goal of this project is to implement a simple system information tool in POSIX sh using features built into the language itself (where possible).
-The source code is highly documented and I hope it will act as a learning resource for POSIX sh and simple information detection across various different operating systems.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/dylanaraps/pfetch/issues</bugs-to>
- </upstream>
+ <maintainer type="person">
+ <email>mathieu.tortuyaux@gmail.com</email>
+ <name>Mathieu Tortuyaux</name>
+ </maintainer>
+ <longdescription lang="en">
+ The goal of this project is to implement a simple system information tool in POSIX sh using features built into the language itself (where possible).
+ The source code is highly documented and I hope it will act as a learning resource for POSIX sh and simple information detection across various different operating systems.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/dylanaraps/pfetch/issues</bugs-to>
+ <remote-id type="github">dylanaraps/pfetch</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/pfetch/
@ 2024-02-12 23:35 Piotr Kubaj
0 siblings, 0 replies; 4+ messages in thread
From: Piotr Kubaj @ 2024-02-12 23:35 UTC (permalink / raw
To: gentoo-commits
commit: 1e51b0b1ee65e1fed1caf42a2901bc654e0ab600
Author: Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
AuthorDate: Mon Feb 12 23:32:32 2024 +0000
Commit: Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
CommitDate: Mon Feb 12 23:33:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e51b0b1
app-misc/pfetch: keyword 0.6.0 for ~arm64
Signed-off-by: Piotr Kubaj <pkubaj <AT> anongoth.pl>
app-misc/pfetch/pfetch-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/pfetch/pfetch-0.6.0.ebuild b/app-misc/pfetch/pfetch-0.6.0.ebuild
index fa181e29ca..b9c7582b9d 100644
--- a/app-misc/pfetch/pfetch-0.6.0.ebuild
+++ b/app-misc/pfetch/pfetch-0.6.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A pretty system information tool written in POSIX sh"
HOMEPAGE="https://github.com/dylanaraps/pfetch"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
SRC_URI="https://github.com/dylanaraps/pfetch/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/pfetch/
@ 2024-08-04 6:06 Daichi Yamamoto
0 siblings, 0 replies; 4+ messages in thread
From: Daichi Yamamoto @ 2024-08-04 6:06 UTC (permalink / raw
To: gentoo-commits
commit: 91cb3cae527d08744e59bb8641351f7bba2823b7
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sun Aug 4 06:06:22 2024 +0000
Commit: Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Sun Aug 4 06:06:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91cb3cae
app-misc/pfetch: add myself as a maintainer
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
app-misc/pfetch/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-misc/pfetch/metadata.xml b/app-misc/pfetch/metadata.xml
index 24f9e6285..a72f6ec39 100644
--- a/app-misc/pfetch/metadata.xml
+++ b/app-misc/pfetch/metadata.xml
@@ -5,6 +5,10 @@
<email>mathieu.tortuyaux@gmail.com</email>
<name>Mathieu Tortuyaux</name>
</maintainer>
+ <maintainer type="person">
+ <email>dev@dyama.net</email>
+ <name>Daichi Yamamoto</name>
+ </maintainer>
<longdescription lang="en">
The goal of this project is to implement a simple system information tool in POSIX sh using features built into the language itself (where possible).
The source code is highly documented and I hope it will act as a learning resource for POSIX sh and simple information detection across various different operating systems.
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-04 6:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-19 17:45 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/pfetch/ Mathieu Tortuyaux
-- strict thread matches above, loose matches on Subject: below --
2023-05-27 17:02 Rahul Sandhu
2024-02-12 23:35 Piotr Kubaj
2024-08-04 6:06 Daichi Yamamoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox