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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D5F7138334 for ; Sat, 31 Aug 2019 13:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A43B0E0863; Sat, 31 Aug 2019 13:57:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8363DE0863 for ; Sat, 31 Aug 2019 13:57:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1294134A771 for ; Sat, 31 Aug 2019 13:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFFAA4D3 for ; Sat, 31 Aug 2019 13:57:41 +0000 (UTC) From: "Hanno Boeck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" Message-ID: <1567259842.c132ec191c4afb9705b6661c0c64b7c6270e91bf.hanno@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.16.ebuild X-VCS-Directories: dev-erlang/p1_utils/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: c132ec191c4afb9705b6661c0c64b7c6270e91bf X-VCS-Branch: master Date: Sat, 31 Aug 2019 13:57:41 +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: 03075ca1-f75a-48d8-a9bb-f9b5b4b845de X-Archives-Hash: 228c19ebc364a0a103de4113e5210eec commit: c132ec191c4afb9705b6661c0c64b7c6270e91bf Author: Hanno gentoo org> AuthorDate: Sat Aug 31 13:56:08 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Sat Aug 31 13:57:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c132ec19 dev-erlang/p1_utils: Version bump Signed-off-by: Hanno Boeck gentoo.org> Package-Manager: Portage-2.3.74, Repoman-2.3.17 dev-erlang/p1_utils/Manifest | 1 + dev-erlang/p1_utils/p1_utils-1.0.16.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest index dca7d710d32..7146881cdc9 100644 --- a/dev-erlang/p1_utils/Manifest +++ b/dev-erlang/p1_utils/Manifest @@ -1 +1,2 @@ DIST p1_utils-1.0.13.tar.gz 56548 BLAKE2B a92aa78960673f2a52b5247dc48ea94e73e018f1a9504b57c15ebfb3b12eb9b6b5dd4e706782f4200cd35f07d3193c4cf07eff462bc74b4714d1e3da4d97077d SHA512 eb4fa41a46973c300b752efa273554e293c19235c3649166f1cb52d9512d0bfa3f032053a35ca10aec1d6594f352c386720ecb193233cebea226f45e0c0add34 +DIST p1_utils-1.0.16.tar.gz 63418 BLAKE2B f7384737ba2c758ef25aedf9b1ddbe870c858172db5ed37dd146eeda0640cd589f9176f946e6c53d04d1f3d5c711d9c58e3fdd66245b603e94d9b04ce72ba086 SHA512 f7e2ae20771cb7405092b194af4f63c5d25d5f7a245ee343994ce626d5e80626f94af1bf3ec75c3d102d10c8b64238e3f90437ec6a932d8fd22877f9d4764b6a diff --git a/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild new file mode 100644 index 00000000000..ed18b559a3e --- /dev/null +++ b/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )