summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-12-30 22:59:32 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-12-30 23:35:22 +0000
commita4e7350dabb5896a1ea97b58ea3a5e466fcf5f5d (patch)
tree7f71e3ad4fd4a2b987d5c98184df425c5e9fc8d4 /dev-erlang/p1_utils/p1_utils-1.0.6.ebuild
parentdev-erlang/p1_pgsql: Bump version (diff)
downloadgentoo-a4e7350dabb5896a1ea97b58ea3a5e466fcf5f5d.tar.gz
gentoo-a4e7350dabb5896a1ea97b58ea3a5e466fcf5f5d.tar.bz2
gentoo-a4e7350dabb5896a1ea97b58ea3a5e466fcf5f5d.zip
dev-erlang/p1_utils: Bump version
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-erlang/p1_utils/p1_utils-1.0.6.ebuild')
-rw-r--r--dev-erlang/p1_utils/p1_utils-1.0.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-erlang/p1_utils/p1_utils-1.0.6.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.6.ebuild
new file mode 100644
index 000000000000..5a2e563409ba
--- /dev/null
+++ b/dev-erlang/p1_utils/p1_utils-1.0.6.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 ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )