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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BFC4158042 for ; Fri, 18 Oct 2024 08:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E1DE0951; Fri, 18 Oct 2024 08:27:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D7DAE0954 for ; Fri, 18 Oct 2024 08:27:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C306A343078 for ; Fri, 18 Oct 2024 08:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E0922215 for ; Fri, 18 Oct 2024 08:27:05 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1729239688.68218b1f45c56afe7e16e71fd147335f582409e0.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/pkix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/pkix/Manifest dev-erlang/pkix/pkix-1.0.10.ebuild X-VCS-Directories: dev-erlang/pkix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 68218b1f45c56afe7e16e71fd147335f582409e0 X-VCS-Branch: master Date: Fri, 18 Oct 2024 08:27:05 +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: 5a438796-a8d0-4cd7-8db0-ff1270439186 X-Archives-Hash: 80833716dcd8c75f95b5b8c8ffef5175 commit: 68218b1f45c56afe7e16e71fd147335f582409e0 Author: Florian Schmaus gentoo org> AuthorDate: Fri Oct 18 07:25:45 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Oct 18 08:21:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68218b1f dev-erlang/pkix: add 1.0.10 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/pkix/Manifest | 1 + dev-erlang/pkix/pkix-1.0.10.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-erlang/pkix/Manifest b/dev-erlang/pkix/Manifest index 1e88c831de32..bc70cf8cde50 100644 --- a/dev-erlang/pkix/Manifest +++ b/dev-erlang/pkix/Manifest @@ -1 +1,2 @@ +DIST pkix-1.0.10.tar.gz 401784 BLAKE2B 735482db401d3374b8cc92752edf9cd79eded86f99737eebb1fabf4136c287ba8a349bd45f6004d25a807cdf10808c75d544dabaea938dc68455db7dcaaee876 SHA512 955308820b49d8f2ae155ad4b60704aca0706bbf0ced759c7a47b8e34c585a326eb7f29495174c8599054311414acd3de48fc03b7f5f9a669eb7956e76f36581 DIST pkix-1.0.9.tar.gz 406218 BLAKE2B 0c1cbf73206cc8b17f11cb1cb4994ea05c7d6a8cc07d84599b4eb8c1fe68d161eb0c970ad14d23e6183ce65d608d26e21ad860b9026c8a3b7846b2bd7158821a SHA512 bd428814421effdc74c418a376b44716f4f79095550dd1b8431bfb51e8d26262015be0dda7948a9b8f9fc60a0cd0d12289161c8b497134f6413fd1e1efb886ba diff --git a/dev-erlang/pkix/pkix-1.0.10.ebuild b/dev-erlang/pkix/pkix-1.0.10.ebuild new file mode 100644 index 000000000000..7c07947239e7 --- /dev/null +++ b/dev-erlang/pkix/pkix-1.0.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit rebar3 + +DESCRIPTION="PKIX certificates management library for Erlang" +HOMEPAGE="https://github.com/processone/pkix" +SRC_URI=" + https://github.com/processone/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~sparc ~x86" + +DOCS=( README.md )