diff options
author | Tim Mason <masonts@gmail.com> | 2019-01-06 17:12:44 -0600 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-19 06:59:29 +0100 |
commit | 717c46ccd7400dc5e729a21ebb64df877398383b (patch) | |
tree | a40596e55c54804551965a266e0f37cde9bdb20c /sys-libs/timezone-data | |
parent | net-misc/networkmanager-strongswan: drop old version (diff) | |
download | gentoo-717c46ccd7400dc5e729a21ebb64df877398383b.tar.gz gentoo-717c46ccd7400dc5e729a21ebb64df877398383b.tar.bz2 gentoo-717c46ccd7400dc5e729a21ebb64df877398383b.zip |
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@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>
Diffstat (limited to 'sys-libs/timezone-data')
-rw-r--r-- | sys-libs/timezone-data/timezone-data-2018i.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |