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

commit:     64ac9cead26c44d1713167bbe0234308a13ac5d6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 23:02:59 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=64ac9cea

app-shells/ugit: new package; add 0.4.3

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

 app-shells/ugit/Manifest          |  1 +
 app-shells/ugit/metadata.xml      | 13 +++++++++++++
 app-shells/ugit/ugit-0.4.3.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/app-shells/ugit/Manifest b/app-shells/ugit/Manifest
new file mode 100644
index 000000000000..d42781180b14
--- /dev/null
+++ b/app-shells/ugit/Manifest
@@ -0,0 +1 @@
+DIST ugit-0.4.3.tar.gz 105253 BLAKE2B c1d38fc005a2e577923b57eca1290add3742153155618dff7d88ebe41faeea0a0046da87f89f6bcf675c61e9f5125a840bb690ce6ade4f0f080db4326bb9ec20 SHA512 9ea573029cd3191809a5da60a1533f5f026c1facc9da74a957a166129ba92ba92b4076de2654cc90dfd66563d2858bb25f43d8a3be92404776ce049aed2f6c93

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

diff --git a/app-shells/ugit/ugit-0.4.3.ebuild b/app-shells/ugit/ugit-0.4.3.ebuild
new file mode 100644
index 000000000000..f321df3b91f8
--- /dev/null
+++ b/app-shells/ugit/ugit-0.4.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="PowerShell wrapper for git, automate repos and output git as objects"
+HOMEPAGE="https://ugit.start-automating.com/
+	https://github.com/StartAutomating/ugit/"
+
+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"
+
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="${PV}"
+
+RDEPEND="
+	dev-vcs/git
+	virtual/pwsh:*
+"
+
+src_install() {
+	insinto "/usr/share/GentooPowerShell/Modules/${PN}/${PV}"
+	doins "${PN}.psd1"
+	doins *.ps1 *.ps1xml *.psm1
+	doins -r Commands Extensions Types en-us
+
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ugit/
@ 2024-04-25 21:03 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-04-25 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     9fc1440e59daaf23ed781c232b397759cd2f1188
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 20:41:58 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 21:03:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc1440e

app-shells/ugit: bump to 0.4.4

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

 app-shells/ugit/Manifest          |  1 +
 app-shells/ugit/ugit-0.4.4.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-shells/ugit/Manifest b/app-shells/ugit/Manifest
index d42781180b14..63438f451618 100644
--- a/app-shells/ugit/Manifest
+++ b/app-shells/ugit/Manifest
@@ -1 +1,2 @@
 DIST ugit-0.4.3.tar.gz 105253 BLAKE2B c1d38fc005a2e577923b57eca1290add3742153155618dff7d88ebe41faeea0a0046da87f89f6bcf675c61e9f5125a840bb690ce6ade4f0f080db4326bb9ec20 SHA512 9ea573029cd3191809a5da60a1533f5f026c1facc9da74a957a166129ba92ba92b4076de2654cc90dfd66563d2858bb25f43d8a3be92404776ce049aed2f6c93
+DIST ugit-0.4.4.tar.gz 149708 BLAKE2B 5cc59d36c0647f472cbb4787cca400684d0dcb1ead476a733aa3fed49b5bf4392d33c206aae912f6e67af6bbe8732f9bfd6870b6c0a6c14b6cebcc2cadb0a2a1 SHA512 a01ba28186c68671817e71b0cc33f191cc22abea9c8ceedc881de573bfdc8c13c81ec4fb03e964be2e39b84a32dfeee61c6d11e7595b8e8fa50912b117f41e77

diff --git a/app-shells/ugit/ugit-0.4.4.ebuild b/app-shells/ugit/ugit-0.4.4.ebuild
new file mode 100644
index 000000000000..f321df3b91f8
--- /dev/null
+++ b/app-shells/ugit/ugit-0.4.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="PowerShell wrapper for git, automate repos and output git as objects"
+HOMEPAGE="https://ugit.start-automating.com/
+	https://github.com/StartAutomating/ugit/"
+
+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"
+
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="${PV}"
+
+RDEPEND="
+	dev-vcs/git
+	virtual/pwsh:*
+"
+
+src_install() {
+	insinto "/usr/share/GentooPowerShell/Modules/${PN}/${PV}"
+	doins "${PN}.psd1"
+	doins *.ps1 *.ps1xml *.psm1
+	doins -r Commands Extensions Types en-us
+
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ugit/
@ 2024-04-25 22:18 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-04-25 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     bc4be8e4e6229b4f76f0b84740165077c5db26ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 22:17:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 22:17:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4be8e4

app-shells/ugit: Stabilize 0.4.3 amd64, #930687

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

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

diff --git a/app-shells/ugit/ugit-0.4.3.ebuild b/app-shells/ugit/ugit-0.4.3.ebuild
index f321df3b91f8..bfafac8a3586 100644
--- a/app-shells/ugit/ugit-0.4.3.ebuild
+++ b/app-shells/ugit/ugit-0.4.3.ebuild
@@ -15,7 +15,7 @@ else
 	SRC_URI="https://github.com/StartAutomating/${PN}/archive/refs/tags/v${PV}.tar.gz
 		-> ${P}.tar.gz"
 
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ugit/
@ 2024-05-28 12:35 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-05-28 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     bd0906f31f0e35f3505adb2e65e276576fce37fb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 12:34:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 12:34:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0906f3

app-shells/ugit: Stabilize 0.4.4 amd64, #932858

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

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

diff --git a/app-shells/ugit/ugit-0.4.4.ebuild b/app-shells/ugit/ugit-0.4.4.ebuild
index f321df3b91f8..bfafac8a3586 100644
--- a/app-shells/ugit/ugit-0.4.4.ebuild
+++ b/app-shells/ugit/ugit-0.4.4.ebuild
@@ -15,7 +15,7 @@ else
 	SRC_URI="https://github.com/StartAutomating/${PN}/archive/refs/tags/v${PV}.tar.gz
 		-> ${P}.tar.gz"
 
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ugit/
@ 2024-10-17 15:51 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-10-17 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e615638713fd8244f5c3a37e788c765b3acfba30
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 15:47:36 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 15:51:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6156387

app-shells/ugit: metadata - fix bugs-to

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

 app-shells/ugit/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/ugit/metadata.xml b/app-shells/ugit/metadata.xml
index 16e9adce3978..3e0ec7914a55 100644
--- a/app-shells/ugit/metadata.xml
+++ b/app-shells/ugit/metadata.xml
@@ -7,7 +7,7 @@
     <name>Gentoo Dotnet Project</name>
   </maintainer>
   <upstream>
-    <bugs-to>https://gitlab.com/StartAutomating/ugit/issues/</bugs-to>
+    <bugs-to>https://github.com/StartAutomating/ugit/issues/</bugs-to>
     <remote-id type="github">StartAutomating/ugit</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ugit/
@ 2024-10-17 15:51 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-10-17 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c6bd4e39cf8dd86ca89211dd1f43a666213e1c4d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 15:44:36 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 15:51:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bd4e39

app-shells/ugit: bump to 0.4.5

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

 app-shells/ugit/Manifest          |  1 +
 app-shells/ugit/ugit-0.4.5.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-shells/ugit/Manifest b/app-shells/ugit/Manifest
index 5ea217a7adf2..872320caa9dc 100644
--- a/app-shells/ugit/Manifest
+++ b/app-shells/ugit/Manifest
@@ -1 +1,2 @@
 DIST ugit-0.4.4.tar.gz 149708 BLAKE2B 5cc59d36c0647f472cbb4787cca400684d0dcb1ead476a733aa3fed49b5bf4392d33c206aae912f6e67af6bbe8732f9bfd6870b6c0a6c14b6cebcc2cadb0a2a1 SHA512 a01ba28186c68671817e71b0cc33f191cc22abea9c8ceedc881de573bfdc8c13c81ec4fb03e964be2e39b84a32dfeee61c6d11e7595b8e8fa50912b117f41e77
+DIST ugit-0.4.5.tar.gz 165899 BLAKE2B 906fa38c3d10a68368ec9e8a3a395e68c73b0bab8d4a9e75043266f84604dbda1501823f2782ee550319d1f5064a36bac40299729c101509b72681bd7566553a SHA512 a3008f651ab3bd418631b35eeba32bd4cfa2fbcf050360032d94fe84082e59e8a26fe044c473b61f0cf6f05cdecedf03c7df050f9062b266a3a1c0140c05a224

diff --git a/app-shells/ugit/ugit-0.4.5.ebuild b/app-shells/ugit/ugit-0.4.5.ebuild
new file mode 100644
index 000000000000..f321df3b91f8
--- /dev/null
+++ b/app-shells/ugit/ugit-0.4.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="PowerShell wrapper for git, automate repos and output git as objects"
+HOMEPAGE="https://ugit.start-automating.com/
+	https://github.com/StartAutomating/ugit/"
+
+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"
+
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="${PV}"
+
+RDEPEND="
+	dev-vcs/git
+	virtual/pwsh:*
+"
+
+src_install() {
+	insinto "/usr/share/GentooPowerShell/Modules/${PN}/${PV}"
+	doins "${PN}.psd1"
+	doins *.ps1 *.ps1xml *.psm1
+	doins -r Commands Extensions Types en-us
+
+	dodoc *.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ugit/
@ 2024-11-26  3:10 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-11-26  3:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8189bab47ffd160a11fb5b2abeea73f8d2aaf90d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 03:10:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 03:10:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8189bab4

app-shells/ugit: Stabilize 0.4.5 amd64, #944964

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

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

diff --git a/app-shells/ugit/ugit-0.4.5.ebuild b/app-shells/ugit/ugit-0.4.5.ebuild
index f321df3b91f8..bfafac8a3586 100644
--- a/app-shells/ugit/ugit-0.4.5.ebuild
+++ b/app-shells/ugit/ugit-0.4.5.ebuild
@@ -15,7 +15,7 @@ else
 	SRC_URI="https://github.com/StartAutomating/${PN}/archive/refs/tags/v${PV}.tar.gz
 		-> ${P}.tar.gz"
 
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 LICENSE="MIT"


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

end of thread, other threads:[~2024-11-26  3:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 15:51 [gentoo-commits] repo/gentoo:master commit in: app-shells/ugit/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26  3:10 Sam James
2024-10-17 15:51 Maciej Barć
2024-05-28 12:35 Sam James
2024-04-25 22:18 Sam James
2024-04-25 21:03 Maciej Barć
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