commit: 68218b1f45c56afe7e16e71fd147335f582409e0 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Oct 18 07:25:45 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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 )
