public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
Date: Fri, 10 Dec 2021 13:06:22 +0000 (UTC)	[thread overview]
Message-ID: <1639141420.4136091bc41e2e5cb05c21034abc7a507c8566db.flow@gentoo> (raw)

commit:     4136091bc41e2e5cb05c21034abc7a507c8566db
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 08:51:36 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 13:03:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4136091b

dev-erlang/jose: add 1.11.1

Bug: https://bugs.gentoo.org/810886
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/jose/Manifest           |  1 +
 dev-erlang/jose/jose-1.11.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index c908bfb02590..868e1410245e 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1,2 +1,3 @@
 DIST erlang-jose-1.10.1.tar.gz 279187 BLAKE2B 18b606e5a2fd93b96a26b989a52235af08bd925eb610a9010b4ff930c1feb50bf8143456bd6b4743b53342948185eb5e4d4df760f774fc4bce1dc6a11fb2acf6 SHA512 2887a1d43e212516b32a0a690d5a94e6a797b4802b21fa0a51cc4830790f56625575db38af8fb1c0f4cf4694740c6149eb75989cfbd51867af69c1b23b7ba8ee
+DIST erlang-jose-1.11.1.tar.gz 281125 BLAKE2B 839d4b8a4f95f2430378cbbeff5ad4f0095faeacfbdbd1d5ce87f62844f664bd89b500dc4d43b410be3bef296743cfd4fc77509547258bbc302d26deae753af9 SHA512 eed87ba597b8df064f38b873216f0a54fc4173d4393de49b648bc9e4e519778c4f3043701f8e6cb84a0f452ff555fcfa1d65afeb91d4466616bcc27838772fd6
 DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156 SHA512 59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68

diff --git a/dev-erlang/jose/jose-1.11.1.ebuild b/dev-erlang/jose/jose-1.11.1.ebuild
new file mode 100644
index 000000000000..2df775e9d8a8
--- /dev/null
+++ b/dev-erlang/jose/jose-1.11.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+IUSE=""
+
+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}"
+
+src_prepare() {
+	# disable warnings_as_errors for erlang 23 compatibiltiy
+	# https://github.com/potatosalad/erlang-jose/issues/87
+	sed -i -e 's|warnings_as_errors||g' \
+		-e 's|debug_info,|debug_info|g' rebar.config
+	rebar_src_prepare
+}


             reply	other threads:[~2021-12-10 13:06 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10 13:06 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-25  2:09 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/ Sam James
2024-10-18  8:36 Florian Schmaus
2024-06-10 20:05 Arthur Zamarin
2024-05-03 20:57 Florian Schmaus
2024-05-03 20:57 Florian Schmaus
2023-07-28 18:56 Sam James
2023-02-10 12:40 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2022-03-07 10:57 Florian Schmaus
2022-03-02 22:04 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-19 13:33 Sergei Trofimovich
2020-07-17 11:01 Sam James
2020-07-12  8:08 Sergei Trofimovich
2020-07-12  2:41 Sam James
2020-06-23 18:05 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-03  9:18 Hanno Boeck
2019-08-31 14:40 Hanno Boeck
2018-10-16 21:11 Amadeusz Piotr Żołnowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1639141420.4136091bc41e2e5cb05c21034abc7a507c8566db.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox