commit:     717c46ccd7400dc5e729a21ebb64df877398383b
Author:     Tim Mason <masonts <AT> gmail <DOT> com>
AuthorDate: Sun Jan  6 23:12:44 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 19 05:59:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717c46cc

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 <masonts <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10761
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-libs/timezone-data/timezone-data-2018i.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/timezone-data/timezone-data-2018i.ebuild 
b/sys-libs/timezone-data/timezone-data-2018i.ebuild
index 2c38c3f65e0..48ee5887cfb 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";
 

Reply via email to