public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-shells/irregular/
@ 2024-03-18 23:04 Maciej Barć
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2024-03-18 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     cc03fc49668dc812edbb2e8ac4a31ad2b52d5c3b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 22:53:49 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 23:04:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc03fc49

app-shells/irregular: new package; add 0.7.8

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-shells/irregular/Manifest               |  1 +
 app-shells/irregular/irregular-0.7.8.ebuild | 34 +++++++++++++++++++++++++++++
 app-shells/irregular/metadata.xml           | 13 +++++++++++
 3 files changed, 48 insertions(+)

diff --git a/app-shells/irregular/Manifest b/app-shells/irregular/Manifest
new file mode 100644
index 000000000000..63b78861dd3b
--- /dev/null
+++ b/app-shells/irregular/Manifest
@@ -0,0 +1 @@
+DIST irregular-0.7.8.tar.gz 530657 BLAKE2B e6a350d3ba582bfcfd23a2ff8b3a992fa43a4dbd0fbf18eb9bdb1f5c76f8140c1d27b02cc6feb28bfe1c45be480f72ca8a592b0bb54efb529c78904a79f95019 SHA512 c4a2a8cfe202ec7222c038125b2fed4c58b6611e03bff836b3d90b7e0c6a932a4d00e430cd6212b43fa30e471c8ba8fdbcf0f43474f89c84078386f55575b635

diff --git a/app-shells/irregular/irregular-0.7.8.ebuild b/app-shells/irregular/irregular-0.7.8.ebuild
new file mode 100644
index 000000000000..fbaf088f26c5
--- /dev/null
+++ b/app-shells/irregular/irregular-0.7.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="PowerShell module that helps to understand, use, and build regular expressions"
+HOMEPAGE="https://irregular.start-automating.com/
+	https://github.com/StartAutomating/Irregular/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/StartAutomating/${PN^}.git"
+else
+	SRC_URI="https://github.com/StartAutomating/${PN^}/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}/${P^}"
+
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="${PV}"
+
+RDEPEND="virtual/pwsh:*"
+
+src_install() {
+	insinto "/usr/share/GentooPowerShell/Modules/${PN^}/${PV}"
+	doins "${PN^}.psd1"
+	doins *.ps1 *.ps1xml *.psm1
+	doins -r Formatting RegEx Types en-us
+
+	dodoc *.md
+}

diff --git a/app-shells/irregular/metadata.xml b/app-shells/irregular/metadata.xml
new file mode 100644
index 000000000000..57f0f430cade
--- /dev/null
+++ b/app-shells/irregular/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/StartAutomating/Irregular/issues/</bugs-to>
+    <remote-id type="github">StartAutomating/Irregular</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-shells/irregular/
@ 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:     54f95c3fddf389041351531b19c1cd0f331fa2a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 22:16:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 22:16:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f95c3f

app-shells/irregular: Stabilize 0.7.8 amd64, #930687

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/irregular/irregular-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/irregular/irregular-0.7.8.ebuild b/app-shells/irregular/irregular-0.7.8.ebuild
index fbaf088f26c5..352dd867fad1 100644
--- a/app-shells/irregular/irregular-0.7.8.ebuild
+++ b/app-shells/irregular/irregular-0.7.8.ebuild
@@ -16,7 +16,7 @@ else
 		-> ${P}.tar.gz"
 	S="${WORKDIR}/${P^}"
 
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 LICENSE="MIT"


^ 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/irregular/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-18 23:04 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox