summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2020-07-01 13:57:09 +0200
committerHanno Böck <hanno@gentoo.org>2020-07-01 13:57:09 +0200
commitfcecd656174ce4fc08e1f14206fda13ff70969b5 (patch)
tree778288d7f5f64a0dd418a419c11558d82bcad5c0 /dev-erlang/jiffy/jiffy-1.0.5.ebuild
parentdev-erlang/sqlite3: Version bump (diff)
downloadgentoo-fcecd656174ce4fc08e1f14206fda13ff70969b5.tar.gz
gentoo-fcecd656174ce4fc08e1f14206fda13ff70969b5.tar.bz2
gentoo-fcecd656174ce4fc08e1f14206fda13ff70969b5.zip
dev-erlang/jiffy: Version bump
Closes: https://bugs.gentoo.org/724312 Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-2.3.103, Repoman-2.3.23
Diffstat (limited to 'dev-erlang/jiffy/jiffy-1.0.5.ebuild')
-rw-r--r--dev-erlang/jiffy/jiffy-1.0.5.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-erlang/jiffy/jiffy-1.0.5.ebuild b/dev-erlang/jiffy/jiffy-1.0.5.ebuild
new file mode 100644
index 000000000000..4de5857dab6c
--- /dev/null
+++ b/dev-erlang/jiffy/jiffy-1.0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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 )