Skip to content

Commit

Permalink
dev-erlang/xmpp: Bump
Browse files Browse the repository at this point in the history
Signed-off-by: Hanno Böck <[email protected]>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
  • Loading branch information
hannob committed Oct 13, 2020
1 parent 0de6501 commit 6740b00
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-erlang/xmpp/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST xmpp-1.4.7.tar.gz 483070 BLAKE2B fae845a165a44c6c43e2f23ebf67a272c9a9b7dabcd221c8be6b83b6f560e7eee896a7906b9d621cba49de1af2163e64cd93d24bfd1341fe1d232c2746f80237 SHA512 37968de29bfeba698424f69a91f11c9adeca3bbac342cb9267ce4012471c10aeb030b691af2c5c01c6eaf9e1f866666982a8660a0e937829f75e0548ae5516cd
DIST xmpp-1.4.9.tar.gz 483243 BLAKE2B 15cd04d5e99357ab4dac71fe7ee9952059658b56894c205e2d5b6c705b347004e580715c5198fcbc026b34e17033ad08da622eab92c83934de58500a8c64b905 SHA512 9c66ca3099584ea971f863ab24ccdca070bede63bedbf2fc858df762c27c329d07d3d119f7ced8ffcc1c24acf8874a68ee7372f157e81836e46dba27b057b381
30 changes: 30 additions & 0 deletions dev-erlang/xmpp/xmpp-1.4.9.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

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.8
>=dev-erlang/fast_tls-1.1.8
>=dev-erlang/fast_xml-1.1.43
>=dev-erlang/p1_utils-1.0.20
>=dev-erlang/stringprep-1.0.22
>=dev-erlang/idna-6.0.0"
DEPEND="${RDEPEND}"

DOCS=( CHANGELOG.md README.md )

src_prepare() {
rebar_src_prepare
rebar_fix_include_path fast_xml
}

0 comments on commit 6740b00

Please sign in to comment.