sys-libs/timezone-data: remove old URL from HOMEPAGE metadata
authorTim Mason <masonts@gmail.com>
Sun, 6 Jan 2019 23:12:44 +0000 (17:12 -0600)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 19 Jan 2019 05:59:29 +0000 (06:59 +0100)
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@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@gentoo.org>
sys-libs/timezone-data/timezone-data-2018i.ebuild

index 2c38c3f65e017ed4c72f65e623b173dddafdaf7c..48ee5887cfbc03e14077026d4501ca59cfe114ff 100644 (file)
@@ -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"