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 D350A1395E2 for ; Sat, 3 Dec 2016 19:22:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49563E0C11; Sat, 3 Dec 2016 19:22:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 291D2E0C11 for ; Sat, 3 Dec 2016 19:22:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5040340F2F for ; Sat, 3 Dec 2016 19:22:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A78F498 for ; Sat, 3 Dec 2016 19:22:29 +0000 (UTC) From: "Rafael Martins" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rafael Martins" Message-ID: <1480792928.b5889b9c376598ce4c47e2c3ad81f7b006e5168c.rafaelmartins@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/distpatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/distpatch/distpatch-0.1.2.ebuild X-VCS-Directories: app-portage/distpatch/ X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins X-VCS-Revision: b5889b9c376598ce4c47e2c3ad81f7b006e5168c X-VCS-Branch: master Date: Sat, 3 Dec 2016 19:22:29 +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: 581c8e8a-df1d-408f-87dd-1dc198bd2d60 X-Archives-Hash: 6aa7ed277e7eb2973f690922652458ee commit: b5889b9c376598ce4c47e2c3ad81f7b006e5168c Author: Wim Muskee gmail com> AuthorDate: Sat Dec 3 07:20:34 2016 +0000 Commit: Rafael Martins gentoo org> CommitDate: Sat Dec 3 19:22:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5889b9c app-portage/distpatch: update HOMEPAGE, #587168 app-portage/distpatch/distpatch-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/distpatch/distpatch-0.1.2.ebuild b/app-portage/distpatch/distpatch-0.1.2.ebuild index bb3bc33..e0d4480 100644 --- a/app-portage/distpatch/distpatch-0.1.2.ebuild +++ b/app-portage/distpatch/distpatch-0.1.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Distfile Patching Support for Gentoo Linux (tools)" -HOMEPAGE="https://www.gentoo.org/proj/en/infrastructure/distpatch/" +HOMEPAGE="https://github.com/rafaelmartins/distpatch" SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2"