summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-11-10 22:23:06 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-11-11 20:14:50 +0000
commit6bddf0453a26be81f639d21949ba86c6666e71b8 (patch)
tree6646b80f752b2c88a08f556e93bf634f1dcf4ed4 /dev-erlang/jiffy/jiffy-0.14.8.ebuild
parentdev-erlang/esip: Bump version to 1.0.8 (diff)
downloadgentoo-6bddf0453a26be81f639d21949ba86c6666e71b8.tar.gz
gentoo-6bddf0453a26be81f639d21949ba86c6666e71b8.tar.bz2
gentoo-6bddf0453a26be81f639d21949ba86c6666e71b8.zip
dev-erlang/jiffy: Bump version to 0.14.8
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-erlang/jiffy/jiffy-0.14.8.ebuild')
-rw-r--r--dev-erlang/jiffy/jiffy-0.14.8.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-erlang/jiffy/jiffy-0.14.8.ebuild b/dev-erlang/jiffy/jiffy-0.14.8.ebuild
new file mode 100644
index 000000000000..b25b647df2c6
--- /dev/null
+++ b/dev-erlang/jiffy/jiffy-0.14.8.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="JSON NIFs for Erlang"
+HOMEPAGE="https://github.com/davisp/jiffy"
+SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )