From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F188815800F for ; Fri, 10 Feb 2023 12:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 000DEE07B2; Fri, 10 Feb 2023 12:40:47 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9EE4E07B2 for ; Fri, 10 Feb 2023 12:40:47 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99A92340D4A for ; Fri, 10 Feb 2023 12:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB9098A9 for ; Fri, 10 Feb 2023 12:40:44 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1676032785.9f0641259e884106fa79281ffe2e969c229468f0.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/jose/Manifest dev-erlang/jose/jose-1.11.5.ebuild X-VCS-Directories: dev-erlang/jose/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9f0641259e884106fa79281ffe2e969c229468f0 X-VCS-Branch: master Date: Fri, 10 Feb 2023 12:40:44 +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: 350185fb-c4df-4d10-8a0d-5c8015a562e5 X-Archives-Hash: 58074c44d667958f73e808f5ef2eacd3 commit: 9f0641259e884106fa79281ffe2e969c229468f0 Author: Florian Schmaus gentoo org> AuthorDate: Fri Feb 10 12:13:56 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Feb 10 12:39:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f064125 dev-erlang/jose: add 1.11.5 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/jose/Manifest | 1 + dev-erlang/jose/jose-1.11.5.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest index c26fbe261ca1..157a3090b79a 100644 --- a/dev-erlang/jose/Manifest +++ b/dev-erlang/jose/Manifest @@ -1 +1,2 @@ DIST erlang-jose-1.11.2.tar.gz 281313 BLAKE2B 14b7cb9a690fb960c3b2bd90c64ce0d13309abab26250346de5d5ab5d58eab56bcac09f3b91e74bb6c982c33bb557bf4b992c3da62e3c107dc4b3caa175c2feb SHA512 8a9edbda0150b110f1394fb8f4ad57878d2562c6bb1c17938e69b49ff224ed347cb8d325750bae7b61c9cc2ce2c5d089f963e369c8c74f6a2a55cef963f813a5 +DIST erlang-jose-1.11.5.tar.gz 327036 BLAKE2B 83bdb9259f8a231bc976ba2b5be1fb39c6fcef3270eb352c6ea4e29857213e809306b210af571ebdb15e7475ceae15b24e9d0508aa405436c3acf0c1304eeec5 SHA512 2d1a293dbe63ce7dc32a07929f30580f47db468e540bc28433971a362feb3b19ef65caf11d74ddd7cd80a5be80e22ab4d0752a9bf248ac60f8f05c69e51ba1a0 diff --git a/dev-erlang/jose/jose-1.11.5.ebuild b/dev-erlang/jose/jose-1.11.5.ebuild new file mode 100644 index 000000000000..4ab58308db18 --- /dev/null +++ b/dev-erlang/jose/jose-1.11.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit rebar + +DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir" +HOMEPAGE="https://github.com/potatosalad/erlang-jose" +SRC_URI=" + https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz + -> erlang-${P}.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-lang/erlang-19.0" +RDEPEND="${DEPEND}" + +DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md ) + +# TODO: jose has test suite, but it require lots of dependencies. It may not be +# TODO: urgent, but it would be nice to have those sooner or later. +RESTRICT=test + +S="${WORKDIR}/erlang-${P}"