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 4663F158086 for ; Fri, 10 Dec 2021 13:06:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E0EF2BC01F; Fri, 10 Dec 2021 13:06:26 +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 E69022BC007 for ; Fri, 10 Dec 2021 13:06:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1427134316D for ; Fri, 10 Dec 2021 13:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 549C61F4 for ; Fri, 10 Dec 2021 13:06:22 +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: <1639141416.99085682df836541b6f1bcdeda4744ed634aa1b9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/p1_utils/Manifest dev-erlang/p1_utils/p1_utils-1.0.23.ebuild X-VCS-Directories: dev-erlang/p1_utils/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 99085682df836541b6f1bcdeda4744ed634aa1b9 X-VCS-Branch: master Date: Fri, 10 Dec 2021 13:06:22 +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: 198986e9-672d-45fd-b2c3-6bf061c7789c X-Archives-Hash: 85a7b716f16880f09b66690a5641717f commit: 99085682df836541b6f1bcdeda4744ed634aa1b9 Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 10 08:31:12 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 10 13:03:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99085682 dev-erlang/p1_utils: add 1.0.23 Bug: https://bugs.gentoo.org/810886 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/p1_utils/Manifest | 1 + dev-erlang/p1_utils/p1_utils-1.0.23.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest index f2b69b8b718a..b809c253d5f9 100644 --- a/dev-erlang/p1_utils/Manifest +++ b/dev-erlang/p1_utils/Manifest @@ -1,2 +1,3 @@ DIST p1_utils-1.0.19.tar.gz 63649 BLAKE2B 0fe55dc6fdd436b5e77ad02bba923afe17cbac71374aee53a752739a93bb1d07c1ad85327e7c198cc442722a57928b750efd6d35f4a30cacb923045dd39e57c5 SHA512 bcc4b2abcd7d783d307e53b154da22bb548be05dd0636e455485423e8ab74acf097f1b3be58989dcdd5cc178746777b3062c332e73d2d9e4771973aa6e523376 DIST p1_utils-1.0.22.tar.gz 64860 BLAKE2B 59b556f8d3662c60786b2723c163c8a34f6ffe8f0507141ea0a7ed7214fc00a6b74d840e115bd5fdc97b7382f510b05c1c29ef794299a6687990fffceb785eb2 SHA512 f9e0106ebb6bc7a63080a38ec59fb417fe9443dd53e801bed48ad26a112c0e6b82dd1bc1a5a7930170f41151b44054d33f53c8372f8bc3d53e789e135d63d674 +DIST p1_utils-1.0.23.tar.gz 65338 BLAKE2B 97d2c750b3435c53dfd7cfa61a73f9e7af13aff36fa546bf7b2acee88450e61eb3065c7357701bd652e9aa1d9732dbe033f25b91932b8bbd93381c620189314d SHA512 9fb385641852d100c21e25cb21978436bfac55f17b24c31b983e27c7877274c6a27e9d8084e791633a9d1f4e1bf0b8075307e95384b9698106043a2aac70d62c diff --git a/dev-erlang/p1_utils/p1_utils-1.0.23.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.23.ebuild new file mode 100644 index 000000000000..0b98c187c8ea --- /dev/null +++ b/dev-erlang/p1_utils/p1_utils-1.0.23.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit rebar + +DESCRIPTION="Erlang utility modules from ProcessOne" +HOMEPAGE="https://github.com/processone/p1_utils" +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 ~ppc64 ~sparc ~x86" + +DEPEND=">=dev-lang/erlang-17.1:=" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )