commit:     3cea428be442ccb7c68c492421e8d16c5d34334b
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 22:17:56 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 22:20:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cea428b

dev-erlang/p1_utils: Add new package

It is debundled from net-im/ejabberd-16.04 and therefore inherits
keywords from ejabberd: ~amd64, ~arm, ~ppc and ~x86. ~ia64 and ~sparc
are not inherited because other dependency is missing these keywords and
there's no chance it can get them any time soon.

Package-Manager: portage-2.3.0_rc1

 dev-erlang/p1_utils/Manifest              |  1 +
 dev-erlang/p1_utils/metadata.xml          | 12 ++++++++++++
 dev-erlang/p1_utils/p1_utils-1.0.4.ebuild | 21 +++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest
new file mode 100644
index 0000000..8226210
--- /dev/null
+++ b/dev-erlang/p1_utils/Manifest
@@ -0,0 +1 @@
+DIST p1_utils-1.0.4.tar.gz 44082 SHA256 
3fb5157f1c1cc22c992b2b6541a95cedafbc1a2a5f6ae7abca3707150ff557f5 SHA512 
a86da4d5201ea9fa16574e4351f5f4ba32eb36fb61feb20231e4ee7c9bfe03a12724b6b50777adc65319055c29b8a3313c9fe72263089ad8a4c8b7ba9f30a3b8
 WHIRLPOOL 
1f989a9e0fdae2f0b0528df83b0c82317532436fd38c25317e771e213d2951a77206d279d841457ee07d6149eab50af0f84baea94d720fb155d432d14982fc1d

diff --git a/dev-erlang/p1_utils/metadata.xml b/dev-erlang/p1_utils/metadata.xml
new file mode 100644
index 0000000..bbe6a6e
--- /dev/null
+++ b/dev-erlang/p1_utils/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Amadeusz Żołnowski</name>
+       </maintainer>
+       <longdescription lang="en">
+               p1_utils is an application containing ProcessOne modules and 
tools that
+               are leveraged in other development projects.
+       </longdescription>
+</pkgmetadata>

diff --git a/dev-erlang/p1_utils/p1_utils-1.0.4.ebuild 
b/dev-erlang/p1_utils/p1_utils-1.0.4.ebuild
new file mode 100644
index 0000000..b6f2e17
--- /dev/null
+++ b/dev-erlang/p1_utils/p1_utils-1.0.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="~amd64 ~arm ~ppc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md  README.md )

Reply via email to