From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/
Date: Tue, 16 Oct 2018 21:11:57 +0000 (UTC) [thread overview]
Message-ID: <1539724222.976aeebd477c90fbf10681d7669403ce4696ca55.aidecoe@gentoo> (raw)
commit: 976aeebd477c90fbf10681d7669403ce4696ca55
Author: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 10 20:59:16 2018 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 21:10:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976aeebd
dev-erlang/jose: Add new package
It's required by new version of ejabberd.
Thanks to Rion <rion4ik <AT> gmail.com>.
Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo.org>
dev-erlang/jose/Manifest | 1 +
dev-erlang/jose/jose-1.8.4.ebuild | 28 ++++++++++++++++++++++++++++
dev-erlang/jose/metadata.xml | 11 +++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
new file mode 100644
index 00000000000..124e9062757
--- /dev/null
+++ b/dev-erlang/jose/Manifest
@@ -0,0 +1 @@
+DIST erlang-jose-1.8.4.tar.gz 230947 BLAKE2B 18bfd6b710295575d0547afcc866674f2c65fec2742ee4dedbbe7a883fef45a9abbccfc669c90d75f5091e70b91bd7b478f4fea5d3beaa3f65510d92db07da39 SHA512 47171b4e5f6b61735a15365b4130c110c14de1f4b157cdbf97b448550d48de4ab27a30537e9d9f613d87862d592b3bd95638daacee60f3f5b9877d80a3de773b
diff --git a/dev-erlang/jose/jose-1.8.4.ebuild b/dev-erlang/jose/jose-1.8.4.ebuild
new file mode 100644
index 00000000000..ac1b010be61
--- /dev/null
+++ b/dev-erlang/jose/jose-1.8.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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-17.1
+ >=dev-erlang/base64url-0.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.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}"
diff --git a/dev-erlang/jose/metadata.xml b/dev-erlang/jose/metadata.xml
new file mode 100644
index 00000000000..aded353904a
--- /dev/null
+++ b/dev-erlang/jose/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>aidecoe@gentoo.org</email>
+ <name>Amadeusz Żołnowski</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">potatosalad/erlang-jose</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2018-10-16 21:12 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-16 21:11 Amadeusz Piotr Żołnowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-08-31 14:40 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/ Hanno Boeck
2019-11-03 9:18 Hanno Boeck
2019-12-16 11:33 Hanno Böck
2020-06-23 18:05 Hanno Böck
2020-07-12 2:41 Sam James
2020-07-12 8:08 Sergei Trofimovich
2020-07-17 11:01 Sam James
2020-07-19 13:33 Sergei Trofimovich
2020-08-06 11:47 Agostino Sarubbo
2020-08-06 11:52 Agostino Sarubbo
2021-12-10 13:06 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2022-03-02 22:04 Florian Schmaus
2022-03-07 10:57 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2023-02-10 12:40 Florian Schmaus
2023-07-28 18:56 Sam James
2024-05-03 20:57 Florian Schmaus
2024-05-03 20:57 Florian Schmaus
2024-06-10 20:05 Arthur Zamarin
2024-10-18 8:36 Florian Schmaus
2024-11-25 2:09 Sam James
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=1539724222.976aeebd477c90fbf10681d7669403ce4696ca55.aidecoe@gentoo \
--to=aidecoe@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