Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/
Date: Mon, 11 May 2020 05:50:45
Message-Id: 1589176230.447292fefd73925a9aee02610487df445a03c4b2.hanno@gentoo
1 commit: 447292fefd73925a9aee02610487df445a03c4b2
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 05:50:30 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 05:50:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447292fe
7
8 dev-erlang/hamcrest: Change snapshot URL
9
10 Mirror in my public_html.
11
12 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14
15 dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
19 index 6d92d2d1f42..9880f72dcd6 100644
20 --- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
21 +++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -7,7 +7,7 @@ inherit rebar
29
30 DESCRIPTION="Erlang port of Hamcrest"
31 HOMEPAGE="https://github.com/hyperthunk/hamcrest-erlang"
32 -SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz"
33 +SRC_URI="https://dev.gentoo.org/~hanno/distfiles/${P}.tar.gz"
34
35 LICENSE="BSD"
36 SLOT="0"