From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F8DA158074 for ; Sat, 05 Jul 2025 07:28:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5CB993421B6 for ; Sat, 05 Jul 2025 07:28:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DE72F110462; Sat, 05 Jul 2025 07:27:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D2F1A110462 for ; Sat, 05 Jul 2025 07:27:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EBDE3420F2 for ; Sat, 05 Jul 2025 07:27:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 984742E0C for ; Sat, 05 Jul 2025 07:27:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1751700425.c537624f1f4ffc8d5d46f14e7d09da0665e22c6f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-iconv/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-nginx/ngx-iconv/Manifest www-nginx/ngx-iconv/metadata.xml www-nginx/ngx-iconv/ngx-iconv-0.14.ebuild X-VCS-Directories: www-nginx/ngx-iconv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c537624f1f4ffc8d5d46f14e7d09da0665e22c6f X-VCS-Branch: master Date: Sat, 05 Jul 2025 07:27:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f85c5b5-4fbd-4ed4-9652-8348e1311497 X-Archives-Hash: 937745318c8790a5321c4f89b5fafb58 commit: c537624f1f4ffc8d5d46f14e7d09da0665e22c6f Author: Zurab Kvachadze gmail com> AuthorDate: Tue Feb 18 15:05:34 2025 +0000 Commit: Sam James gentoo 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 gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/37590 Signed-off-by: Sam James 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 @@ + + + + + zurabid2016@gmail.com + Zurab Kvachadze + + + proxy-maint@gentoo.org + Proxy Maintainers + + + The ngx-iconv NGINX module allows converting characters of different encoding by using + libiconv. It brings the 'set_iconv' command to NGINX. + + + https://github.com/calio/iconv-nginx-module/issues + calio/iconv-nginx-module + + 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}"