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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 714661382C5 for ; Tue, 23 Jun 2020 18:05:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94CECE0907; Tue, 23 Jun 2020 18:05:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74B33E0907 for ; Tue, 23 Jun 2020 18:05:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0D2E34EF31 for ; Tue, 23 Jun 2020 18:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61A642AE for ; Tue, 23 Jun 2020 18:05:33 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1592935521.8d21e3aa4366432d35475172b5d10a008918b575.hanno@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.10.1.ebuild X-VCS-Directories: dev-erlang/jose/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 8d21e3aa4366432d35475172b5d10a008918b575 X-VCS-Branch: master Date: Tue, 23 Jun 2020 18:05:33 +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: 33fa1eb4-7cba-4075-bbc9-4bf5da32f716 X-Archives-Hash: 741743584fcfc3b58d5cdaec4f0e5cf8 commit: 8d21e3aa4366432d35475172b5d10a008918b575 Author: Hanno Böck gentoo org> AuthorDate: Tue Jun 23 18:05:21 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Tue Jun 23 18:05:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d21e3aa dev-erlang/jose: Bump. Disable errors on compile warnings due to deprecations. Remove base64 dependency, no longer needed. Signed-off-by: Hanno Böck gentoo.org> Closes: https://bugs.gentoo.org/723332 Package-Manager: Portage-2.3.102, Repoman-2.3.23 dev-erlang/jose/Manifest | 1 + dev-erlang/jose/jose-1.10.1.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest index 3ba50666445..c908bfb0259 100644 --- a/dev-erlang/jose/Manifest +++ b/dev-erlang/jose/Manifest @@ -1 +1,2 @@ +DIST erlang-jose-1.10.1.tar.gz 279187 BLAKE2B 18b606e5a2fd93b96a26b989a52235af08bd925eb610a9010b4ff930c1feb50bf8143456bd6b4743b53342948185eb5e4d4df760f774fc4bce1dc6a11fb2acf6 SHA512 2887a1d43e212516b32a0a690d5a94e6a797b4802b21fa0a51cc4830790f56625575db38af8fb1c0f4cf4694740c6149eb75989cfbd51867af69c1b23b7ba8ee DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156 SHA512 59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68 diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild new file mode 100644 index 00000000000..2edbf510886 --- /dev/null +++ b/dev-erlang/jose/jose-1.10.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~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 +}