* [gentoo-commits] repo/gentoo:master commit in: app-shells/posh-z/
@ 2023-10-07 14:57 Maciej Barć
0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2023-10-07 14:57 UTC (permalink / raw
To: gentoo-commits
commit: 3f0437c63fa12e02afd34880091c3408c2eecef0
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 14:24:27 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 14:57:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0437c6
app-shells/posh-z: new package; add 1.1.12_p20230811
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-shells/posh-z/Manifest | 1 +
app-shells/posh-z/metadata.xml | 13 +++++++
app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild | 43 ++++++++++++++++++++++++
3 files changed, 57 insertions(+)
diff --git a/app-shells/posh-z/Manifest b/app-shells/posh-z/Manifest
new file mode 100644
index 000000000000..eb10bef7dd4d
--- /dev/null
+++ b/app-shells/posh-z/Manifest
@@ -0,0 +1 @@
+DIST posh-z-1.1.12_p20230811.tar.gz 290155 BLAKE2B 227d14c947daf121d013e4ad020a80935c87fd198e57e486d0f3598ef9c7d72d660e61b9576fecc6635226a47388d2eb9ea785762436fd177a74eeb867ad4095 SHA512 91d2173205ef5d27e9385ed5a09e6809be284488e69e4d6ca85019cdf0abfac26aaa01765c52eaee85aacd367982510bad5b3881ca3679f2e8ba19101db3cd50
diff --git a/app-shells/posh-z/metadata.xml b/app-shells/posh-z/metadata.xml
new file mode 100644
index 000000000000..b3ffc98a0269
--- /dev/null
+++ b/app-shells/posh-z/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/badmotorfinger/z/issues/</bugs-to>
+ <remote-id type="github">badmotorfinger/z</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild b/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild
new file mode 100644
index 000000000000..9992bd48a310
--- /dev/null
+++ b/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Quickly navigate the file system based on your cd history"
+HOMEPAGE="https://github.com/badmotorfinger/z/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/badmotorfinger/z.git"
+else
+ if [[ "${PV}" == *_p20230811 ]] ; then
+ COMMIT="ca1c8d9f004eede2ba907da199bde542d9eff344"
+
+ SRC_URI="https://github.com/badmotorfinger/z/archive/${COMMIT}.tar.gz
+ -> ${P}.tar.gz"
+ S="${WORKDIR}/z-${COMMIT}"
+ else
+ SRC_URI="https://github.com/badmotorfinger/z/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ S="${WORKDIR}/z-${PV}"
+ fi
+
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="public-domain"
+SLOT="${PV%%_p*}"
+
+RDEPEND="virtual/pwsh:*"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ insinto "/usr/share/GentooPowerShell/Modules/z/${SLOT}"
+ doins z.*
+
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/posh-z/
@ 2024-04-25 22:18 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-04-25 22:18 UTC (permalink / raw
To: gentoo-commits
commit: 0a079153fcf1a27a75aa118babbad63d9ce07df0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 22:16:59 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 22:16:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a079153
app-shells/posh-z: Stabilize 1.1.12_p20230811 amd64, #930687
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild b/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild
index 9992bd48a310..dea56695dbfa 100644
--- a/app-shells/posh-z/posh-z-1.1.12_p20230811.ebuild
+++ b/app-shells/posh-z/posh-z-1.1.12_p20230811.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
@@ -23,7 +23,7 @@ else
S="${WORKDIR}/z-${PV}"
fi
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
fi
LICENSE="public-domain"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-25 22:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-25 22:18 [gentoo-commits] repo/gentoo:master commit in: app-shells/posh-z/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-10-07 14:57 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox