summaryrefslogtreecommitdiff
path: root/www-nginx
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-01 03:04:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-01 03:04:37 -0500
commit6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17 (patch)
tree782b1dfa8abee9f15c2fff2aca667b4abd32e5f8 /www-nginx
parent3f283d6a71e35a9c6d89dc73d76f01aec1c1a6b3 (diff)
downloadbaldeagleos-repo-6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17.tar.gz
baldeagleos-repo-6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17.tar.xz
baldeagleos-repo-6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17.zip
Adding metadata
Diffstat (limited to 'www-nginx')
-rw-r--r--www-nginx/ngx-acme/ngx-acme-0.3.1-r1.ebuild110
1 files changed, 110 insertions, 0 deletions
diff --git a/www-nginx/ngx-acme/ngx-acme-0.3.1-r1.ebuild b/www-nginx/ngx-acme/ngx-acme-0.3.1-r1.ebuild
new file mode 100644
index 000000000000..123930a3ffd5
--- /dev/null
+++ b/www-nginx/ngx-acme/ngx-acme-0.3.1-r1.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Autogenerated by pycargoebuild 0.15.1
+
+EAPI=8
+
+MY_PN="nginx-acme"
+
+CRATES="
+ aho-corasick@1.1.4
+ allocator-api2@0.3.1
+ annotate-snippets@0.11.5
+ anstyle@1.0.13
+ async-task@4.7.1
+ atomic-waker@1.1.2
+ base64@0.22.1
+ bindgen@0.72.1
+ bitflags@2.10.0
+ bytes@1.11.0
+ cc@1.2.49
+ cexpr@0.6.0
+ cfg-if@1.0.4
+ clang-sys@1.8.1
+ constcat@0.6.1
+ dunce@1.0.5
+ either@1.15.0
+ errno@0.3.14
+ find-msvc-tools@0.1.5
+ foreign-types-shared@0.1.1
+ foreign-types@0.3.2
+ futures-channel@0.3.31
+ futures-core@0.3.31
+ glob@0.3.3
+ http-body-util@0.1.3
+ http-body@1.0.1
+ http-serde@2.1.1
+ http@1.4.0
+ httparse@1.10.1
+ hyper@1.8.1
+ iri-string@0.7.9
+ itertools@0.13.0
+ itoa@1.0.15
+ libc@0.2.178
+ libloading@0.8.9
+ lock_api@0.4.14
+ log@0.4.29
+ memchr@2.7.6
+ minimal-lexical@0.2.1
+ nginx-sys@0.5.0
+ ngx@0.5.0
+ nom@7.1.3
+ once_cell@1.21.3
+ openssl-macros@0.1.1
+ openssl-sys@0.9.111
+ openssl@0.10.75
+ pin-project-lite@0.2.16
+ pin-utils@0.1.0
+ pkg-config@0.3.32
+ prettyplease@0.2.37
+ proc-macro2@1.0.103
+ quote@1.0.42
+ regex-automata@0.4.13
+ regex-syntax@0.8.8
+ regex@1.12.2
+ rustc-hash@2.1.1
+ ryu@1.0.20
+ scopeguard@1.2.0
+ serde@1.0.228
+ serde_core@1.0.228
+ serde_derive@1.0.228
+ serde_json@1.0.145
+ shlex@1.3.0
+ siphasher@1.0.1
+ smallvec@1.15.1
+ syn@2.0.111
+ thiserror-impl@2.0.17
+ thiserror@2.0.17
+ tokio@1.48.0
+ try-lock@0.2.5
+ unicode-ident@1.0.22
+ unicode-width@0.2.2
+ vcpkg@0.2.15
+ want@0.3.1
+ windows-link@0.2.1
+ windows-sys@0.61.2
+ zeroize@1.8.2
+"
+
+RUST_MIN_VER="1.81.0"
+
+inherit cargo nginx-module
+
+DESCRIPTION="An NGINX module with the implementation of the ACMEv2 protocol"
+HOMEPAGE="https://github.com/nginx/nginx-acme"
+SRC_URI="https://github.com/nginx/nginx-acme/releases/download/v${PV}/${MY_PN}-${PV}.tar.gz
+ ${CARGO_CRATE_URIS}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+# Dependent crate licenses
+LICENSE+=" Apache-2.0 BSD ISC MIT Unicode-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ $(ngx_gen_dep http_ssl)
+"
+RDEPEND="${DEPEND}"