diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-06-06 23:15:53 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-06-07 23:20:23 +0100 |
commit | dd81bf9b37a0d9282fe6b549b930dc2b9f1497cc (patch) | |
tree | 5abbea9b9c407b0c112a5e5b11fed7d525b23d0d /dev-erlang/jiffy | |
parent | dev-erlang/iconv: Add new package (diff) | |
download | gentoo-dd81bf9b37a0d9282fe6b549b930dc2b9f1497cc.tar.gz gentoo-dd81bf9b37a0d9282fe6b549b930dc2b9f1497cc.tar.bz2 gentoo-dd81bf9b37a0d9282fe6b549b930dc2b9f1497cc.zip |
dev-erlang/jiffy: 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/jiffy')
-rw-r--r-- | dev-erlang/jiffy/Manifest | 1 | ||||
-rw-r--r-- | dev-erlang/jiffy/jiffy-0.14.7.ebuild | 21 | ||||
-rw-r--r-- | dev-erlang/jiffy/metadata.xml | 8 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-erlang/jiffy/Manifest b/dev-erlang/jiffy/Manifest new file mode 100644 index 000000000000..b1c4f0ade96b --- /dev/null +++ b/dev-erlang/jiffy/Manifest @@ -0,0 +1 @@ +DIST jiffy-0.14.7.tar.gz 1856522 SHA256 633e2c19aae9cbd94a4a1bb80f369de4c03ee40bd4744a06a3c6305a4e050461 SHA512 b790b47857a063070da1c06a1c4b94af6085cbe8c70ecf079d8ae36c58844e7055a399f843a78ee92bf4e90320b9c6e53753f109eaa99008df793436fa8d4df1 WHIRLPOOL ea96b7b496b7eae9af5a8a53ea5156fe8fb9dfe4e82cf4af8f9951ce2b0ec53971b0700e98433dbd0beceddf3d048441c06fa2bb612b72012df84d882327d78a diff --git a/dev-erlang/jiffy/jiffy-0.14.7.ebuild b/dev-erlang/jiffy/jiffy-0.14.7.ebuild new file mode 100644 index 000000000000..5e4467b0c3c0 --- /dev/null +++ b/dev-erlang/jiffy/jiffy-0.14.7.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 ~ppc ~x86" + +DEPEND=">=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( README.md ) diff --git a/dev-erlang/jiffy/metadata.xml b/dev-erlang/jiffy/metadata.xml new file mode 100644 index 000000000000..674f5ad944f3 --- /dev/null +++ b/dev-erlang/jiffy/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</pkgmetadata> |