From 9410a7535877bb4a5060fca1d24951d09bfb87e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Fri, 22 Mar 2019 00:09:51 +0100 Subject: [PATCH] [dev-erlang/p1_utils] bump to 1.0.14 --- dev-erlang/p1_utils/Manifest | 1 + dev-erlang/p1_utils/p1_utils-1.0.14.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 dev-erlang/p1_utils/Manifest create mode 100644 dev-erlang/p1_utils/p1_utils-1.0.14.ebuild diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest new file mode 100644 index 0000000..1550323 --- /dev/null +++ b/dev-erlang/p1_utils/Manifest @@ -0,0 +1 @@ +DIST p1_utils-1.0.14.tar.gz 60573 BLAKE2B 45da4891e83942aebbe2fb87fc2210156a89ef6482108af5ea08fdb44fd97c68c894f2f3cf1c2460009498bb5475fc722f8ab09787b3e5f9211d6339bb07cdc9 SHA512 6f658ce0986303a0b4be2508948fabd15639faa1e25edcde1e3cbc06c13d997fe5045fc21286e1bffcd14f2ddbad1099320d10127951883921b46f9ae6e34f22 diff --git a/dev-erlang/p1_utils/p1_utils-1.0.14.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.14.ebuild new file mode 100644 index 0000000..ed18b55 --- /dev/null +++ b/dev-erlang/p1_utils/p1_utils-1.0.14.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 )