From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/lager/
Date: Mon, 12 Oct 2020 14:40:02 +0000 (UTC) [thread overview]
Message-ID: <1602513563.775ec74ca258403652fb306377be3ceae4b6946b.hanno@gentoo> (raw)
commit: 775ec74ca258403652fb306377be3ceae4b6946b
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 14:39:23 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 14:39:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775ec74c
dev-erlang/lager: Bump
Re-enable tests (fixed upstream to work with current erlang).
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
dev-erlang/lager/Manifest | 1 +
dev-erlang/lager/lager-3.8.1.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-erlang/lager/Manifest b/dev-erlang/lager/Manifest
index 0b547a4c799..e11b130d9cc 100644
--- a/dev-erlang/lager/Manifest
+++ b/dev-erlang/lager/Manifest
@@ -1,2 +1,3 @@
DIST lager-3.2.4.tar.gz 245002 BLAKE2B 4d6197cbefed0f9d53d4ef522b2f0827e86e404e108710a0c615befb8d033b77cef3a2fd53a9c9b8a98fd0f708be95e7d0a6d5f64802cf061d5171f343971c7c SHA512 765e132c19c46593f79f73400d04801d27767192dfeb75c3d3aef5a20963dc6113e544db35dccee2a975476a5653954a79ac49eb923d84daade0dc64a8c1e6f7
DIST lager-3.8.0.tar.gz 271830 BLAKE2B 13e84cfb561493d3fdec2d8fe9d585eed8716aa831425616b73e84cbca1c1951186bf7c378dcf21df0006a910e56458b9d9cdbf69eefd85e519fca2a1d98e8f3 SHA512 bcbd522bdc39e19466dc3e6fe8fc81ba10358cbcc167e278402e91164992fc0ee7c02e02a5bc223664c0d5974a1ba107756b073509453386003c9d02b3dc388b
+DIST lager-3.8.1.tar.gz 273594 BLAKE2B 527b04429fabbd0b093bb22a39cd6d7659d77860d382b79edd0a9ae63c4219395b86cf3796a2856786a3c668931bff485517053aab21ac50651098ca9faa5058 SHA512 5838b7676aef4b289116a8fd66e475a6e35b9b0a1947310168a73014f3f641e447df3d311a430c6920df3ebeafbab90fd101dbbeaebfd7b05aac9c89d85841eb
diff --git a/dev-erlang/lager/lager-3.8.1.ebuild b/dev-erlang/lager/lager-3.8.1.ebuild
new file mode 100644
index 00000000000..bb612cb297c
--- /dev/null
+++ b/dev-erlang/lager/lager-3.8.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Logging framework for Erlang/OTP"
+HOMEPAGE="https://github.com/erlang-lager/lager"
+SRC_URI="https://github.com/erlang-lager/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/goldrush-0.1.9"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md TODO )
+
+src_prepare() {
+ rebar_src_prepare
+ sed -i '/goldrush/d' rebar.config.script
+ # 'priv' directory contains only edoc.css, but doc isn't going to be built.
+ rm -r "${S}/priv" || die
+}
next reply other threads:[~2020-10-12 14:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-12 14:40 Hanno Böck [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-10 20:05 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/lager/ Arthur Zamarin
2022-04-10 17:40 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2021-02-26 22:27 Sam James
2020-10-12 16:16 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-01 12:13 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-03 8:18 Hanno Boeck
2019-08-31 15:30 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
2016-12-21 12:22 Tobias Klausmann
2016-11-11 20:15 Amadeusz Piotr Żołnowski
2016-08-20 21:08 Anthony G. Basile
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=1602513563.775ec74ca258403652fb306377be3ceae4b6946b.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