From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C8AA138334 for ; Wed, 24 Oct 2018 21:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 200C2E0908; Wed, 24 Oct 2018 21:54:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9F05E0908 for ; Wed, 24 Oct 2018 21:54:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7EC1335CF3 for ; Wed, 24 Oct 2018 21:54:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F242452 for ; Wed, 24 Oct 2018 21:54:18 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1540418036.c84d4ef194a524de93c5aa2b6948afe600059a69.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/xmpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/xmpp/Manifest dev-erlang/xmpp/xmpp-1.2.5.ebuild X-VCS-Directories: dev-erlang/xmpp/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: c84d4ef194a524de93c5aa2b6948afe600059a69 X-VCS-Branch: master Date: Wed, 24 Oct 2018 21:54:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f1d2813-3c04-46d1-8a3a-365b2598443a X-Archives-Hash: ff0a6cb18c55349d983e1e5e83fe4a59 commit: c84d4ef194a524de93c5aa2b6948afe600059a69 Author: Amadeusz Piotr Żołnowski gentoo org> AuthorDate: Wed Oct 24 21:53:10 2018 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Wed Oct 24 21:53:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84d4ef1 dev-erlang/xmpp: Bump version Bug: https://bugs.gentoo.org/626260 Signed-off-by: Amadeusz Piotr Żołnowski gentoo.org> dev-erlang/xmpp/Manifest | 1 + dev-erlang/xmpp/xmpp-1.2.5.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-erlang/xmpp/Manifest b/dev-erlang/xmpp/Manifest index 68e5673c09d..494daf70efe 100644 --- a/dev-erlang/xmpp/Manifest +++ b/dev-erlang/xmpp/Manifest @@ -1 +1,2 @@ DIST xmpp-1.1.9.tar.gz 370926 BLAKE2B 908ce986831300a3f62609a6b95cdbab42028cbbbe1bffe30fbe9865956de2a86d791dc9c807295c50a4e1945e85f5e16f9e7d03ee4e1cf4e96638e7e6a63aff SHA512 13af5699966c8e9c0568356a3620ce6861549b0091e1889c957a91b4384ed24dd98a04422fcfed07470fc94ad9e49459e7942fc5aa9c5e5fd1a20f3efd5fdd1f +DIST xmpp-1.2.5.tar.gz 459997 BLAKE2B 73157baa9b4616a76472f76f0e290efc1312b6ea6171edd09636562ee0a7b733bd82459dcb324ae8fc279d8a61b4dd0f2dfabb44013d921063abb1a0a4d859f4 SHA512 93aaec3a31e6b6ce2aebcdbf3e21ec78746f7ba40363f5e7186c184397af9dc3da33f8da40c732b1dfa8805683383a56b2407978e50a0e8652a09b55bb230f66 diff --git a/dev-erlang/xmpp/xmpp-1.2.5.ebuild b/dev-erlang/xmpp/xmpp-1.2.5.ebuild new file mode 100644 index 00000000000..0a374c9a6bd --- /dev/null +++ b/dev-erlang/xmpp/xmpp-1.2.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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.4 + >=dev-erlang/fast_tls-1.0.14 + >=dev-erlang/fast_xml-1.1.34 + >=dev-erlang/p1_utils-1.0.13 + >=dev-erlang/stringprep-1.0.14 + dev-lang/erlang" +DEPEND="${RDEPEND}" + +DOCS=( CHANGELOG.md ) + +src_prepare() { + rebar_src_prepare + rebar_fix_include_path fast_xml +}