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 1421C139694 for ; Wed, 29 Mar 2017 21:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4838E14231; Wed, 29 Mar 2017 21:45:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1321814231 for ; Wed, 29 Mar 2017 21:45:58 +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 C4F9534164E for ; Wed, 29 Mar 2017 21:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9135A73EC for ; Wed, 29 Mar 2017 21:45:53 +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: <1490823757.e2ebc2f7456fd535f92149561d85563b9d41fdf4.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/metadata.xml dev-erlang/xmpp/xmpp-1.1.9.ebuild X-VCS-Directories: dev-erlang/xmpp/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: e2ebc2f7456fd535f92149561d85563b9d41fdf4 X-VCS-Branch: master Date: Wed, 29 Mar 2017 21:45:53 +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: 5dcdc26c-4608-4142-a3ee-51fe714e5c9b X-Archives-Hash: 726e0794bd1664909156a05ef28fd8d4 commit: e2ebc2f7456fd535f92149561d85563b9d41fdf4 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Mon Jan 2 09:18:24 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Wed Mar 29 21:42:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ebc2f7 dev-erlang/xmpp: Add new package It's a requirement for the new version of ejabberd: 16.12. Add package with the same set of keywords initially net-im/ejabberd has, because the project has been extracted from ejabberd. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-erlang/xmpp/Manifest | 1 + dev-erlang/xmpp/metadata.xml | 8 ++++++++ dev-erlang/xmpp/xmpp-1.1.9.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-erlang/xmpp/Manifest b/dev-erlang/xmpp/Manifest new file mode 100644 index 00000000000..5d87e10999a --- /dev/null +++ b/dev-erlang/xmpp/Manifest @@ -0,0 +1 @@ +DIST xmpp-1.1.9.tar.gz 370926 SHA256 e7b5db5ab6204f5bc6ebf91a183ebeae2b43ca6372dd2506599a8e8168a99c50 SHA512 13af5699966c8e9c0568356a3620ce6861549b0091e1889c957a91b4384ed24dd98a04422fcfed07470fc94ad9e49459e7942fc5aa9c5e5fd1a20f3efd5fdd1f WHIRLPOOL e15fc35c5bebdf88c09bba98a30b54328313b2adf578066a151d10310855a5c149276294ea592e927762d28872d4caf34e5506f13c83a58c274251344d39ced4 diff --git a/dev-erlang/xmpp/metadata.xml b/dev-erlang/xmpp/metadata.xml new file mode 100644 index 00000000000..674f5ad944f --- /dev/null +++ b/dev-erlang/xmpp/metadata.xml @@ -0,0 +1,8 @@ + + + + + aidecoe@gentoo.org + Amadeusz Żołnowski + + diff --git a/dev-erlang/xmpp/xmpp-1.1.9.ebuild b/dev-erlang/xmpp/xmpp-1.1.9.ebuild new file mode 100644 index 00000000000..6bb7d805dfd --- /dev/null +++ b/dev-erlang/xmpp/xmpp-1.1.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 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/fast_xml-1.1.22 + >=dev-erlang/stringprep-1.0.8 + >=dev-lang/erlang-17.1" +DEPEND="${RDEPEND}" + +DOCS=( CHANGELOG.md ) + +src_prepare() { + rebar_src_prepare + rebar_fix_include_path fast_xml +}