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 B04FD138359 for ; Mon, 12 Oct 2020 14:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01C3DE088A; Mon, 12 Oct 2020 14:34:07 +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 DF6D7E088A for ; Mon, 12 Oct 2020 14:34:06 +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 3D7993408F9 for ; Mon, 12 Oct 2020 14:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9280395 for ; Mon, 12 Oct 2020 14:34:03 +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: <1602513236.1c9cc5fe0b6e0a9a38b2f764edb14da311803092.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/fast_yaml/Manifest dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild X-VCS-Directories: dev-erlang/fast_yaml/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 1c9cc5fe0b6e0a9a38b2f764edb14da311803092 X-VCS-Branch: master Date: Mon, 12 Oct 2020 14:34:03 +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: 59fe5749-cf6a-4294-9c4b-b518d8c050b0 X-Archives-Hash: c7a598c93ce825961ef34ae6083de495 commit: 1c9cc5fe0b6e0a9a38b2f764edb14da311803092 Author: Hanno Böck gentoo org> AuthorDate: Mon Oct 12 14:33:56 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Mon Oct 12 14:33:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9cc5fe dev-erlang/fast_yaml: Bump Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.1 dev-erlang/fast_yaml/Manifest | 1 + dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest index 1f31cedc037..af996e9e037 100644 --- a/dev-erlang/fast_yaml/Manifest +++ b/dev-erlang/fast_yaml/Manifest @@ -1 +1,2 @@ DIST fast_yaml-1.0.25.tar.gz 59025 BLAKE2B ea5eda560ed2fdc2a0935b481fa5fc9c8c3cfd75292842a5071b5e0429604515bd672421d581a250b0fde3cadfae100616aba7885280ce174f847b235f1379ab SHA512 4a6c7e9c8167f67299929f274e83d57476d0347dcb785fdc332aa68ce11af320f706d83d53fd5048d4f6718d6a82f3aa30d1dfead6eba64a39ec26739ae95456 +DIST fast_yaml-1.0.27.tar.gz 59075 BLAKE2B 0d1c6c33c0a4063651d788f6a006d76094500a928e4cbd6bc4014a4dbc899bde2aa087d9a43053c2401fbf5fc97b4fbf6eb8622eb72811cf49dc5a97ade76290 SHA512 7f57a38bee13275607a97780ee634e2d909e35c2593263d5622595e541102b08006d09f19fd01a958f0119956b650ec253c013782f599b68b391fc2fc5f44512 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild new file mode 100644 index 00000000000..4595b3fff25 --- /dev/null +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit rebar + +DESCRIPTION="Fast Yaml native library for Erlang and Elixir" +HOMEPAGE="https://github.com/processone/fast_yaml" +SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-erlang/p1_utils-1.0.20 + dev-libs/libyaml" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )