From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 718A01382C5 for ; Sun, 11 Feb 2018 11:32:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86220E0CC8; Sun, 11 Feb 2018 11:32:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69BF2E0CC8 for ; Sun, 11 Feb 2018 11:32:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D66B335C2E for ; Sun, 11 Feb 2018 11:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEAAF1C9 for ; Sun, 11 Feb 2018 11:32:43 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1518348749.3a5f309bb7f14dbd53e8ef635214938a76aeb02e.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libblkmaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libblkmaker/libblkmaker-0.3.2.ebuild X-VCS-Directories: net-libs/libblkmaker/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3a5f309bb7f14dbd53e8ef635214938a76aeb02e X-VCS-Branch: master Date: Sun, 11 Feb 2018 11:32:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fca1e988-1828-4f76-9813-3adc78503f9b X-Archives-Hash: 30b18dfefed1cf6ae600eb05158896f9 commit: 3a5f309bb7f14dbd53e8ef635214938a76aeb02e Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 4 19:06:59 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Feb 11 11:32:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5f309b net-libs/libblkmaker: fix HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/7074 net-libs/libblkmaker/libblkmaker-0.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild index 08fdd605163..1d317c5e0ec 100644 --- a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild +++ b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="C implementation of getblocktemplate (BIP 22)" -HOMEPAGE="https://gitorious.org/bitcoin/libblkmaker" +HOMEPAGE="https://github.com/bitcoin/libblkmaker" LICENSE="MIT" SRC_URI="https://gitorious.org/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"