* [gentoo-commits] repo/gentoo:master commit in: app-shells/linuxinfo/
@ 2023-12-27 21:52 Maciej Barć
0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-12-27 21:52 UTC (permalink / raw
To: gentoo-commits
commit: 2704799fc4625fd5d56b5c46f3de2bce79b77c20
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 21:27:40 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 21:52:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2704799f
app-shells/linuxinfo: new package; add 0.0.8
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-shells/linuxinfo/Manifest | 1 +
app-shells/linuxinfo/linuxinfo-0.0.8.ebuild | 32 +++++++++++++++++++++++++++++
app-shells/linuxinfo/metadata.xml | 13 ++++++++++++
3 files changed, 46 insertions(+)
diff --git a/app-shells/linuxinfo/Manifest b/app-shells/linuxinfo/Manifest
new file mode 100644
index 000000000000..27d256439ae2
--- /dev/null
+++ b/app-shells/linuxinfo/Manifest
@@ -0,0 +1 @@
+DIST linuxinfo-0.0.8.zip 15954 BLAKE2B b747617d21954db515c4708675b8dcc18d1df17263b20452cb52536a5b2435018c4dc3ea3783054fca97c11501f511e523a423ed4b5c5475adaab91817139864 SHA512 0ff6e6a3a8ed4a654abec646a900dd1f96bf128ab9ee35a6ab8165e6f2fe97d051666e794fd5e2541cb6b3e37008afa2e0e5d563e096e1a1b8465a14c59611f6
diff --git a/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild b/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild
new file mode 100644
index 000000000000..a09d370edb7e
--- /dev/null
+++ b/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Get useful linux system information using PowerShell"
+HOMEPAGE="https://github.com/ehmiiz/linuxinfo/"
+SRC_URI="https://www.powershellgallery.com/api/v2/package/${PN}/${PV}
+ -> ${P}.zip"
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ virtual/pwsh:*
+"
+BDEPEND="
+ app-arch/unzip
+"
+
+src_prepare() {
+ default
+
+ rm -f -r '[Content_Types].xml' _rels package || die
+}
+
+src_install() {
+ insinto "/usr/share/GentooPowerShell/Modules/${PN}/${PV}"
+ doins -r .
+}
diff --git a/app-shells/linuxinfo/metadata.xml b/app-shells/linuxinfo/metadata.xml
new file mode 100644
index 000000000000..9614814dfe0a
--- /dev/null
+++ b/app-shells/linuxinfo/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="project">
+ <email>dotnet@gentoo.org</email>
+ <name>Gentoo Dotnet Project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://gitlab.com/ehmiiz/linuxinfo/issues/</bugs-to>
+ <remote-id type="github">ehmiiz/linuxinfo</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/linuxinfo/
@ 2024-04-25 22:18 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-04-25 22:18 UTC (permalink / raw
To: gentoo-commits
commit: 834fd0a8279bef782d2413bb2bab96185ef3a880
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 22:16:55 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 22:16:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834fd0a8
app-shells/linuxinfo: Stabilize 0.0.8 amd64, #930687
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/linuxinfo/linuxinfo-0.0.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild b/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild
index a09d370edb7e..d7c70a163979 100644
--- a/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild
+++ b/app-shells/linuxinfo/linuxinfo-0.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ S="${WORKDIR}"
LICENSE="MIT"
SLOT="${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
virtual/pwsh:*
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/linuxinfo/
@ 2025-09-21 14:48 Maciej Barć
0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2025-09-21 14:48 UTC (permalink / raw
To: gentoo-commits
commit: f559b78b535749fffbcebfaed5e3e1e06fdb55d5
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 12:30:33 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 14:48:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f559b78b
app-shells/linuxinfo: bump to 1.1.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-shells/linuxinfo/Manifest | 1 +
app-shells/linuxinfo/linuxinfo-1.1.0.ebuild | 32 +++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/app-shells/linuxinfo/Manifest b/app-shells/linuxinfo/Manifest
index 27d256439ae2..8c7778e584dd 100644
--- a/app-shells/linuxinfo/Manifest
+++ b/app-shells/linuxinfo/Manifest
@@ -1 +1,2 @@
DIST linuxinfo-0.0.8.zip 15954 BLAKE2B b747617d21954db515c4708675b8dcc18d1df17263b20452cb52536a5b2435018c4dc3ea3783054fca97c11501f511e523a423ed4b5c5475adaab91817139864 SHA512 0ff6e6a3a8ed4a654abec646a900dd1f96bf128ab9ee35a6ab8165e6f2fe97d051666e794fd5e2541cb6b3e37008afa2e0e5d563e096e1a1b8465a14c59611f6
+DIST linuxinfo-1.1.0.zip 26078 BLAKE2B d6ffd17daf938b657a8eed0e914e6948b30c24c1395bb07f4702a25bc08430590584903b98e894dac872cb12e80c373adb664184a376eb7f0ce0d5d97d44b47e SHA512 1d1cfb6855e118b857adef1c3e44dc189415bfd1b13a453a2cfe8a210a51e533b087fa06d654ca3d31d4be3d4242e06702c613416fdb7afb1e88ac139eb53c97
diff --git a/app-shells/linuxinfo/linuxinfo-1.1.0.ebuild b/app-shells/linuxinfo/linuxinfo-1.1.0.ebuild
new file mode 100644
index 000000000000..e3b2a0122fe1
--- /dev/null
+++ b/app-shells/linuxinfo/linuxinfo-1.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Get useful linux system information using PowerShell"
+HOMEPAGE="https://github.com/ehmiiz/linuxinfo/"
+SRC_URI="https://www.powershellgallery.com/api/v2/package/${PN}/${PV}
+ -> ${P}.zip"
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ virtual/pwsh:*
+"
+BDEPEND="
+ app-arch/unzip
+"
+
+src_prepare() {
+ default
+
+ rm -f -r '[Content_Types].xml' _rels package || die
+}
+
+src_install() {
+ insinto "/usr/share/GentooPowerShell/Modules/${PN}/${PV}"
+ doins -r .
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-21 14:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-27 21:52 [gentoo-commits] repo/gentoo:master commit in: app-shells/linuxinfo/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2024-04-25 22:18 Sam James
2025-09-21 14:48 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox