commit:     97dec33986cbcbe06caf4facc80aa2da6a6fce1e
Author:     Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
AuthorDate: Sat Aug 30 22:44:58 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 14:20:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97dec339

dev-libs/jose: new package, add 14

sys-auth/sssd can use dev-libs/jose to login to OpenID Connect providers,
like Microsoft Entra and Keycloak. app-crypt/clevis (in GURU) is its only
other reverse dependency.

Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43616
Closes: https://github.com/gentoo/gentoo/pull/43616
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/jose/Manifest       |  1 +
 dev-libs/jose/jose-14.ebuild | 24 ++++++++++++++++++++++++
 dev-libs/jose/metadata.xml   | 19 +++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-libs/jose/Manifest b/dev-libs/jose/Manifest
new file mode 100644
index 000000000000..b6e8fc6cb624
--- /dev/null
+++ b/dev-libs/jose/Manifest
@@ -0,0 +1 @@
+DIST jose-14.tar.gz 843394 BLAKE2B 
6cb31f2557e7799d213cc298c196324f755bee0ce74a4a2eb11a8350bc4a2159bdd7b80a653feb924e2d8a1e538a661d729dca916e650eba53f0918e8d5eaa1a
 SHA512 
b27fb5a4afbe625e91ddd13e2d3832e7741d6be522aa882cfb83df9689e6fd9e7c824c531690a193bef441b9aa275fdb2912a8181b060d848064a1794277d786

diff --git a/dev-libs/jose/jose-14.ebuild b/dev-libs/jose/jose-14.ebuild
new file mode 100644
index 000000000000..e7292b51fc48
--- /dev/null
+++ b/dev-libs/jose/jose-14.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="C-language implementation of Javascript Object Signing and 
Encryption"
+HOMEPAGE="https://github.com/latchset/jose";
+SRC_URI="https://github.com/latchset/jose/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+       dev-libs/jansson
+       dev-libs/openssl:=
+       sys-libs/zlib
+"
+BDEPEND="
+       virtual/pkgconfig
+       app-text/asciidoc
+"

diff --git a/dev-libs/jose/metadata.xml b/dev-libs/jose/metadata.xml
new file mode 100644
index 000000000000..8c7d57c9ba01
--- /dev/null
+++ b/dev-libs/jose/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person" proxied="yes">
+               <email>[email protected]</email>
+               <name>Christopher Byrne</name>
+       </maintainer>
+       <maintainer type="person" proxied="yes">
+               <email>[email protected]</email>
+               <name>Julien Roy</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">latchset/jose</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to