commit:     3a9ff2ea97300e7fbcaf525d858850de18f04053
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 22:19:46 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 22:20:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9ff2ea

dev-erlang/stringprep: 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

 dev-erlang/stringprep/Manifest                |  1 +
 dev-erlang/stringprep/metadata.xml            | 13 +++++++++++++
 dev-erlang/stringprep/stringprep-1.0.3.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
new file mode 100644
index 0000000..8c6f122
--- /dev/null
+++ b/dev-erlang/stringprep/Manifest
@@ -0,0 +1 @@
+DIST stringprep-1.0.3.tar.gz 95189 SHA256 
ec6c99adb3b9551993b6a6166a17af3d34f1ca5bd1cd16e728876764a1eab9f5 SHA512 
a42ad55ddfe69f34025fb4ce8f357b13ca3f24449da7ca1e4dc5d78dd350d39530c39d1f3542fe0cba8081c6bc5d3441a606f227733d7a6d87d658a703a0feb1
 WHIRLPOOL 
890664f795b31d76f460e095750e0f3bec318fbc8db97910a83c95f05f6bc63ada7bab497ddb3231eccf60645a33cbea875bc20382baf40b1974e40ae6630c1d

diff --git a/dev-erlang/stringprep/metadata.xml 
b/dev-erlang/stringprep/metadata.xml
new file mode 100644
index 0000000..cabf338
--- /dev/null
+++ b/dev-erlang/stringprep/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Amadeusz Żołnowski</name>
+       </maintainer>
+       <longdescription lang="en">
+               Stringprep is a framework for preparing Unicode test strings in 
order
+               to increase the likelihood that string input and string 
comparison
+               work.
+       </longdescription>
+</pkgmetadata>

diff --git a/dev-erlang/stringprep/stringprep-1.0.3.ebuild 
b/dev-erlang/stringprep/stringprep-1.0.3.ebuild
new file mode 100644
index 0000000..3bfc016
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep";
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.3
+       >=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )

Reply via email to