summaryrefslogtreecommitdiff
path: root/dev-erlang/p1_utils
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-06-06 23:17:56 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-06-07 23:20:40 +0100
commit3cea428be442ccb7c68c492421e8d16c5d34334b (patch)
treeebbde9168bdf9db8faa9e8c57368838c7e9934fb /dev-erlang/p1_utils
parent29c428d6fffd83da3882fb8c6c4b6c52c996409e (diff)
downloadgentoo-3cea428be442ccb7c68c492421e8d16c5d34334b.tar.gz
gentoo-3cea428be442ccb7c68c492421e8d16c5d34334b.tar.xz
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
Diffstat (limited to 'dev-erlang/p1_utils')
-rw-r--r--dev-erlang/p1_utils/Manifest1
-rw-r--r--dev-erlang/p1_utils/metadata.xml12
-rw-r--r--dev-erlang/p1_utils/p1_utils-1.0.4.ebuild21
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest
new file mode 100644
index 00000000000..822621005f3
--- /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 00000000000..bbe6a6e3b77
--- /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>aidecoe@gentoo.org</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 00000000000..b6f2e1764b9
--- /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 )