Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/
Date: Sat, 19 Jan 2019 05:59:50
Message-Id: 1547877569.717c46ccd7400dc5e729a21ebb64df877398383b.whissi@gentoo
1 commit: 717c46ccd7400dc5e729a21ebb64df877398383b
2 Author: Tim Mason <masonts <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 6 23:12:44 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 19 05:59:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717c46cc
7
8 sys-libs/timezone-data: remove old URL from HOMEPAGE metadata
9
10 The ebuild contains a reference to http://www.twinsun.com/tz/tz-link.htm,
11 which now leads to a 404.
12
13 This just removes the URL from the HOMEPAGE variable in the ebuild,
14 as it is the only place in the ebuild where this URL or domain exist.
15
16 Closes: https://bugs.gentoo.org/674738
17 Signed-off-by: Timothy Mason <masonts <AT> gmail.com>
18 Package-Manager: Portage-2.3.51, Repoman-2.3.11
19 Closes: https://github.com/gentoo/gentoo/pull/10761
20 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
21
22 sys-libs/timezone-data/timezone-data-2018i.ebuild | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 diff --git a/sys-libs/timezone-data/timezone-data-2018i.ebuild b/sys-libs/timezone-data/timezone-data-2018i.ebuild
26 index 2c38c3f65e0..48ee5887cfb 100644
27 --- a/sys-libs/timezone-data/timezone-data-2018i.ebuild
28 +++ b/sys-libs/timezone-data/timezone-data-2018i.ebuild
29 @@ -8,7 +8,7 @@ inherit toolchain-funcs flag-o-matic
30 code_ver=${PV}
31 data_ver=${PV}
32 DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)"
33 -HOMEPAGE="https://www.iana.org/time-zones http://www.twinsun.com/tz/tz-link.htm"
34 +HOMEPAGE="https://www.iana.org/time-zones"
35 SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz
36 https://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz"