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 940BF138335 for ; Wed, 18 Sep 2019 11:22:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94D8DE0986; Wed, 18 Sep 2019 11:22:38 +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 6B2B5E0986 for ; Wed, 18 Sep 2019 11:22:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 29E3D34B2BD for ; Wed, 18 Sep 2019 11:22:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BC4F7F0 for ; Wed, 18 Sep 2019 11:22:35 +0000 (UTC) From: "Hanno Boeck" 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 Boeck" Message-ID: <1568805747.0603375931f835fe86aabedab035d0805131f6ed.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jiffy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/jiffy/Manifest dev-erlang/jiffy/jiffy-1.0.1.ebuild dev-erlang/jiffy/metadata.xml X-VCS-Directories: dev-erlang/jiffy/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: 0603375931f835fe86aabedab035d0805131f6ed X-VCS-Branch: master Date: Wed, 18 Sep 2019 11:22:35 +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: 3c16030e-8df7-4805-9571-df42e42c96ae X-Archives-Hash: 73972165e5c6b543d4266564db9392c8 commit: 0603375931f835fe86aabedab035d0805131f6ed Author: Hanno gentoo org> AuthorDate: Wed Sep 18 11:22:27 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Wed Sep 18 11:22:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06033759 dev-erlang/jiffy: Version bump. >From Vampik's overlay. Signed-off-by: Hanno Boeck gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.17 dev-erlang/jiffy/Manifest | 1 + dev-erlang/jiffy/jiffy-1.0.1.ebuild | 20 ++++++++++++++++++++ dev-erlang/jiffy/metadata.xml | 4 +++- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/dev-erlang/jiffy/Manifest b/dev-erlang/jiffy/Manifest index 7625f3fd993..7c75e933eb5 100644 --- a/dev-erlang/jiffy/Manifest +++ b/dev-erlang/jiffy/Manifest @@ -1,2 +1,3 @@ DIST jiffy-0.14.11.tar.gz 1878494 BLAKE2B e0240c0dcd81e1e505c41197772ecf659c76b7f91f1435c5a2debe558d9aa30291a6bd564b13fa617f801150dc4386d2d5f53ee6d64b1a7f8a59ea1e2f320d57 SHA512 0530958c04ecd3c479b432d15aa5c8c86ce9e39a828bf4e48eaa096a2a9b9c593b9cf07836346bf82e27ffcbaa6e923bc298e856701460e44c9c62a7c888028e DIST jiffy-0.14.9.tar.gz 1878413 BLAKE2B 6df392a6849b012d6a635191fec90f116b729d2602342b85ff4e0585f5db7c1319bf2d622d74f1807476af879a117b8e7d7b45c1d834f81309d96f184cbe36dd SHA512 2c8e7b2ea95c69cb0c6a7d02e341591e6807d0d81577050bf6f884dc7af7335e909f01cf7017ea27fae922d9a50ca4709fe0603b5de282b58d71afe4e06f7813 +DIST jiffy-1.0.1.tar.gz 1820182 BLAKE2B f2a3482cd1a8c3b713237e6564493cc480caafb730a058c3be0b1bc71f30d24733b94deb0b895071f3ac5b63c6dff03a52440406362aacba271c5decd9eddcb8 SHA512 cbfa148833ceaab42a970a4894f781f02bb214fbb2d042ccd22c8e04b53e47b53be51abdcb30ed7b143f0b72deb6d20878ca23d518090707c43f2b36431f7087 diff --git a/dev-erlang/jiffy/jiffy-1.0.1.ebuild b/dev-erlang/jiffy/jiffy-1.0.1.ebuild new file mode 100644 index 00000000000..4b1dcfb2aa0 --- /dev/null +++ b/dev-erlang/jiffy/jiffy-1.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit rebar + +DESCRIPTION="JSON NIFs for Erlang" +HOMEPAGE="https://github.com/davisp/jiffy" +SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="MIT BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( README.md ) diff --git a/dev-erlang/jiffy/metadata.xml b/dev-erlang/jiffy/metadata.xml index e1cc1a9e9c4..0b084614449 100644 --- a/dev-erlang/jiffy/metadata.xml +++ b/dev-erlang/jiffy/metadata.xml @@ -1,7 +1,9 @@ - + + hanno@gentoo.org + davisp/jiffy