[dev-erlang/xmpp] remove, in tree

This commit is contained in:
Robert Förster 2019-10-03 01:04:34 +02:00
parent 7422a7a810
commit d6ef37cbc3
2 changed files with 0 additions and 32 deletions

View File

@ -1 +0,0 @@
DIST xmpp-1.4.0.tar.gz 480387 BLAKE2B 55c117492cef69ea0d804808a6a4f589d40ef6f8c597cb76f61fc184c921b0373e238a3944fbdb8311337faab5c31627f9ead8e7a622ceb1d097f215200a3ea1 SHA512 c9ab472ff6ebfdccd76c608b3a1b31c6bf5cc1883e617d247cfcc24e25504783dcb71e796dbd11032f5b0f8e4bda89144c9eb4285a21a355f5d1467a3564a3b2

View File

@ -1,31 +0,0 @@
# Copyright 1999-2019 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"
IUSE="test"
RDEPEND=">=dev-erlang/ezlib-1.0.6
>=dev-erlang/fast_tls-1.1.2
>=dev-erlang/fast_xml-1.1.37
>=dev-erlang/p1_utils-1.0.16
>=dev-erlang/stringprep-1.0.17
>=dev-lang/erlang-20.0"
DEPEND="${RDEPEND}"
DOCS=( CHANGELOG.md README.md )
src_prepare() {
rebar_src_prepare
rebar_fix_include_path fast_xml
}