commit: 79a70422d9fa30b49b0463ab8785935888b817e5
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Mon Dec 8 20:56:04 2025 +0000
Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Mon Dec 8 21:08:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79a70422
app-misc/pfetch: correct metadata, drop *, add 1.9.4
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
app-misc/pfetch/Manifest | 3 +--
app-misc/pfetch/metadata.xml | 9 +++++----
app-misc/pfetch/pfetch-0.6.0.ebuild | 16 ----------------
.../pfetch/{pfetch-1.3.0.ebuild => pfetch-1.9.4.ebuild} | 7 ++++---
4 files changed, 10 insertions(+), 25 deletions(-)
diff --git a/app-misc/pfetch/Manifest b/app-misc/pfetch/Manifest
index a8ecc49563..d2a6d4ec39 100644
--- a/app-misc/pfetch/Manifest
+++ b/app-misc/pfetch/Manifest
@@ -1,2 +1 @@
-DIST pfetch-0.6.0.tar.gz 17431 BLAKE2B
300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3
SHA512
868901bec6ae8999ad40fcb94bdf804969a3dfd724dc554d62f59982daf48d359094764b2e45d4816983d4f46e38de30f0bcb646ecd95bf3263ba128b87a1ddf
-DIST pfetch-1.3.0.tar.gz 23569 BLAKE2B
a5ee24674d9fd2c6877124e37c8db10a264fed5a45267bfc728b17412ad525b9761b3fce355bb41fcd30c1508223b09782ae8c770bb64a0d5c31e6ccd63d7799
SHA512
93571c77868340e5b7a4583ac79a2118f25dfdc802ebeac2d94dc9249ff5af257197a3f570f53e3d6e38b05c62837b57a820b40a681de0b2a628f41d2c452181
+DIST pfetch-1.9.4.tar.gz 26272 BLAKE2B
aa23bf67a9205e3879ab62df0c2e7aed28f3d37e2c807796434ddc2ac9e3f114d717ddfde3f13d119f18e18ea7007a677debcefb380ab4ccc98cbd63161d72a4
SHA512
6eedfa9ae19c0c3a2b20396d996432fa2c3dba5cb5f0e63af27189d4228c582cd7caef73d8342841f699c891927b1569e6c33fc7b0891616e8a759e23a33ba4f
diff --git a/app-misc/pfetch/metadata.xml b/app-misc/pfetch/metadata.xml
index a72f6ec395..abd44790d7 100644
--- a/app-misc/pfetch/metadata.xml
+++ b/app-misc/pfetch/metadata.xml
@@ -10,12 +10,13 @@
<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.
+ 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).
</longdescription>
<upstream>
- <bugs-to>https://github.com/dylanaraps/pfetch/issues</bugs-to>
- <remote-id type="github">dylanaraps/pfetch</remote-id>
+ <bugs-to>https://github.com/Un1q32/pfetch/issues</bugs-to>
+ <remote-id type="github">Un1q32/pfetch</remote-id>
</upstream>
</pkgmetadata>
diff --git a/app-misc/pfetch/pfetch-0.6.0.ebuild
b/app-misc/pfetch/pfetch-0.6.0.ebuild
deleted file mode 100644
index f9555724d7..0000000000
--- a/app-misc/pfetch/pfetch-0.6.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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"
-SRC_URI="https://github.com/dylanaraps/pfetch/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-src_install() {
- dobin "${PN}"
-}
diff --git a/app-misc/pfetch/pfetch-1.3.0.ebuild
b/app-misc/pfetch/pfetch-1.9.4.ebuild
similarity index 73%
rename from app-misc/pfetch/pfetch-1.3.0.ebuild
rename to app-misc/pfetch/pfetch-1.9.4.ebuild
index fe5a0a13ba..308725d217 100644
--- a/app-misc/pfetch/pfetch-1.3.0.ebuild
+++ b/app-misc/pfetch/pfetch-1.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,8 +9,9 @@
SRC_URI="https://github.com/Un1q32/pfetch/archive/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64"
src_install() {
- dobin "${PN}"
+ emake PREFIX=/usr DESTDIR="${D}" install
+ dodoc README*
}