public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pwsh/
@ 2023-09-16  7:50 Maciej Barć
  0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2023-09-16  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     3819518ee945f6709ffa34cfb8ad7376e0cf1db9
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 06:43:22 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 07:50:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3819518e

app-eselect/eselect-pwsh: new package; add 0.1.1

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

 app-eselect/eselect-pwsh/Manifest                  |  1 +
 app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild | 19 +++++++++++++++++++
 app-eselect/eselect-pwsh/metadata.xml              | 13 +++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/app-eselect/eselect-pwsh/Manifest b/app-eselect/eselect-pwsh/Manifest
new file mode 100644
index 000000000000..2818d4e1b83a
--- /dev/null
+++ b/app-eselect/eselect-pwsh/Manifest
@@ -0,0 +1 @@
+DIST eselect-pwsh-0.1.1.tar.bz2 7687 BLAKE2B e5e786c2ccb28f74436baed35db9937d1e0e20cba42926b8c3988d5ad406484ff0503126b8e68561fde1cbfdf434c86e9e08c9a54e312511aa4a04247abb61f5 SHA512 e08c18674cc55be9bcb93522bcae5f7161c6a3b347ff10ca95bca4130eacb8998141305c2c10b4e7dd8d783358234703330bba422ac798d9d7c43dc6206651bb

diff --git a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
new file mode 100644
index 000000000000..c3a0f8d66e11
--- /dev/null
+++ b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Eselect module for management of multiple pwsh versions"
+HOMEPAGE="https://gitlab.gentoo.org/dotnet/eselect-pwsh/"
+SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-admin/eselect"
+
+src_install() {
+	insinto /usr/share/eselect/modules
+	doins pwsh.eselect
+}

diff --git a/app-eselect/eselect-pwsh/metadata.xml b/app-eselect/eselect-pwsh/metadata.xml
new file mode 100644
index 000000000000..a3b330949c03
--- /dev/null
+++ b/app-eselect/eselect-pwsh/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/xgqt/eselect-pwsh/-/issues/</bugs-to>
+    <remote-id type="gitlab">xgqt/eselect-pwsh</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pwsh/
@ 2023-09-16 10:11 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-09-16 10:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0ae5fa531484d87e6e13ce1920908f1fe55dd61f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 10:11:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 10:11:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae5fa53

app-eselect/eselect-pwsh: Keyword 0.1.1 arm64, #914271

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

 app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
index c3a0f8d66e11..670de93e9106 100644
--- a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
+++ b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="app-admin/eselect"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pwsh/
@ 2023-09-16 10:26 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-09-16 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0c7c0e8c2faa4311e1e079a49b680d1ab2996b52
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 10:26:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 10:26:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7c0e8c

app-eselect/eselect-pwsh: Keyword 0.1.1 arm, #914271

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

 app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
index 670de93e9106..e901a799d487 100644
--- a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
+++ b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 RDEPEND="app-admin/eselect"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pwsh/
@ 2023-10-07 23:27 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-10-07 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b8eb65b268a3cf4476d8313d321fa8123fef73b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 23:27:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 23:27:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8eb65b2

app-eselect/eselect-pwsh: Stabilize 0.1.1 amd64, #915348

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

 app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
index e901a799d487..ef0db889fba0 100644
--- a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
+++ b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
 
 RDEPEND="app-admin/eselect"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pwsh/
@ 2024-04-04  1:07 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-04-04  1:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d4f08f9ea1aa7881ffa21c4402aedfdf1ec6474d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 01:07:01 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 01:07:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f08f9e

app-eselect/eselect-pwsh: Stabilize 0.1.1 arm, #928546

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

 app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
index ef0db889fba0..ed7222ce1814 100644
--- a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
+++ b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.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
@@ -9,7 +9,7 @@ SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64"
+KEYWORDS="amd64 arm ~arm64"
 
 RDEPEND="app-admin/eselect"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pwsh/
@ 2024-05-16 16:47 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-05-16 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     bdeba4daffe76d2bff94c285e38e0008d17b1a0d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 16:47:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 16 16:47:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdeba4da

app-eselect/eselect-pwsh: Stabilize 0.1.1 arm64, #928546

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
index ed7222ce1814..d332b87be040 100644
--- a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
+++ b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64"
+KEYWORDS="amd64 arm arm64"
 
 RDEPEND="app-admin/eselect"
 


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

end of thread, other threads:[~2024-05-16 16:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16  7:50 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pwsh/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2023-09-16 10:11 Sam James
2023-09-16 10:26 Sam James
2023-10-07 23:27 Sam James
2024-04-04  1:07 Sam James
2024-05-16 16:47 Arthur Zamarin

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