mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-24 02:31:54 +01:00
dev-libs/jose: Sync with Gentoo
It's from Gentoo commit 6a3644bf2f9aace46ad9bbab2e4f3bccd747079e. Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
1768ba6899
commit
1afb85b3ae
@ -1,2 +1 @@
|
||||
DIST jose-11.tar.gz 841374 BLAKE2B 5ffe35ebd48ed72d140e1dbf3ad37fcc3b4fd5534a5e1a5d9c43e82ad1901f989610baee2e2eb17209fd72f73c4f17227bed01d168bb4d243f067ec25051f913 SHA512 ffe09000837f79cefa549734d13c5d5d51042a42a055867241777ccbff3a127bac86a6155638fdf5ee52aad3598829e19724fd4e7de541117ed9b1c77c2ce457
|
||||
DIST jose-12.tar.gz 841206 BLAKE2B 32473b67b4c6235c3f7ea04295bdd44dda3fe5a51355b9880a92d0a6aada78eeba2fb027a6329e8f249f087ab7dee705d0493771b63cb463067df709b7707212 SHA512 31b7fc9354c3579f5bf904be0efd3631fe35fbbcc85455b2d414664ff2b4dbb3253b9c954229d87ca2a2e3ec382c5316bcb3f2ee424572ed25946a99fe885ada
|
||||
DIST jose-14.tar.gz 843394 BLAKE2B 6cb31f2557e7799d213cc298c196324f755bee0ce74a4a2eb11a8350bc4a2159bdd7b80a653feb924e2d8a1e538a661d729dca916e650eba53f0918e8d5eaa1a SHA512 b27fb5a4afbe625e91ddd13e2d3832e7741d6be522aa882cfb83df9689e6fd9e7c824c531690a193bef441b9aa275fdb2912a8181b060d848064a1794277d786
|
||||
|
||||
@ -1,19 +0,0 @@
|
||||
# Copyright 2022-2024 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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-libs/jansson"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl:=
|
||||
"
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -7,16 +7,18 @@ inherit meson
|
||||
|
||||
DESCRIPTION="C-language implementation of Javascript Object Signing and Encryption"
|
||||
HOMEPAGE="https://github.com/latchset/jose"
|
||||
SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/latchset/jose/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/jansson
|
||||
sys-libs/zlib
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl:=
|
||||
virtual/zlib:=
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
app-text/asciidoc
|
||||
"
|
||||
@ -1,10 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>salah.coronya@gmail.com</email>
|
||||
<name>Christopher Byrne</name>
|
||||
</maintainer>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>julien@jroy.ca</email>
|
||||
<name>Julien Roy</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">latchset/jose</remote-id>
|
||||
</upstream>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user