* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-05-06 23:40 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2023-05-06 23:40 UTC (permalink / raw
To: gentoo-commits
commit: f2d625742780788bca38a4cc976fe2b515ecde3b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 6 23:38:22 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 6 23:40:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d62574
sys-apps/locale-gen: New package, splitting out of glibc
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-apps/locale-gen/Manifest | 1 +
sys-apps/locale-gen/locale-gen-2.23.ebuild | 39 ++++++++++++++++++++++++++++++
sys-apps/locale-gen/metadata.xml | 8 ++++++
3 files changed, 48 insertions(+)
diff --git a/sys-apps/locale-gen/Manifest b/sys-apps/locale-gen/Manifest
new file mode 100644
index 000000000000..6b7bfc73baec
--- /dev/null
+++ b/sys-apps/locale-gen/Manifest
@@ -0,0 +1 @@
+DIST locale-gen-2.23.tar.bz2 7664 BLAKE2B a529b62fbb840c9352f06e8f5c80fc764425a2619dc69cc820f550a026d391788d5e2cfeeb46a8b5b9716da63340b4fce57a5b523edd4196ee1219c1200cb752 SHA512 c1245caadb04403c535a836f19bc410d0f04b5c0e297ea5be9852e6d71e08e528071ae769d63d31a677dda8fdd618b4c4d581ed525cf8786b82d8f37636db754
diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23.ebuild
new file mode 100644
index 000000000000..ee824727c21f
--- /dev/null
+++ b/sys-apps/locale-gen/locale-gen-2.23.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit prefix
+
+DESCRIPTION="Generate locales based upon the config file /etc/locale.gen"
+HOMEPAGE="https://gitweb.gentoo.org/proj/locale-gen.git/"
+SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
+
+# Totally unclear what the license is. Following here the statement
+# in the Debian file that the tools accompanying glibc are GPL-2+
+LICENSE="GPL-2+"
+
+SLOT="0"
+#KEYWORDS="~amd64"
+
+RDEPEND="
+ app-alternatives/awk
+ app-arch/gzip
+ sys-apps/grep
+ >=sys-libs/glibc-2.38
+ !<sys-libs/glibc-2.38
+"
+DEPEND=""
+
+src_prepare() {
+ default
+ eprefixify locale-gen
+}
+
+src_install() {
+ dosbin locale-gen
+ doman *.[0-8]
+ insinto /etc
+ doins locale.gen
+ keepdir /usr/lib/locale
+}
diff --git a/sys-apps/locale-gen/metadata.xml b/sys-apps/locale-gen/metadata.xml
new file mode 100644
index 000000000000..e9de1423720b
--- /dev/null
+++ b/sys-apps/locale-gen/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>toolchain@gentoo.org</email>
+ <name>Gentoo Toolchain Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-05-07 0:02 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2023-05-07 0:02 UTC (permalink / raw
To: gentoo-commits
commit: d97835912434e18b6faf4871fa45645b2d3de69f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 6 23:55:46 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 6 23:55:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9783591
sys-apps/locale-gen: needs gentoo-functions
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23.ebuild
index ee824727c21f..4b6dadbfa5d4 100644
--- a/sys-apps/locale-gen/locale-gen-2.23.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23.ebuild
@@ -19,6 +19,7 @@ SLOT="0"
RDEPEND="
app-alternatives/awk
app-arch/gzip
+ sys-apps/gentoo-functions
sys-apps/grep
>=sys-libs/glibc-2.38
!<sys-libs/glibc-2.38
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-05-09 20:59 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2023-05-09 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 04f727a5752329447bfe9576a2769db046b0a95f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 9 20:55:22 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 9 20:59:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f727a5
sys-apps/locale-gen: Adjust dependencies
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23.ebuild
index 4b6dadbfa5d4..c819b986ee6b 100644
--- a/sys-apps/locale-gen/locale-gen-2.23.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23.ebuild
@@ -14,15 +14,15 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-#KEYWORDS="~amd64"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
app-alternatives/awk
app-arch/gzip
sys-apps/gentoo-functions
sys-apps/grep
- >=sys-libs/glibc-2.38
- !<sys-libs/glibc-2.38
+ >=sys-libs/glibc-2.37-r3
+ !<sys-libs/glibc-2.37-r3
"
DEPEND=""
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-05-09 21:50 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2023-05-09 21:50 UTC (permalink / raw
To: gentoo-commits
commit: c7113426ff88c5ca46a432f43b0fc1de1f52b512
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 9 21:50:02 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 9 21:50:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7113426
sys-apps/locale-gen: remove errorneous dependency
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23.ebuild
index c819b986ee6b..8272f634317c 100644
--- a/sys-apps/locale-gen/locale-gen-2.23.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23.ebuild
@@ -21,7 +21,6 @@ RDEPEND="
app-arch/gzip
sys-apps/gentoo-functions
sys-apps/grep
- >=sys-libs/glibc-2.37-r3
!<sys-libs/glibc-2.37-r3
"
DEPEND=""
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-05-10 19:15 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2023-05-10 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 44d6eb71a6b115d40f0c1903b24eb9fe09cc76d0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 19:13:18 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 10 19:14:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d6eb71
sys-apps/locale-gen: keyword 2.23
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23.ebuild
index 8272f634317c..f038ac23e2ab 100644
--- a/sys-apps/locale-gen/locale-gen-2.23.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
app-alternatives/awk
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-05-27 9:59 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2023-05-27 9:59 UTC (permalink / raw
To: gentoo-commits
commit: dacb583732097cee4363d78b30b7ecf2a176b04a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 09:59:15 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 27 09:59:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacb5837
sys-apps/locale-gen: use app-alternatives/gzip
Closes: https://bugs.gentoo.org/906243
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../locale-gen/{locale-gen-2.23.ebuild => locale-gen-2.23-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
similarity index 97%
rename from sys-apps/locale-gen/locale-gen-2.23.ebuild
rename to sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
index f038ac23e2ab..fb94d8f3c620 100644
--- a/sys-apps/locale-gen/locale-gen-2.23.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~
RDEPEND="
app-alternatives/awk
- app-arch/gzip
+ app-alternatives/gzip
sys-apps/gentoo-functions
sys-apps/grep
!<sys-libs/glibc-2.37-r3
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-06-28 21:23 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-06-28 21:23 UTC (permalink / raw
To: gentoo-commits
commit: 4ca17385e9dc029ea579a1914e3fc890a4f99d10
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 21:21:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 21:21:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca17385
sys-apps/locale-gen: Stabilize 2.23-r1 amd64, #907241
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
index fb94d8f3c620..2505276e4e10 100644
--- a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
app-alternatives/awk
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-06-28 22:30 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-06-28 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 185b749351cd8b474900890d8ae4cc572c20b702
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 22:30:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 22:30:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185b7493
sys-apps/locale-gen: add gentoo, github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/locale-gen/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-apps/locale-gen/metadata.xml b/sys-apps/locale-gen/metadata.xml
index e9de1423720b..2b151008630f 100644
--- a/sys-apps/locale-gen/metadata.xml
+++ b/sys-apps/locale-gen/metadata.xml
@@ -5,4 +5,8 @@
<email>toolchain@gentoo.org</email>
<name>Gentoo Toolchain Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="gentoo">proj/locale-gen</remote-id>
+ <remote-id type="github">gentoo/locale-gen</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-07-02 14:57 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-07-02 14:57 UTC (permalink / raw
To: gentoo-commits
commit: 830c3c931e9972c64a527ec34991526663ed597d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 14:57:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 14:57:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830c3c93
sys-apps/locale-gen: Stabilize 2.23-r1 hppa, #907241
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
index 2505276e4e10..c9eac88e19ad 100644
--- a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
app-alternatives/awk
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-07-09 19:07 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-07-09 19:07 UTC (permalink / raw
To: gentoo-commits
commit: df016d20b14d4f22fc703e12e9e55fee77586f9b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 9 19:05:13 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 9 19:05:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df016d20
sys-apps/locale-gen: Stabilize 2.23-r1 x86, #907241
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
index c9eac88e19ad..6885e2f3b43a 100644
--- a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
app-alternatives/awk
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-07-09 19:07 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-07-09 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 494c8826d99216e25048dbbbbf90d731cce3ffec
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 9 19:05:32 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 9 19:05:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494c8826
sys-apps/locale-gen: Stabilize 2.23-r1 arm, #907241
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
index 6885e2f3b43a..f399a76af4ad 100644
--- a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
app-alternatives/awk
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-07-09 19:07 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-07-09 19:07 UTC (permalink / raw
To: gentoo-commits
commit: f7898b815914d9d28e2c4598ec2e6513cc300b33
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 9 19:06:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 9 19:06:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7898b81
sys-apps/locale-gen: Stabilize 2.23-r1 arm64, #907241
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
index f399a76af4ad..5b1012c996b8 100644
--- a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
app-alternatives/awk
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-07-15 12:12 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-07-15 12:12 UTC (permalink / raw
To: gentoo-commits
commit: af1d87a26942988e12d69291a3b81160c043f120
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 12:12:05 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 12:12:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1d87a2
sys-apps/locale-gen: Stabilize 2.23-r1 ppc, #907241
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
index 5b1012c996b8..c5aeb09139c6 100644
--- a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
app-alternatives/awk
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-07-15 12:12 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-07-15 12:12 UTC (permalink / raw
To: gentoo-commits
commit: be812d4c236013a063ea50c9f68223ce702a2888
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 12:12:09 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 12:12:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be812d4c
sys-apps/locale-gen: Stabilize 2.23-r1 ppc64, #907241
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
index c5aeb09139c6..3b3626701fc2 100644
--- a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
app-alternatives/awk
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
@ 2023-07-15 12:12 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-07-15 12:12 UTC (permalink / raw
To: gentoo-commits
commit: 9b2ee03ef894782d6d8d426a8eb8eeb8084ef4fc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 12:12:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 12:12:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2ee03e
sys-apps/locale-gen: Stabilize 2.23-r1 sparc, #907241
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-2.23-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
index 3b3626701fc2..0182e537b342 100644
--- a/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
+++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
app-alternatives/awk
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2023-07-15 12:12 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-15 12:12 [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-07-15 12:12 Arthur Zamarin
2023-07-15 12:12 Arthur Zamarin
2023-07-09 19:07 Arthur Zamarin
2023-07-09 19:07 Arthur Zamarin
2023-07-09 19:07 Arthur Zamarin
2023-07-02 14:57 Sam James
2023-06-28 22:30 Sam James
2023-06-28 21:23 Sam James
2023-05-27 9:59 Andreas K. Hüttel
2023-05-10 19:15 Andreas K. Hüttel
2023-05-09 21:50 Andreas K. Hüttel
2023-05-09 20:59 Andreas K. Hüttel
2023-05-07 0:02 Andreas K. Hüttel
2023-05-06 23:40 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox