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 545291396D1 for ; Tue, 5 Sep 2017 07:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ED221FC009; Tue, 5 Sep 2017 07:11:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5DC351FC009 for ; Tue, 5 Sep 2017 07:11:12 +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 73CEE34164B for ; Tue, 5 Sep 2017 07:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECD478E35 for ; Tue, 5 Sep 2017 07:11:09 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504595455.4d4f2eb029517a55427dc566c14a5f17853dffcb.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/gputils/gputils-1.5.0.ebuild X-VCS-Directories: dev-embedded/gputils/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 4d4f2eb029517a55427dc566c14a5f17853dffcb X-VCS-Branch: master Date: Tue, 5 Sep 2017 07:11:09 +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: d1590ff1-0c3a-46b8-ae0b-344ee2d20854 X-Archives-Hash: 1c195dad521b5479181f91572227050c commit: 4d4f2eb029517a55427dc566c14a5f17853dffcb Author: Tim Harder gentoo org> AuthorDate: Tue Sep 5 07:08:31 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Sep 5 07:10:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4f2eb0 dev-embedded/gputils: update HOMEPAGE dev-embedded/gputils/gputils-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild index b6eec9feb86..7e4c0030eed 100644 --- a/dev-embedded/gputils/gputils-1.5.0.ebuild +++ b/dev-embedded/gputils/gputils-1.5.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers" -HOMEPAGE="http://gputils.sourceforge.net/" +HOMEPAGE="https://gputils.sourceforge.io" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2"