Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clog/
Date: Mon, 05 Feb 2018 00:28:02
Message-Id: 1517790452.98a443e5d34df0a079c644c320a67e966368a488.alicef@gentoo
1 commit: 98a443e5d34df0a079c644c320a67e966368a488
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 12:55:47 2018 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 00:27:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a443e5
7
8 app-admin/clog: avoid redirection, fix HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/7063
11
12 app-admin/clog/clog-1.1.0.ebuild | 2 +-
13 app-admin/clog/clog-1.3.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/clog/clog-1.1.0.ebuild b/app-admin/clog/clog-1.1.0.ebuild
17 index 122220c49a6..9fe976d1860 100644
18 --- a/app-admin/clog/clog-1.1.0.ebuild
19 +++ b/app-admin/clog/clog-1.1.0.ebuild
20 @@ -10,7 +10,7 @@ EGIT_REPO_URI="https://git.tasktools.org/scm/ut/${PN}.git"
21 inherit cmake-utils bash-completion-r1
22
23 DESCRIPTION="A colorized log tail utility"
24 -HOMEPAGE="http://tasktools.org/projects/clog.html"
25 +HOMEPAGE="https://taskwarrior.org/docs/clog/"
26 [[ ${PV} == *9999* ]] || \
27 SRC_URI="http://taskwarrior.org/download/${P}.tar.gz"
28
29
30 diff --git a/app-admin/clog/clog-1.3.0.ebuild b/app-admin/clog/clog-1.3.0.ebuild
31 index 75da7a4d0b5..6b2025e3985 100644
32 --- a/app-admin/clog/clog-1.3.0.ebuild
33 +++ b/app-admin/clog/clog-1.3.0.ebuild
34 @@ -6,7 +6,7 @@ EAPI=6
35 inherit cmake-utils
36
37 DESCRIPTION="clog is a colorized log tail utility"
38 -HOMEPAGE="https://taskwarrior.org/docs/clog"
39 +HOMEPAGE="https://taskwarrior.org/docs/clog/"
40 SRC_URI="https://tasktools.org/download/${P}.tar.gz"
41
42 KEYWORDS="~amd64 ~x86 ~x64-macos ~amd64-fbsd"