* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-iconv/
@ 2025-07-05 7:27 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-07-05 7:27 UTC (permalink / raw
To: gentoo-commits
commit: c537624f1f4ffc8d5d46f14e7d09da0665e22c6f
Author: Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com>
AuthorDate: Tue Feb 18 15:05:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 5 07:27:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c537624f
www-nginx/ngx-iconv: new package, add 0.14
ngx-iconv[1] is a "a character conversion NGINX module using libiconv".
[1]: https://github.com/calio/iconv-nginx-module
Signed-off-by: Zurab Kvachadze <zurabid2016 <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/37590
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-nginx/ngx-iconv/Manifest | 1 +
www-nginx/ngx-iconv/metadata.xml | 20 ++++++++++++++++++++
www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/www-nginx/ngx-iconv/Manifest b/www-nginx/ngx-iconv/Manifest
new file mode 100644
index 000000000000..3b1d8b58b21e
--- /dev/null
+++ b/www-nginx/ngx-iconv/Manifest
@@ -0,0 +1 @@
+DIST ngx-iconv-0.14.tar.gz 13133 BLAKE2B e0120a667bc0ee76efee1310b72fa4cbbe0e21fece502dab46b19a87f285f718257464d0c6df8df27fc5b8d4a2acc2e9c88474dfea2fd040220be9affc4b2546 SHA512 63e5e4f1d667438f13aa93f56ec05f0af86147e996ae450f13664668f9813319cc895f0b5e72e05cb2d93722fdb17541972a4d492be8ad226bfc87e4672e29d9
diff --git a/www-nginx/ngx-iconv/metadata.xml b/www-nginx/ngx-iconv/metadata.xml
new file mode 100644
index 000000000000..0d1c3551bf30
--- /dev/null
+++ b/www-nginx/ngx-iconv/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>zurabid2016@gmail.com</email>
+ <name>Zurab Kvachadze</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ The ngx-iconv NGINX module allows converting characters of different encoding by using
+ libiconv. It brings the 'set_iconv' command to NGINX.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/calio/iconv-nginx-module/issues</bugs-to>
+ <remote-id type="github">calio/iconv-nginx-module</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild b/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild
new file mode 100644
index 000000000000..1d6a393bfeaf
--- /dev/null
+++ b/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="iconv-nginx-module"
+NGINX_MOD_S="${WORKDIR}/${MY_PN}-${PV}"
+
+NGINX_MOD_LINK_MODULES=( www-nginx/ngx_devel_kit )
+
+inherit nginx-module
+
+DESCRIPTION="A character conversion NGINX module using libiconv"
+HOMEPAGE="https://github.com/calio/iconv-nginx-module"
+SRC_URI="
+ https://github.com/calio/iconv-nginx-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+
+RESTRICT="test"
+
+DEPEND="virtual/libiconv"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-iconv/
@ 2025-07-05 8:24 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-07-05 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 90a06dcd660c37cdf3157d2457a9eb800ca2e33d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 5 08:23:53 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 5 08:23:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a06dcd
www-nginx/ngx-iconv: Keyword 0.14 arm64, #959570
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild b/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild
index b32ef1a757de..358fc1e11789 100644
--- a/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild
+++ b/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~arm64"
DEPEND="virtual/libiconv"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-iconv/
@ 2025-07-05 8:36 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-07-05 8:36 UTC (permalink / raw
To: gentoo-commits
commit: ebe9c8c3aadd78d69d16049d2009a14a9853d3fa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 5 08:19:18 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 5 08:32:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe9c8c3
www-nginx/ngx-iconv: Keyword 0.14 amd64, #959570
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild b/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild
index 358fc1e11789..74fee78a6217 100644
--- a/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild
+++ b/www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~arm64"
+KEYWORDS="~amd64 ~arm64"
DEPEND="virtual/libiconv"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-05 8:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-05 7:27 [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-iconv/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-07-05 8:24 Arthur Zamarin
2025-07-05 8:36 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox