Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libblkmaker/
Date: Sun, 11 Feb 2018 11:32:48
Message-Id: 1518348749.3a5f309bb7f14dbd53e8ef635214938a76aeb02e.kensington@gentoo
1 commit: 3a5f309bb7f14dbd53e8ef635214938a76aeb02e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 19:06:59 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 11:32:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5f309b
7
8 net-libs/libblkmaker: fix HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/7074
11
12 net-libs/libblkmaker/libblkmaker-0.3.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild
16 index 08fdd605163..1d317c5e0ec 100644
17 --- a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild
18 +++ b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25
26 DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
27 -HOMEPAGE="https://gitorious.org/bitcoin/libblkmaker"
28 +HOMEPAGE="https://github.com/bitcoin/libblkmaker"
29 LICENSE="MIT"
30
31 SRC_URI="https://gitorious.org/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"