public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_xml/
Date: Wed, 29 Mar 2017 21:45:52 +0000 (UTC)	[thread overview]
Message-ID: <1490823430.562ba1e352647e6dc496f6701f91d48cb422249e.aidecoe@gentoo> (raw)

commit:     562ba1e352647e6dc496f6701f91d48cb422249e
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 20:18:01 2017 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 21:37:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562ba1e3

dev-erlang/fast_xml: Bump version

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-erlang/fast_xml/Manifest               |  1 +
 dev-erlang/fast_xml/fast_xml-1.1.22.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest
index f793b0048c0..024b222c75e 100644
--- a/dev-erlang/fast_xml/Manifest
+++ b/dev-erlang/fast_xml/Manifest
@@ -1,4 +1,5 @@
 DIST fast_xml-1.1.14.tar.gz 86918 SHA256 84be7134c6bb9deaadc28000fa957e34750af51abcc67dd908f2ebc528b4c899 SHA512 3475d5cc5ab670cade221b5ffb610d2dbc52d9699e8d32d17eb3b13da1a486d8351776a50284cdd37ee9d4b6606221c60928f836669a325cb1692290a88d5d1e WHIRLPOOL d05b49323b4d5fc83cea685a36c577faa397d606aeb9ca1e2e450442fd7fed19c22bd7d33e1ef9495b9e2798ea259cb32fcdc704c5227be3009b5d75aa07a120
 DIST fast_xml-1.1.15.tar.gz 86948 SHA256 3cab1d45b67ae9f703e51480a4607f670caafede6fbdb4126e94a34b56a381f5 SHA512 3792ec8aca5ee8c40f53a356badcc9685ed071903500b0405a4d8b3620605eba1b8d1351efb5115497e022811dfca3382522318decc6207df1e4d81db3d0c94a WHIRLPOOL 9de1ba9e907f85edb67be8b3f2e69e741fce3bc9a7b3c12ef419d0cf965cda27989fa4881c92483b2f8b9f268a2ddf03781911a18e57ec5ac64e285adcae5b5e
 DIST fast_xml-1.1.18.tar.gz 89244 SHA256 9cf774dc117ac6c9e8737b810ca9991788b878188b1608a668094b1b377957e5 SHA512 5f6867e2f56d8e3d68337d477f215ac52fe01b3f31792605dcca31f3d8dc8b590d5d24798cf245f7af3cb5dc903530e5950d5ea4d8e0d650c091b7d87cf32e0c WHIRLPOOL b5f96204e53f9a009fe9e7c145cd86798e27d778b3e6c018d0168ed562318c2a8b09a0848498cd48ddbcb8ea1bc923cf8a7bf89309e09745879696d1343d8739
+DIST fast_xml-1.1.22.tar.gz 92408 SHA256 0163e7bd11b6705732fd7281209925e39534c9ea123887574218422c34762d7c SHA512 33c79cf34d6b0093cf98d11c5b68855d4201a6891786cc3caabd7dded81a04118638ce091cda1f1c86729ea8c8765214332cc34a361bbfb3c5958dbc2027a384 WHIRLPOOL 996a26db674cdf358d4e7031f24141afc69aefcd6dab112853c1cc6d02aa6c89c9761486d0e84827102faf4df72ac940b5992b16976fdb743c9fce5c16065d95
 DIST fast_xml-1.1.3.tar.gz 84926 SHA256 59de96e3defc02c9b916d4cc02545cd963c282266a09ce248ac6b6be4b2347ae SHA512 644934d6538ddf2b49863883a66255966b47f933594aff10325dca7785802d28d3223f79941fb4cfa33776e5a1a5fa74fe84422b7077241fb33fff1c52bd044a WHIRLPOOL 0361480089f055f2cb5afd2662072e9bf12ebfc651fc2dd242feb9797ff805a3b4956a8169fdc513c41b4d6142894a964e4d361d97f39c68ba3526a0d9ad1e51

diff --git a/dev-erlang/fast_xml/fast_xml-1.1.22.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.22.ebuild
new file mode 100644
index 00000000000..b0d200c85dd
--- /dev/null
+++ b/dev-erlang/fast_xml/fast_xml-1.1.22.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Expat based Erlang XML parsing library"
+HOMEPAGE="https://github.com/processone/fast_xml"
+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/p1_utils-1.0.7
+	>=dev-lang/erlang-17.1
+	dev-libs/expat"
+DEPEND="${RDEPEND}
+	test? ( >=dev-lang/elixir-1.1 )"
+
+DOCS=( CHANGELOG.md  README.md )


             reply	other threads:[~2017-03-29 21:46 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-29 21:45 Amadeusz Piotr Żołnowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08 20:21 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_xml/ 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-16 14:55 Florian Schmaus
2024-03-10 20:10 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-12 14:31 Hanno Böck
2020-10-12 14:31 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-03  6:06 Hanno Böck
2020-05-02 11:04 Hanno Böck
2020-04-01  9:27 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-02 14:47 Hanno Boeck
2019-09-16 19:14 Hanno Boeck
2019-09-13 12:26 Agostino Sarubbo
2019-09-13 12:01 Agostino Sarubbo
2019-09-13  6:36 Agostino Sarubbo
2018-10-16 22:14 Amadeusz Piotr Żołnowski
2017-11-18 19:43 Sergei Trofimovich
2017-10-23 19:51 Thomas Deutschmann
2016-12-30 23:37 Amadeusz Piotr Żołnowski
2016-12-21 12:22 Tobias Klausmann
2016-11-11 20:15 Amadeusz Piotr Żołnowski
2016-08-20 21:09 Anthony G. Basile
2016-08-20  3:11 Matthias Maier
2016-07-09 14:29 Amadeusz Piotr Żołnowski
2016-07-03 15:07 Amadeusz Piotr Żołnowski
2016-06-07 22:24 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=1490823430.562ba1e352647e6dc496f6701f91d48cb422249e.aidecoe@gentoo \
    --to=aidecoe@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