From 717c46ccd7400dc5e729a21ebb64df877398383b Mon Sep 17 00:00:00 2001 From: Tim Mason Date: Sun, 6 Jan 2019 17:12:44 -0600 Subject: sys-libs/timezone-data: remove old URL from HOMEPAGE metadata The ebuild contains a reference to http://www.twinsun.com/tz/tz-link.htm, which now leads to a 404. This just removes the URL from the HOMEPAGE variable in the ebuild, as it is the only place in the ebuild where this URL or domain exist. Closes: https://bugs.gentoo.org/674738 Signed-off-by: Timothy Mason Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10761 Signed-off-by: Thomas Deutschmann --- sys-libs/timezone-data/timezone-data-2018i.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-libs/timezone-data') diff --git a/sys-libs/timezone-data/timezone-data-2018i.ebuild b/sys-libs/timezone-data/timezone-data-2018i.ebuild index 2c38c3f65e01..48ee5887cfbc 100644 --- a/sys-libs/timezone-data/timezone-data-2018i.ebuild +++ b/sys-libs/timezone-data/timezone-data-2018i.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs flag-o-matic code_ver=${PV} data_ver=${PV} DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)" -HOMEPAGE="https://www.iana.org/time-zones http://www.twinsun.com/tz/tz-link.htm" +HOMEPAGE="https://www.iana.org/time-zones" SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz https://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz" -- cgit v1.2.3-65-gdbad