commit:     7dbdb95d490e36abae186fc0355081913412e502
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 09:11:57 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 13:03:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbdb95d

dev-erlang/xmpp: add 1.5.6

Bug: https://bugs.gentoo.org/810886
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/xmpp/Manifest          |  1 +
 dev-erlang/xmpp/xmpp-1.5.6.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-erlang/xmpp/Manifest b/dev-erlang/xmpp/Manifest
index b3291651c262..a76332d1248a 100644
--- a/dev-erlang/xmpp/Manifest
+++ b/dev-erlang/xmpp/Manifest
@@ -1,2 +1,3 @@
 DIST xmpp-1.4.7.tar.gz 483070 BLAKE2B 
fae845a165a44c6c43e2f23ebf67a272c9a9b7dabcd221c8be6b83b6f560e7eee896a7906b9d621cba49de1af2163e64cd93d24bfd1341fe1d232c2746f80237
 SHA512 
37968de29bfeba698424f69a91f11c9adeca3bbac342cb9267ce4012471c10aeb030b691af2c5c01c6eaf9e1f866666982a8660a0e937829f75e0548ae5516cd
 DIST xmpp-1.5.3.tar.gz 510756 BLAKE2B 
f4948739c75e9b05930647a75e4faac9530806c9d239fb1c0d5109152ba9526bca63883fe6896730679b0d8ab31cb89e820ffba045c3cdbd58448c4b5eb70f01
 SHA512 
44b79eb73143ce3559ec8fe112af5ff22a7ecbffa935c8e76c645f7845005e7459a6ac1b726312be4eff22199eafd27ff5aab06cec1b1d961c80374ce83b7898
+DIST xmpp-1.5.6.tar.gz 557828 BLAKE2B 
c838273125d376d7dd459e98851f60bb88485cec95d0ecbcf05d2e1cc81527d199e7cbc84c7130dfc414d47c8dde7a5c46d69f68840efb46a54c60b919f58f5a
 SHA512 
b02226eb0908a69f3930d6336ac9179750688047fb216dd152eaf3bf2ab6345d41b8a1ba4daf4679bf4816a106e89689ea14e19675e18c6effb9390c2b9b399f

diff --git a/dev-erlang/xmpp/xmpp-1.5.6.ebuild 
b/dev-erlang/xmpp/xmpp-1.5.6.ebuild
new file mode 100644
index 000000000000..8ee75db4fabe
--- /dev/null
+++ b/dev-erlang/xmpp/xmpp-1.5.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rebar
+
+DESCRIPTION="XMPP parsing and serialization library on top of Fast XML"
+HOMEPAGE="https://github.com/processone/xmpp";
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=dev-erlang/ezlib-1.0.10
+       >=dev-erlang/fast_tls-1.1.12
+       >=dev-erlang/fast_xml-1.1.48
+       >=dev-erlang/p1_utils-1.0.23
+       >=dev-erlang/stringprep-1.0.27
+       >=dev-erlang/idna-6.0.0-r1"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
+
+src_prepare() {
+       rebar_src_prepare
+       rebar_fix_include_path fast_xml
+}

Reply via email to