public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2023-02-24 15:55 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-02-24 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     22428c7f5a828a6f80d89171520063277651104b
Author:     Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
AuthorDate: Fri Feb 24 12:36:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 15:55:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22428c7f

sys-apps/arch-chroot: new package, add 28

Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org>
Closes: https://github.com/gentoo/gentoo/pull/29766
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/arch-chroot/Manifest              |  1 +
 sys-apps/arch-chroot/arch-chroot-28.ebuild | 32 ++++++++++++++++++++++++++++++
 sys-apps/arch-chroot/metadata.xml          | 15 ++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/sys-apps/arch-chroot/Manifest b/sys-apps/arch-chroot/Manifest
new file mode 100644
index 000000000000..8fa0f1e957d1
--- /dev/null
+++ b/sys-apps/arch-chroot/Manifest
@@ -0,0 +1 @@
+DIST arch-install-scripts-v28.tar.gz 19730 BLAKE2B 0ff5ba79b200ad642e049ec19217cc5c0794d627a28f42e03c0df2444fef4d8488a6ee011d26fb8fe958c1a1a2fa0a13920567e394b2389c772f516b1fe8f388 SHA512 09a027b04b70e01ccd1fd82e3a443c876bdf978b94a922de9dea4dbc187360460ea35720816724b72fc31b02338b11bf39b47ec9156518a8a3ade000530bf1df

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
new file mode 100644
index 000000000000..a1cc9022d97a
--- /dev/null
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Wraps the chroot command while ensuring that important filesystems are mounted"
+HOMEPAGE="https://github.com/archlinux/arch-install-scripts"
+SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${PV}.tar.gz -> arch-install-scripts-v${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="app-text/asciidoc"
+
+S="${WORKDIR}/arch-install-scripts-${PV}"
+
+src_compile() {
+	emake MANS="doc/arch-chroot.8" BINPROGS="arch-chroot"
+}
+
+src_test() {
+	emake MANS="doc/arch-chroot.8" BINPROGS="arch-chroot" check
+}
+
+src_install() {
+	dobin arch-chroot
+	doman doc/arch-chroot.8
+	newbashcomp "completion/arch-chroot.bash" "arch-chroot"
+}

diff --git a/sys-apps/arch-chroot/metadata.xml b/sys-apps/arch-chroot/metadata.xml
new file mode 100644
index 000000000000..ca30cb18f61d
--- /dev/null
+++ b/sys-apps/arch-chroot/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+    <maintainer type="person" proxied="yes">
+      <email>cat@catcream.org</email>
+      <name>Alfred Persson</name>
+    </maintainer>
+    <maintainer type="project" proxied="proxy">
+      <email>proxy-maint@gentoo.org</email>
+      <name>Proxy Maintainers</name>
+    </maintainer>
+    <upstream>
+      <remote-id type="github">archlinux/arch-install-scripts</remote-id>
+    </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2023-02-24 18:50 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-02-24 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9b28934de1cd0f461324d00fddb795787f44bbce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 18:50:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 18:50:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b28934d

sys-apps/arch-chroot: stabilize 28 for amd64

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index a1cc9022d97a..78f61c92ae6f 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2023-02-24 18:58 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-02-24 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     eebf6224e56f2425a6c0e66a49a2148a966ce972
Author:     Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
AuthorDate: Fri Feb 24 18:49:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 18:57:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebf6224

sys-apps/arch-chroot: add peeweep as maintainer

https://github.com/gentoo/gentoo/pull/29758#issuecomment-1443911775

Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org>
Closes: https://github.com/gentoo/gentoo/pull/29775
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/arch-chroot/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/arch-chroot/metadata.xml b/sys-apps/arch-chroot/metadata.xml
index ca30cb18f61d..7350009d97ca 100644
--- a/sys-apps/arch-chroot/metadata.xml
+++ b/sys-apps/arch-chroot/metadata.xml
@@ -5,6 +5,10 @@
       <email>cat@catcream.org</email>
       <name>Alfred Persson</name>
     </maintainer>
+    <maintainer type="person" proxied="yes">
+      <email>peeweep@0x0.ee</email>
+      <name>jinqiang zhang</name>
+    </maintainer>
     <maintainer type="project" proxied="proxy">
       <email>proxy-maint@gentoo.org</email>
       <name>Proxy Maintainers</name>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2023-03-02 21:35 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2023-03-02 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fac2a68126b679c776e3a9545f7afa3213573934
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 21:34:54 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 21:35:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac2a681

sys-apps/arch-chroot: keyword 28 for x86

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 78f61c92ae6f..7c61f0d3dffe 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2023-09-12 19:28 WANG Xuerui
  0 siblings, 0 replies; 21+ messages in thread
From: WANG Xuerui @ 2023-09-12 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     1b515e7c423a153f36085be71ab23d403589328b
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 17:46:36 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 19:28:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b515e7c

sys-apps/arch-chroot: keyword 28 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 7c61f0d3dffe..171cbdf83382 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~loong x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-05  8:16 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-01-05  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8fe0605a65ef4d016a001b9b6a6c5182f196dc70
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 08:15:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 08:15:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe0605a

sys-apps/arch-chroot: Keyword 28 arm64, #921376

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 034619b501a8..f2eb0f9d2804 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~loong x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-05  8:16 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-01-05  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7e6ab0b75978906cf0bfd7e231827ff1afa31032
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 08:15:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 08:15:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6ab0b7

sys-apps/arch-chroot: Keyword 28 arm, #921376

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 171cbdf83382..034619b501a8 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~loong x86"
+KEYWORDS="amd64 ~arm ~loong x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-05  8:26 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-01-05  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a817ace9b471b1a213d59d683023e483349fe29e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 08:25:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 08:26:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a817ace9

sys-apps/arch-chroot: Keyword 28 ppc, #921376

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 689b59baf597..8f16de561c39 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-05  8:26 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-01-05  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     665e83aadf135c45f9b8287aaca99f6785bafd49
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 08:25:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 08:26:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665e83aa

sys-apps/arch-chroot: Keyword 28 ppc64, #921376

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index f2eb0f9d2804..689b59baf597 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-05 10:14 Jakov Smolić
  0 siblings, 0 replies; 21+ messages in thread
From: Jakov Smolić @ 2024-01-05 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     267e19f9a81588812da15ac93bf296d6fd3bfec3
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 10:14:00 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 10:14:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267e19f9

sys-apps/arch-chroot: Keyword 28 riscv, #921376

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 8f16de561c39..f2675b678611 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-05 18:16 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-01-05 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     617128c17c4c97149b2c684622d5711e3287bd06
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 18:15:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 18:15:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617128c1

sys-apps/arch-chroot: Keyword 28 s390, #921376

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index f2675b678611..64212bc34e4d 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-09  2:55 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-01-09  2:55 UTC (permalink / raw
  To: gentoo-commits

commit:     39e62c46e8b783f142561b33524f875c0c07416f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 02:54:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 02:54:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e62c46

sys-apps/arch-chroot: Keyword 28 sparc, #921376

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 64212bc34e4d..c3502638644b 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-23 17:31 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-01-23 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a1fafb174394805b662da570738111c06ee9df77
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 17:31:04 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 17:31:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fafb17

sys-apps/arch-chroot: Keyword 28 hppa, #921376

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index c3502638644b..ae08130a79ee 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-23 17:51 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-01-23 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6762aea7f670d221323495bdd6b73b972606e838
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 17:51:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 17:51:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6762aea7

sys-apps/arch-chroot: Stabilize 28 ppc64, #921378

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index ae08130a79ee..479eb2a7bdf0 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-23 18:17 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-01-23 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     59359520a7599588463a937c381d0aa666d23873
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 18:17:42 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 18:17:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59359520

sys-apps/arch-chroot: Stabilize 28 arm, #921378

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 479eb2a7bdf0..4b20a691d674 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-23 18:17 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-01-23 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4c1f8c1f74d16f98954cc841cae8f93fb6826945
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 18:17:43 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 18:17:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1f8c1f

sys-apps/arch-chroot: Stabilize 28 ppc, #921378

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 4b20a691d674..f4c91462719f 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-23 18:43 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-01-23 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     dbe0268f7efdd24bb005251915eb12f18b336e90
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 18:43:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 18:43:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe0268f

sys-apps/arch-chroot: Stabilize 28 arm64, #921378

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index f4c91462719f..ab075e2c2954 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-23 18:58 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-01-23 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c0881a14ca711dc468a553b282a064578832d3ab
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 18:58:19 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 18:58:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0881a14

sys-apps/arch-chroot: Stabilize 28 sparc, #921378

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index ab075e2c2954..24c4c5db0577 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-26  2:09 Ionen Wolkens
  0 siblings, 0 replies; 21+ messages in thread
From: Ionen Wolkens @ 2024-01-26  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     53b6b75a3b915ad3734f7d50f8ced512ed3282a9
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Jan 25 19:48:45 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 01:26:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b6b75a

sys-apps/arch-chroot: Stabilize 28 hppa, #921378

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 24c4c5db0577..e72e46b48b42 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-30  9:20 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-01-30  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c3cb4f35e4a21a4c4e7d95b2515165f141cf28b2
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Jan 25 21:20:30 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 09:19:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cb4f35

sys-apps/arch-chroot: keyword 28 for sparc, bug #921376

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index e72e46b48b42..5d51ad579321 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/
@ 2024-01-30 18:30 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-01-30 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d12695a065d5d5155576fb57cf285cf52af0efed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 18:29:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 18:29:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12695a0

Revert "sys-apps/arch-chroot: keyword 28 for sparc, bug #921376"

This reverts commit c3cb4f35e4a21a4c4e7d95b2515165f141cf28b2.

Already stable.

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

 sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild
index 5d51ad579321..e72e46b48b42 100644
--- a/sys-apps/arch-chroot/arch-chroot-28.ebuild
+++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="app-text/asciidoc"
 


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

end of thread, other threads:[~2024-01-30 18:30 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-23 18:43 [gentoo-commits] repo/gentoo:master commit in: sys-apps/arch-chroot/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-01-30 18:30 Sam James
2024-01-30  9:20 Sam James
2024-01-26  2:09 Ionen Wolkens
2024-01-23 18:58 Arthur Zamarin
2024-01-23 18:17 Arthur Zamarin
2024-01-23 18:17 Arthur Zamarin
2024-01-23 17:51 Arthur Zamarin
2024-01-23 17:31 Arthur Zamarin
2024-01-09  2:55 Sam James
2024-01-05 18:16 Arthur Zamarin
2024-01-05 10:14 Jakov Smolić
2024-01-05  8:26 Sam James
2024-01-05  8:26 Sam James
2024-01-05  8:16 Sam James
2024-01-05  8:16 Sam James
2023-09-12 19:28 WANG Xuerui
2023-03-02 21:35 Ben Kohler
2023-02-24 18:58 Sam James
2023-02-24 18:50 Sam James
2023-02-24 15:55 Sam James

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