diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-05-27 20:34:56 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-05-27 21:55:00 +0100 |
commit | 3f807fd9efad996f27c7dec02619ab93cf147146 (patch) | |
tree | 3a63190958c7c28045f37829b4c1bc4e5353610f /dev-erlang/jiffy/jiffy-0.14.11.ebuild | |
parent | dev-erlang/epam: Bump version (diff) | |
download | gentoo-3f807fd9efad996f27c7dec02619ab93cf147146.tar.gz gentoo-3f807fd9efad996f27c7dec02619ab93cf147146.tar.bz2 gentoo-3f807fd9efad996f27c7dec02619ab93cf147146.zip |
dev-erlang/jiffy: Bump version
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-erlang/jiffy/jiffy-0.14.11.ebuild')
-rw-r--r-- | dev-erlang/jiffy/jiffy-0.14.11.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-erlang/jiffy/jiffy-0.14.11.ebuild b/dev-erlang/jiffy/jiffy-0.14.11.ebuild new file mode 100644 index 000000000000..a7da3d1b9333 --- /dev/null +++ b/dev-erlang/jiffy/jiffy-0.14.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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 ) |