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 B34A31382C5 for ; Thu, 10 Jun 2021 17:36:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04CB5E08FB; Thu, 10 Jun 2021 17:36:27 +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 CDB9AE08FB for ; Thu, 10 Jun 2021 17:36:26 +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 BE6DC335CEE for ; Thu, 10 Jun 2021 17:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274DB78E for ; Thu, 10 Jun 2021 17:36:24 +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: <1623346579.048d14e976bb6af0cdfbf1fb96de530d115f7bae.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.8.ebuild X-VCS-Directories: dev-erlang/jiffy/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 048d14e976bb6af0cdfbf1fb96de530d115f7bae X-VCS-Branch: master Date: Thu, 10 Jun 2021 17:36:24 +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: f30e0af6-5aa7-4d1a-a8ed-89ffcb7eedb9 X-Archives-Hash: 4fe2d5de25b4e619d9bec98c0364beb1 commit: 048d14e976bb6af0cdfbf1fb96de530d115f7bae Author: Hanno Böck gentoo org> AuthorDate: Thu Jun 10 17:36:19 2021 +0000 Commit: Hanno Böck gentoo org> CommitDate: Thu Jun 10 17:36:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048d14e9 dev-erlang/jiffy: Version bump Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-3.0.19, Repoman-3.0.3 dev-erlang/jiffy/Manifest | 1 + dev-erlang/jiffy/jiffy-1.0.8.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-erlang/jiffy/Manifest b/dev-erlang/jiffy/Manifest index cd8d6c667f3..892694aece3 100644 --- a/dev-erlang/jiffy/Manifest +++ b/dev-erlang/jiffy/Manifest @@ -1 +1,2 @@ DIST jiffy-1.0.5.tar.gz 1896318 BLAKE2B 2ec82545b80d7cfae70a71a5bcb70be1f8c905bc2ab2ec5132d793cdb8050a7bf463eae99771afe9d80fc7911fc0e635c29d2bc236275ac1f564f99685b3fd1d SHA512 607dded2ccb5f27d6608e19a03fece847fc7bf5c7a1d92a7fafa95efcea157612c73807fd6d624445fa68f895ea4456bd851656b952d5e48b58b6fedf606a830 +DIST jiffy-1.0.8.tar.gz 1896454 BLAKE2B 2c47c7a4350ff5e8674b365a8b65d242896165aee6386a2200a51009b686f86eccda6f4e5b48b1c7d3b5b0f2cfafd1aedf723a64f57c5d2988710fcbf56901a1 SHA512 d248d4e41d780a8f676c4fa7eee6fbdc6f9a5a2867c558cb1ce6f1600093b242fad48d86221a37bfdb7bba0142635f577a4ac3e98106558f5a0ca817dd9a0574 diff --git a/dev-erlang/jiffy/jiffy-1.0.8.ebuild b/dev-erlang/jiffy/jiffy-1.0.8.ebuild new file mode 100644 index 00000000000..7003a8f4d81 --- /dev/null +++ b/dev-erlang/jiffy/jiffy-1.0.8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 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 )