Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/logmerge/
Date: Tue, 01 Sep 2015 18:54:19
Message-Id: 1441133641.eaf3ecad68556861243a878ea5adec2edc737e08.klausman@gentoo
1 commit: eaf3ecad68556861243a878ea5adec2edc737e08
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:54:01 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:54:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf3ecad
7
8 app-text/logmerge: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 app-text/logmerge/logmerge-0.4_beta.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/logmerge/logmerge-0.4_beta.ebuild b/app-text/logmerge/logmerge-0.4_beta.ebuild
16 index 4befdc4..024b2d0 100644
17 --- a/app-text/logmerge/logmerge-0.4_beta.ebuild
18 +++ b/app-text/logmerge/logmerge-0.4_beta.ebuild
19 @@ -6,7 +6,7 @@ EAPI="5"
20
21 MY_PV="${PV/_/-}"
22 DESCRIPTION="Merge multiple logs such that multilined entries appear in chronological order without breaks"
23 -HOMEPAGE="https://code.google.com/p/logmerge/"
24 +HOMEPAGE="https://github.com/ildar-shaimordanov/logmerge"
25 SRC_URI="https://${PN}.googlecode.com/files/${PN}-${MY_PV}.zip"
26
27 LICENSE="MIT"