public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/xmpp/
Date: Sun, 10 Mar 2024 20:10:22 +0000 (UTC)	[thread overview]
Message-ID: <1710101338.0fae6b93cd097ac7f7e83dbc562634067c1199a5.flow@gentoo> (raw)

commit:     0fae6b93cd097ac7f7e83dbc562634067c1199a5
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 18:04:13 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 20:08:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fae6b93

dev-erlang/xmpp: add 1.8.1

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-erlang/xmpp/Manifest b/dev-erlang/xmpp/Manifest
index 67ba83c8c405..a7d86183b648 100644
--- a/dev-erlang/xmpp/Manifest
+++ b/dev-erlang/xmpp/Manifest
@@ -3,3 +3,4 @@ DIST xmpp-1.6.0.tar.gz 561026 BLAKE2B 52797606d0aa88d5e72f8855da108c6c0f0b8e43c8
 DIST xmpp-1.6.1.tar.gz 561740 BLAKE2B 496b89308f847e2846870d2572ca517d30e55739db7748112413aeb96e36c2732bbe8d154867eba9b447940e953a2b3c878f3f2eaba3752f1d63836c1aa46c59 SHA512 fe0c34022c8c56d33b1af0a22c39551788287e477de818b825f781f2d26b84ab2705723ffeeacf5ae9a3438b8f42fb530205f7a3683cc6a1b188282fa0f6aa7a
 DIST xmpp-1.6.2.tar.gz 564980 BLAKE2B cffa9659844a05ddd841aa96996268ed739b6fcf6c21bcea79fecc952721d1f748baa37e79a7148b523d1c0a9a7283bd76a31fa7cf5a9d7b6f2faac8c7db5112 SHA512 b8ffee49a54333e6e38442845d0361c7abc4655ae71db66ebf729b40d3d8124ce1b6e438624aa62546923f2d1a409ff6d3f134320643df5865354991fb55ec44
 DIST xmpp-1.7.0.tar.gz 610868 BLAKE2B 9c2ded14352e2c3efae2b07c30d8b29154c9dc8210c071cad6f660dfe69ef10150084c0f0fef3583f9c219b318f63a59f1186edeb3d80356d6611f037aa656b3 SHA512 860fa9cc6fda9779f0612d26c5f439e1273255f5585a6da8ac1075fc2203dac16aba6ae0db418dbf92dc84cdcf23505cf89ccc7c06cc3fc593b32c169883bcac
+DIST xmpp-1.8.1.tar.gz 626750 BLAKE2B 76f4eca77f38cb862f5e231cae403c38e0dfa100af26918756aab26a2624e019efef661381de26542bea57eafe80b91bd20d77e158a5921081d976b2d445d39c SHA512 fc53c0480e8547080cdd1c3fa3ba13736a511e2a61a14a69d2e92249d0aa127c59450b37c0b45c585ccae9fe19cf7070c6b61bad1e214a48d830935424f049cc

diff --git a/dev-erlang/xmpp/xmpp-1.8.1.ebuild b/dev-erlang/xmpp/xmpp-1.8.1.ebuild
new file mode 100644
index 000000000000..725ba13837bd
--- /dev/null
+++ b/dev-erlang/xmpp/xmpp-1.8.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.12
+	>=dev-erlang/fast_tls-1.1.16
+	>=dev-erlang/fast_xml-1.1.49
+	>=dev-erlang/p1_utils-1.0.25
+	>=dev-erlang/stringprep-1.0.29
+	>=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	other threads:[~2024-03-10 20:10 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-10 20:10 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18  8:36 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/xmpp/ Florian Schmaus
2024-10-18  8:27 Florian Schmaus
2024-08-05 20:42 Sam James
2024-06-10 20:05 Arthur Zamarin
2024-04-29  8:36 Florian Schmaus
2024-04-16 14:55 Florian Schmaus
2024-04-13  6:43 Arthur Zamarin
2023-12-10 10:53 Florian Schmaus
2023-12-06 16:01 Sam James
2023-07-28 14:28 Florian Schmaus
2023-02-10 20:36 Sam James
2023-02-10 12:40 Florian Schmaus
2022-10-28 20:58 Florian Schmaus
2022-09-21 19:56 Florian Schmaus
2022-07-05  8:52 Agostino Sarubbo
2022-05-17 20:02 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2021-07-08 18:37 Florian Schmaus
2021-07-08 15:37 Florian Schmaus
2021-06-01  9:35 Sam James
2020-10-13 10:05 Hanno Böck
2020-10-12 15:31 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-20  3:15 Sam James
2020-07-14 17:01 Sam James
2020-07-12  2:41 Sam James
2020-07-03 14:53 Hanno Böck
2020-05-06  6:41 Sergei Trofimovich
2020-05-04  9:09 Hanno Böck
2020-04-26 20:21 Sergei Trofimovich
2020-04-01  9:49 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-02 13:46 Hanno Boeck
2019-10-02 14:57 Hanno Boeck
2018-10-24 21:54 Amadeusz Piotr Żołnowski
2017-12-16  8:20 Tobias Klausmann
2017-11-18 19:43 Sergei Trofimovich
2017-10-23 19:51 Thomas Deutschmann
2017-03-29 21:45 Amadeusz Piotr Żołnowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1710101338.0fae6b93cd097ac7f7e83dbc562634067c1199a5.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox