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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA9E3158091 for ; Tue, 17 May 2022 20:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0864E0954; Tue, 17 May 2022 20:02:29 +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 94D7CE0954 for ; Tue, 17 May 2022 20:02:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B329D341D1C for ; Tue, 17 May 2022 20:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1841E4C3 for ; Tue, 17 May 2022 20:02:25 +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: <1652817685.af94bad3ccc63038cd7c3e0b3524a46c5dffb466.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.9.ebuild X-VCS-Directories: dev-erlang/pkix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: af94bad3ccc63038cd7c3e0b3524a46c5dffb466 X-VCS-Branch: master Date: Tue, 17 May 2022 20:02:25 +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: ff580512-5b38-4b37-bb1e-87010a487da2 X-Archives-Hash: d141a80c7dab047c1d36a396f3320e94 commit: af94bad3ccc63038cd7c3e0b3524a46c5dffb466 Author: Florian Schmaus gentoo org> AuthorDate: Tue May 17 17:46:07 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue May 17 20:01:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af94bad3 dev-erlang/pkix: add 1.0.9 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/pkix/Manifest | 1 + dev-erlang/pkix/pkix-1.0.9.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-erlang/pkix/Manifest b/dev-erlang/pkix/Manifest index 26709cdb04e2..b360b15a2a1d 100644 --- a/dev-erlang/pkix/Manifest +++ b/dev-erlang/pkix/Manifest @@ -1 +1,2 @@ DIST pkix-1.0.8.tar.gz 413346 BLAKE2B 0c159bfc2b40d50739dbdfad1b0c73150e8cea2ebd4e99bc7e5f91edae0982ea0da3c9a34a7f5c04f2d527e599bc4e8e6250be2e0bdd98ea41c0663724e16f66 SHA512 c665aac5c19b38c23510dc1dbd7dff9b1469d39db3df6086290f45b781a40eeb9a060beb236613cbd0ff1e48d27f86d63a1bc02faf51a33b61c8bc5cc1ec98cc +DIST pkix-1.0.9.tar.gz 406218 BLAKE2B 0c1cbf73206cc8b17f11cb1cb4994ea05c7d6a8cc07d84599b4eb8c1fe68d161eb0c970ad14d23e6183ce65d608d26e21ad860b9026c8a3b7846b2bd7158821a SHA512 bd428814421effdc74c418a376b44716f4f79095550dd1b8431bfb51e8d26262015be0dda7948a9b8f9fc60a0cd0d12289161c8b497134f6413fd1e1efb886ba diff --git a/dev-erlang/pkix/pkix-1.0.9.ebuild b/dev-erlang/pkix/pkix-1.0.9.ebuild new file mode 100644 index 000000000000..97697e1156af --- /dev/null +++ b/dev-erlang/pkix/pkix-1.0.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit rebar + +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 ~ia64 ~ppc ~sparc ~x86" + +DOCS=( README.md )