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 561B5138334 for ; Sat, 31 Aug 2019 14:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B9FBE086E; Sat, 31 Aug 2019 14:19:30 +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 6E43CE086E for ; Sat, 31 Aug 2019 14:19:30 +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 4BB3D34A74F for ; Sat, 31 Aug 2019 14:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA4A44D3 for ; Sat, 31 Aug 2019 14:19:27 +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: <1567261162.d2de3a13bc27343b76527c14eeb61d524f430bc6.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_tls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/fast_tls/Manifest dev-erlang/fast_tls/fast_tls-1.1.2.ebuild X-VCS-Directories: dev-erlang/fast_tls/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: d2de3a13bc27343b76527c14eeb61d524f430bc6 X-VCS-Branch: master Date: Sat, 31 Aug 2019 14:19:27 +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: cc5ed3c9-3ab4-4592-af5f-6bc680265798 X-Archives-Hash: 7c50d45f289bc15dd3277fe3a13d2324 commit: d2de3a13bc27343b76527c14eeb61d524f430bc6 Author: Hanno gentoo org> AuthorDate: Sat Aug 31 14:18:55 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Sat Aug 31 14:19:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2de3a13 dev-erlang/fast_tls: Version bump Signed-off-by: Hanno Boeck gentoo.org> Package-Manager: Portage-2.3.74, Repoman-2.3.17 dev-erlang/fast_tls/Manifest | 1 + dev-erlang/fast_tls/fast_tls-1.1.2.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-erlang/fast_tls/Manifest b/dev-erlang/fast_tls/Manifest index 0b1e6707214..fda9a0dedc3 100644 --- a/dev-erlang/fast_tls/Manifest +++ b/dev-erlang/fast_tls/Manifest @@ -1 +1,2 @@ DIST fast_tls-1.0.26.tar.gz 76348 BLAKE2B 3016d26724119a2b0b6e4ce9691ceeca7009ee758465f7d7203cab526c9cf588cefd859cb452d7f28877a2d3cf4eef26f9941bccb7aee4794006d9c0f4e8561e SHA512 3be4ed4a346c2d20f7a9d080a12e98fcf180c2f25df7a505a798ca8581aee74c4dc2f92b74c1a6866d6b13e65940cf0adfaff3cceccb0fe9fb3f375a3ebcfcd8 +DIST fast_tls-1.1.2.tar.gz 80657 BLAKE2B 44df81fca2e2a3dac8b4c9dac2506d313aea7d1a75a05b1cc1bd42e237c6ed951306e2acf7169538e3d0e68463fa8142f4d57776a8c86abdbd17f6973600f79e SHA512 79027ba6d80cb6b2bc0d6cd92d3889fa13e7ee746db20582517fc0ce36173b112805a94568a89d718166dfa4b41cd49bf8a6bc505979d4b25a389e87fdc3e4cb diff --git a/dev-erlang/fast_tls/fast_tls-1.1.2.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.2.ebuild new file mode 100644 index 00000000000..a51677b11bc --- /dev/null +++ b/dev-erlang/fast_tls/fast_tls-1.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit rebar + +DESCRIPTION="TLS/SSL native driver for Erlang and Elixir" +HOMEPAGE="https://github.com/processone/fast_tls" +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" +IUSE="libressl" + +DEPEND=">=dev-erlang/p1_utils-1.0.16 + >=dev-lang/erlang-17.1 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )