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 249231581C1 for ; Sun, 14 Jul 2024 17:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A85E2A96; Sun, 14 Jul 2024 17:45:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AB2C0E2A96 for ; Sun, 14 Jul 2024 17:45:57 +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 E6AB633BEFF for ; Sun, 14 Jul 2024 17:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EDA11DBB for ; Sun, 14 Jul 2024 17:45:55 +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: <1720979079.2a3981cde57383d24acb63096bc4992dfd5cdcf0.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.26.ebuild X-VCS-Directories: dev-erlang/p1_utils/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2a3981cde57383d24acb63096bc4992dfd5cdcf0 X-VCS-Branch: master Date: Sun, 14 Jul 2024 17:45:55 +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: 1681f3d0-6918-4f24-8137-387e5658595f X-Archives-Hash: e06553759d2337fa4d1bf25fcf24e197 commit: 2a3981cde57383d24acb63096bc4992dfd5cdcf0 Author: Florian Schmaus gentoo org> AuthorDate: Sun Jul 14 08:22:04 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jul 14 17:44:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3981cd dev-erlang/p1_utils: add 1.0.26 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/p1_utils/Manifest | 1 + dev-erlang/p1_utils/p1_utils-1.0.26.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest index 6715ecf87260..525ea1fcbf7f 100644 --- a/dev-erlang/p1_utils/Manifest +++ b/dev-erlang/p1_utils/Manifest @@ -1 +1,2 @@ DIST p1_utils-1.0.25.tar.gz 47802 BLAKE2B 6d3b61257eed3b07312a58f3dc966be27f1c8ecec41a78755fa010427dbbe403b82317b991e0759e3286b710161231464e24b407ffa545d7b2ce1d948de154d7 SHA512 e96bcd309dfaf3f80de573b7ad1b7281ee0cb97b0b91f92a5a9c5b5ccc969dce4d6b1adbaef9ff33bf9deb0da8e6b1738fbe3f69235b51a0069e0fda72a16d74 +DIST p1_utils-1.0.26.tar.gz 47863 BLAKE2B 263263ad6adb9897b6798e878655bfd3f03e17c0b2102b253960db5122213ead296647a792d812e0a54faed0aba22badd2a8a3c20fb859bf264add07acdf37fa SHA512 2e17a931302ac6c6c560b92a38f6868f3e2c5863fa9a3724ed7f3339ce149c7be1b8202cafebb26edbf547dfa49a62cae9c4016dd0b0f3aa5bc3d3d918324519 diff --git a/dev-erlang/p1_utils/p1_utils-1.0.26.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.26.ebuild new file mode 100644 index 000000000000..564606c4d984 --- /dev/null +++ b/dev-erlang/p1_utils/p1_utils-1.0.26.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit rebar3 + +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 ~ppc64 ~sparc ~x86" + +DEPEND=">=dev-lang/erlang-17.1:=" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )