From: "Hanno Boeck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/xmpp/
Date: Wed, 2 Oct 2019 14:57:29 +0000 (UTC) [thread overview]
Message-ID: <1570028243.2ed83ac5c762137f356a4638c7b29f63d89b51ae.hanno@gentoo> (raw)
commit: 2ed83ac5c762137f356a4638c7b29f63d89b51ae
Author: Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 2 14:57:23 2019 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 14:57:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed83ac5
dev-erlang/xmpp: Version bump.
Updated dependencies, added one more doc file, removed unneeded IUSE.
Add myself as maintainer.
From Vampik's overlay.
Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
dev-erlang/xmpp/Manifest | 1 +
dev-erlang/xmpp/metadata.xml | 4 +++-
dev-erlang/xmpp/xmpp-1.4.2.ebuild | 30 ++++++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/dev-erlang/xmpp/Manifest b/dev-erlang/xmpp/Manifest
index 494daf70efe..c251376ced3 100644
--- a/dev-erlang/xmpp/Manifest
+++ b/dev-erlang/xmpp/Manifest
@@ -1,2 +1,3 @@
DIST xmpp-1.1.9.tar.gz 370926 BLAKE2B 908ce986831300a3f62609a6b95cdbab42028cbbbe1bffe30fbe9865956de2a86d791dc9c807295c50a4e1945e85f5e16f9e7d03ee4e1cf4e96638e7e6a63aff SHA512 13af5699966c8e9c0568356a3620ce6861549b0091e1889c957a91b4384ed24dd98a04422fcfed07470fc94ad9e49459e7942fc5aa9c5e5fd1a20f3efd5fdd1f
DIST xmpp-1.2.5.tar.gz 459997 BLAKE2B 73157baa9b4616a76472f76f0e290efc1312b6ea6171edd09636562ee0a7b733bd82459dcb324ae8fc279d8a61b4dd0f2dfabb44013d921063abb1a0a4d859f4 SHA512 93aaec3a31e6b6ce2aebcdbf3e21ec78746f7ba40363f5e7186c184397af9dc3da33f8da40c732b1dfa8805683383a56b2407978e50a0e8652a09b55bb230f66
+DIST xmpp-1.4.2.tar.gz 479072 BLAKE2B fc6d6892c3d14662470dbca4b9fb10e7ec61f44ce2793694e629b3918fe761c32cd9666f15188a010e592d824144863a2d85d59cdf8e640e2a34f390500596f1 SHA512 1071bd4f424235ff680428169007beb7c660341d20e98ac740296cdb3ab5b2c746e94926a15c1192b7c0d53d62e4ee44987e66fa3da11bb120a2fec6aa746eef
diff --git a/dev-erlang/xmpp/metadata.xml b/dev-erlang/xmpp/metadata.xml
index 8e91870400f..0d50efe5afd 100644
--- a/dev-erlang/xmpp/metadata.xml
+++ b/dev-erlang/xmpp/metadata.xml
@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>hanno@gentoo.org</email>
+ </maintainer>
<upstream>
<remote-id type="github">processone/xmpp</remote-id>
</upstream>
diff --git a/dev-erlang/xmpp/xmpp-1.4.2.ebuild b/dev-erlang/xmpp/xmpp-1.4.2.ebuild
new file mode 100644
index 00000000000..4445b2f5c6d
--- /dev/null
+++ b/dev-erlang/xmpp/xmpp-1.4.2.ebuild
@@ -0,0 +1,30 @@
+# 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"
+
+RDEPEND="dev-lang/erlang
+ >=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"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
+
+src_prepare() {
+ rebar_src_prepare
+ rebar_fix_include_path fast_xml
+}
next reply other threads:[~2019-10-02 14:57 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-02 14:57 Hanno Boeck [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-02 6:46 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/xmpp/ Florian Schmaus
2025-06-02 6:46 Florian Schmaus
2025-04-06 0:04 Sam James
2025-04-05 18:25 Florian Schmaus
2024-11-08 20:21 Florian Schmaus
2024-10-18 8:36 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
2024-03-10 20:10 Florian Schmaus
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
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=1570028243.2ed83ac5c762137f356a4638c7b29f63d89b51ae.hanno@gentoo \
--to=hanno@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