Gentoo Archives: gentoo-commits

From: Rafael Martins <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/distpatch/
Date: Sat, 03 Dec 2016 19:22:33
Message-Id: 1480792928.b5889b9c376598ce4c47e2c3ad81f7b006e5168c.rafaelmartins@gentoo
1 commit: b5889b9c376598ce4c47e2c3ad81f7b006e5168c
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 3 07:20:34 2016 +0000
4 Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 19:22:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5889b9c
7
8 app-portage/distpatch: update HOMEPAGE, #587168
9
10 app-portage/distpatch/distpatch-0.1.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-portage/distpatch/distpatch-0.1.2.ebuild b/app-portage/distpatch/distpatch-0.1.2.ebuild
14 index bb3bc33..e0d4480 100644
15 --- a/app-portage/distpatch/distpatch-0.1.2.ebuild
16 +++ b/app-portage/distpatch/distpatch-0.1.2.ebuild
17 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
18 inherit distutils-r1
19
20 DESCRIPTION="Distfile Patching Support for Gentoo Linux (tools)"
21 -HOMEPAGE="https://www.gentoo.org/proj/en/infrastructure/distpatch/"
22 +HOMEPAGE="https://github.com/rafaelmartins/distpatch"
23 SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.gz"
24
25 LICENSE="GPL-2"