[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/, sys-libs/timezone-data/files/

2023-01-11 Thread Sam James
commit: c38091828cc53772a483b9affca5daa39baf050e
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 11 08:29:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 11 08:31:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3809182

sys-libs/timezone-data: drop 2022f, 2022f-r1

Signed-off-by: Sam James  gentoo.org>

 sys-libs/timezone-data/Manifest|   2 -
 .../files/timezone-data-2022f-musl.patch   | 181 ---
 .../timezone-data/timezone-data-2022f-r1.ebuild| 201 -
 sys-libs/timezone-data/timezone-data-2022f.ebuild  | 197 
 4 files changed, 581 deletions(-)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index f77fe1d38129..0d6b81efbc65 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,4 +1,2 @@
-DIST tzcode2022f.tar.gz 284816 BLAKE2B 
3bfcc25323edbdd41aadcbb5c8b0d9179a809a87b22afc9dda88a53c6daab742778956af7aa30722429d34601fb2ad3c4222c48497e0a429926cd05b79b9acfb
 SHA512 
3e2ef91b972f1872e3e8da9eae9d1c4638bfdb32600f164484edd7147be45a116db80443cd5ae61b5c34f8b841e4362f4beefd957633f6cc9b7def543ed6752b
 DIST tzcode2022g.tar.gz 287901 BLAKE2B 
b67bb2020913c57cc6bc68d231c53ba645b95305256065e2645bce3b0d71adfaea865ed9bf40f1ec3b4a73aad7e6c48f5ecd0895de6e2d69bed6113d6b579e26
 SHA512 
5188edd8d05238a88da734cf78fadfb57640d4db3e7a0a970e3071e16b6eebc2e2ab17109b7dafafae68abfbc857df481cfdc3ffe63f7eb1569ea0b5997a
-DIST tzdata2022f.tar.gz 436352 BLAKE2B 
8081972005ac84034957bb85013b373df67937c3f811e33c44fad7ecee0f504b946766fdb1f525d0512b9a8d8e727ee3d8d44640ff55bed3fcd1f3fb3c464c17
 SHA512 
72d05d05be999075cdf57b896c0f4238b1b862d4d0ed92cc611736592a4ada14d47bd7f0fc8be39e7938a7f5940a903c8af41e87859482bcfab787d889d429f6
 DIST tzdata2022g.tar.gz 439731 BLAKE2B 
582b79cc2317d27f3883042cbca25801397d9e2808ad8d3a340017d635372ef20316ce646a25a43b0ea5d4024841b54925ecc4510613295c39c28647989645cb
 SHA512 
7f79394295e00e3a24ebdbf9af3bc454a65f432a93b517e7e96c7f9db9949f6f5fdae9892a9d3789ff44ae0eb1bfe4744d36976b4624659af951d26414f94e65

diff --git a/sys-libs/timezone-data/files/timezone-data-2022f-musl.patch 
b/sys-libs/timezone-data/files/timezone-data-2022f-musl.patch
deleted file mode 100644
index 3bbb1ea2a772..
--- a/sys-libs/timezone-data/files/timezone-data-2022f-musl.patch
+++ /dev/null
@@ -1,181 +0,0 @@
-https://github.com/eggert/tz/commit/a91830b783db3bb481930c67914d3c16b821f717
-https://github.com/eggert/tz/commit/dbe87fe421f76a3d1ac31082868ce60dfcbdefc4
-https://github.com/eggert/tz/commit/b03713256358fe4774912b7405db0f5b0ee1
-https://github.com/eggert/tz/commit/317cc2c05a0acd02597e9db2b97af078630c1dde
-https://github.com/eggert/tz/commit/f4808ee8fa61b0df82337e8f0fa02ca3db598cb8
-
-From a91830b783db3bb481930c67914d3c16b821f717 Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Fri, 28 Oct 2022 22:55:10 -0700
-Subject: [PATCH] Fix tzalloc bug on platforms lacking tm_zone
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Problem reported by Đoàn Trần Công Danh in:
-https://mm.icann.org/pipermail/tz/2022-October/032153.html
-* zdump.c (tzalloc) [!USE_LOCALTIME_RZ && HAVE_SETENV]:
-Return a nonnull pointer.
 a/zdump.c
-+++ b/zdump.c
-@@ -234,7 +234,7 @@ tzalloc(char const *val)
- exit(EXIT_FAILURE);
-   }
-   tzset();
--  return NULL;
-+  return   /* Any valid non-null char ** will do.  */
- # else
-   enum { TZeqlen = 3 };
-   static char const TZeq[TZeqlen] = "TZ=";
-
-From dbe87fe421f76a3d1ac31082868ce60dfcbdefc4 Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Fri, 28 Oct 2022 23:22:26 -0700
-Subject: [PATCH] Port struct tm guessing to musl
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Prompted by report from Đoàn Trần Công Danh in:
-https://mm.icann.org/pipermail/tz/2022-October/032153.html
-* private.h (TM_GMTOFF, TM_ZONE): By default, assume they
-work on musl, which #defines __tm_zone.
 a/private.h
-+++ b/private.h
-@@ -613,6 +613,7 @@ time_t posix2time(time_t);
- /* Infer TM_ZONE on systems where this information is known, but suppress
-guessing if NO_TM_ZONE is defined.  Similarly for TM_GMTOFF.  */
- #if (defined __GLIBC__ \
-+ || defined __tm_zone /* musl */ \
-  || defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__ \
-  || (defined __APPLE__ && defined __MACH__))
- # if !defined TM_GMTOFF && !defined NO_TM_GMTOFF
-
-From b03713256358fe4774912b7405db0f5b0ee1 Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Fri, 28 Oct 2022 23:52:59 -0700
-Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20assume=20nonempty=20argv?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Don’t dump core if argv[0] is NULL, which is allowed on
-GNU/Linux if the invoker is sufficiently perverse.
-* zdump.c (progname): Now char const *, so 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/, sys-libs/timezone-data/files/

2022-12-01 Thread WANG Xuerui
commit: 9705417206ffb856164627f9b3ee7f49931ff8f7
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Dec  2 03:11:27 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Fri Dec  2 03:26:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97054172

sys-libs/timezone-data: fix C23 conformance / gcc-13 build for 2022g

Closes: https://bugs.gentoo.org/883719
Reviewed-by: Sam James  gentoo.org>
Signed-off-by: WANG Xuerui  gentoo.org>

 .../files/timezone-data-2022g-c23.patch| 279 +
 sys-libs/timezone-data/timezone-data-2022g.ebuild  |   4 +
 2 files changed, 283 insertions(+)

diff --git a/sys-libs/timezone-data/files/timezone-data-2022g-c23.patch 
b/sys-libs/timezone-data/files/timezone-data-2022g-c23.patch
new file mode 100644
index ..2665841e5aa5
--- /dev/null
+++ b/sys-libs/timezone-data/files/timezone-data-2022g-c23.patch
@@ -0,0 +1,279 @@
+https://github.com/eggert/tz/commit/9cfe9507fcc22cd4a0c4da486ea1c7f0de6b075f
+but minus the NEWS changes
+
+From: Paul Eggert 
+Date: Thu, 1 Dec 2022 10:28:04 -0800
+Subject: [PATCH] Fix C23-related conformance bug
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Problem reported by Houge Langley for ‘gcc -std=gnu99’ in:
+https://bugs.gentoo.org/show_bug.cgi?id=883719
+* NEWS: Mention this.
+* date.c, localtime.c, private.h, zdump.c, zic.c:
+Use ATTRIBUTE_* at the start of function declarations,
+not later (such as after the keyword ‘static’).
+This is required for strict conformance to C23.
+--- a/date.c
 b/date.c
+@@ -42,7 +42,7 @@ static void  display(const char *, time_t);
+ static void   dogmt(void);
+ static void   errensure(void);
+ static void   timeout(FILE *, const char *, const struct tm *);
+-static ATTRIBUTE_NORETURN void usage(void);
++ATTRIBUTE_NORETURN static void usage(void);
+ 
+ int
+ main(const int argc, char *argv[])
+--- a/localtime.c
 b/localtime.c
+@@ -843,7 +843,7 @@ is_digit(char c)
+ ** Return a pointer to that character.
+ */
+ 
+-static ATTRIBUTE_REPRODUCIBLE const char *
++ATTRIBUTE_REPRODUCIBLE static const char *
+ getzname(register const char *strp)
+ {
+   register char   c;
+@@ -864,7 +864,7 @@ getzname(register const char *strp)
+ ** We don't do any checking here; checking is done later in common-case code.
+ */
+ 
+-static ATTRIBUTE_REPRODUCIBLE const char *
++ATTRIBUTE_REPRODUCIBLE static const char *
+ getqzname(register const char *strp, const int delim)
+ {
+   register intc;
+--- a/private.h
 b/private.h
+@@ -646,7 +646,7 @@ DEPRECATED_IN_C23 char *asctime(struct tm const *);
+ char *asctime_r(struct tm const *restrict, char *restrict);
+ DEPRECATED_IN_C23 char *ctime(time_t const *);
+ char *ctime_r(time_t const *, char *);
+-double difftime(time_t, time_t) ATTRIBUTE_UNSEQUENCED;
++ATTRIBUTE_UNSEQUENCED double difftime(time_t, time_t);
+ size_t strftime(char *restrict, size_t, char const *restrict,
+   struct tm const *restrict);
+ # if HAVE_STRFTIME_L
+@@ -765,10 +765,10 @@ timezone_t tzalloc(char const *);
+ void tzfree(timezone_t);
+ # if STD_INSPIRED
+ #  if TZ_TIME_T || !defined posix2time_z
+-time_t posix2time_z(timezone_t, time_t) ATTRIBUTE_REPRODUCIBLE;
++ATTRIBUTE_REPRODUCIBLE time_t posix2time_z(timezone_t, time_t);
+ #  endif
+ #  if TZ_TIME_T || !defined time2posix_z
+-time_t time2posix_z(timezone_t, time_t) ATTRIBUTE_REPRODUCIBLE;
++ATTRIBUTE_REPRODUCIBLE time_t time2posix_z(timezone_t, time_t);
+ #  endif
+ # endif
+ #endif
+--- a/zdump.c
 b/zdump.c
+@@ -89,7 +89,7 @@ static bool  warned;
+ static bool   errout;
+ 
+ static char const *abbr(struct tm const *);
+-static intmax_t   delta(struct tm *, struct tm *) ATTRIBUTE_REPRODUCIBLE;
++ATTRIBUTE_REPRODUCIBLE static intmax_t delta(struct tm *, struct tm *);
+ static void dumptime(struct tm const *);
+ static time_t hunt(timezone_t, time_t, time_t, bool);
+ static void show(timezone_t, char *, time_t, bool);
+@@ -97,7 +97,7 @@ static void showextrema(timezone_t, char *, time_t, struct 
tm *, time_t);
+ static void showtrans(char const *, struct tm const *, time_t, char const *,
+ char const *);
+ static const char *tformat(void);
+-static time_t yeartot(intmax_t) ATTRIBUTE_REPRODUCIBLE;
++ATTRIBUTE_REPRODUCIBLE static time_t yeartot(intmax_t);
+ 
+ /* Is C an ASCII digit?  */
+ static bool
+@@ -125,7 +125,7 @@ is_alpha(char a)
+   }
+ }
+ 
+-static ATTRIBUTE_NORETURN void
++ATTRIBUTE_NORETURN static void
+ size_overflow(void)
+ {
+   fprintf(stderr, _("%s: size overflow\n"), progname);
+@@ -134,7 +134,7 @@ size_overflow(void)
+ 
+ /* Return A + B, exiting if the result would overflow either ptrdiff_t
+or size_t.  */
+-static ATTRIBUTE_REPRODUCIBLE ptrdiff_t
++ATTRIBUTE_REPRODUCIBLE static ptrdiff_t
+ sumsize(size_t a, size_t b)
+ {
+ #ifdef ckd_add
+@@ -151,7 +151,7 @@ sumsize(size_t a, size_t b)
+ 
+ /* Return a pointer to a newly 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/, sys-libs/timezone-data/files/

2022-11-06 Thread Sam James
commit: c06f818ab387c8ab6e722fa0c4bbd1b801589595
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  7 04:35:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  7 04:35:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06f818a

sys-libs/timezone-data: fix musl issues

Signed-off-by: Sam James  gentoo.org>

 .../files/timezone-data-2022f-musl.patch   | 181 +++
 .../timezone-data/timezone-data-2022f-r1.ebuild| 201 +
 2 files changed, 382 insertions(+)

diff --git a/sys-libs/timezone-data/files/timezone-data-2022f-musl.patch 
b/sys-libs/timezone-data/files/timezone-data-2022f-musl.patch
new file mode 100644
index ..3bbb1ea2a772
--- /dev/null
+++ b/sys-libs/timezone-data/files/timezone-data-2022f-musl.patch
@@ -0,0 +1,181 @@
+https://github.com/eggert/tz/commit/a91830b783db3bb481930c67914d3c16b821f717
+https://github.com/eggert/tz/commit/dbe87fe421f76a3d1ac31082868ce60dfcbdefc4
+https://github.com/eggert/tz/commit/b03713256358fe4774912b7405db0f5b0ee1
+https://github.com/eggert/tz/commit/317cc2c05a0acd02597e9db2b97af078630c1dde
+https://github.com/eggert/tz/commit/f4808ee8fa61b0df82337e8f0fa02ca3db598cb8
+
+From a91830b783db3bb481930c67914d3c16b821f717 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Fri, 28 Oct 2022 22:55:10 -0700
+Subject: [PATCH] Fix tzalloc bug on platforms lacking tm_zone
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Problem reported by Đoàn Trần Công Danh in:
+https://mm.icann.org/pipermail/tz/2022-October/032153.html
+* zdump.c (tzalloc) [!USE_LOCALTIME_RZ && HAVE_SETENV]:
+Return a nonnull pointer.
+--- a/zdump.c
 b/zdump.c
+@@ -234,7 +234,7 @@ tzalloc(char const *val)
+ exit(EXIT_FAILURE);
+   }
+   tzset();
+-  return NULL;
++  return   /* Any valid non-null char ** will do.  */
+ # else
+   enum { TZeqlen = 3 };
+   static char const TZeq[TZeqlen] = "TZ=";
+
+From dbe87fe421f76a3d1ac31082868ce60dfcbdefc4 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Fri, 28 Oct 2022 23:22:26 -0700
+Subject: [PATCH] Port struct tm guessing to musl
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Prompted by report from Đoàn Trần Công Danh in:
+https://mm.icann.org/pipermail/tz/2022-October/032153.html
+* private.h (TM_GMTOFF, TM_ZONE): By default, assume they
+work on musl, which #defines __tm_zone.
+--- a/private.h
 b/private.h
+@@ -613,6 +613,7 @@ time_t posix2time(time_t);
+ /* Infer TM_ZONE on systems where this information is known, but suppress
+guessing if NO_TM_ZONE is defined.  Similarly for TM_GMTOFF.  */
+ #if (defined __GLIBC__ \
++ || defined __tm_zone /* musl */ \
+  || defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__ \
+  || (defined __APPLE__ && defined __MACH__))
+ # if !defined TM_GMTOFF && !defined NO_TM_GMTOFF
+
+From b03713256358fe4774912b7405db0f5b0ee1 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Fri, 28 Oct 2022 23:52:59 -0700
+Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20assume=20nonempty=20argv?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Don’t dump core if argv[0] is NULL, which is allowed on
+GNU/Linux if the invoker is sufficiently perverse.
+* zdump.c (progname): Now char const *, so that it can be given
+the address of a string constant.
+(tzalloc): Use optarg, not progname, since progname’s type is no
+longer correct.
+* zdump.c, zic.c (main): Initialize progname to non-null.
+--- a/zdump.c
 b/zdump.c
+@@ -84,7 +84,7 @@ static time_t const absolute_max_time =
+? (((time_t) 1 << atime_shift) - 1 + ((time_t) 1 << atime_shift))
+: -1);
+ static intlongest;
+-static char * progname;
++static char const *progname;
+ static bool   warned;
+ static bool   errout;
+ 
+@@ -234,7 +234,7 @@ tzalloc(char const *val)
+ exit(EXIT_FAILURE);
+   }
+   tzset();
+-  return   /* Any valid non-null char ** will do.  */
++  return   /* Any valid non-null char ** will do.  */
+ # else
+   enum { TZeqlen = 3 };
+   static char const TZeq[TZeqlen] = "TZ=";
+@@ -463,7 +463,7 @@ main(int argc, char *argv[])
+ # endif /* defined TEXTDOMAINDIR */
+   textdomain(TZ_DOMAIN);
+ #endif /* HAVE_GETTEXT */
+-  progname = argv[0];
++  progname = argv[0] ? argv[0] : "zdump";
+   for (i = 1; i < argc; ++i)
+   if (strcmp(argv[i], "--version") == 0) {
+   printf("zdump %s%s\n", PKGVERSION, TZVERSION);
+--- a/zic.c
 b/zic.c
+@@ -943,7 +943,7 @@ main(int argc, char **argv)
+   textdomain(TZ_DOMAIN);
+ #endif /* HAVE_GETTEXT */
+   main_argv = argv;
+-  progname = argv[0];
++  progname = argv[0] ? argv[0] : "zic";
+   if (TYPE_BIT(zic_t) < 64) {
+   fprintf(stderr, "%s: %s\n", progname,
+   _("wild compilation-time specification of zic_t"));
+
+From 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/, sys-libs/timezone-data/files/

2018-01-23 Thread Mike Frysinger
commit: de1ece231cc052f2aa6e415117f43eb40c74424e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 24 06:01:10 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 24 06:36:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1ece23

sys-libs/timezone-data: drop old <2017c versions

 sys-libs/timezone-data/Manifest|   4 -
 .../files/timezone-data-2016g-makefile.patch   |  81 ---
 sys-libs/timezone-data/timezone-data-2017a.ebuild  | 156 
 sys-libs/timezone-data/timezone-data-2017b.ebuild  | 160 -
 4 files changed, 401 deletions(-)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index 38a80ff7c92..486ac591761 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,6 +1,2 @@
-DIST tzcode2017a.tar.gz 210671 BLAKE2B 
1f361234c6bce4572896a07331b7b933429dabbfcda6dd798b415d303fe9ecf4ebd439930b1f54f2b956a27d864ecbd0b0bddb1edaaf49e5b2a29006ecc47bbd
 SHA512 
36d744debd5263b6be39b3a9a146b7db1876f216a4bfc62b46631745861a9c03eda3220f213def86c724d3a11c41398c65c2e5d013ff2c1900e7bfc5e7844025
-DIST tzcode2017b.tar.gz 210780 BLAKE2B 
fd3c8eaeaee731b80f2873095c4d900b6fad8ac018dafde76be825b28729c1890c59a79e0ad98b2db318098189008fd1403bd2f8f1ea5c6f393ad42f7a50a777
 SHA512 
9a73af4b868506d1f6287a8285dea489e68f6828da19509114f9144e2a2019c7fd28f4fb98ea907030d11d011ce3a87d99dbe43bca218beddafff151f0d61df1
 DIST tzcode2017c.tar.gz 219346 BLAKE2B 
2ac64949343520c074718b33d42f73653fc2d355a1eb9ffc4ea1f59f33f8a06642bfed9778f99333c49bfb6226b10a263d078b04e2fd3de2a0d1cd35fb1f180e
 SHA512 
0d8c3e07b0de9015a137602450468ceb6358312a50eeda2a860882367107b8ba9ef275880b292570a671b9910afc54e6209e1e642387d246bc9c08c4ff660ffb
-DIST tzdata2017a.tar.gz 323983 BLAKE2B 
8b5e558c80ab62ceedd0b41f1a5bc59083dea76df81d1418a4a779a8aeecfb9718cbf05f803b87731b00c9cfba3c2612e99083b4607c7e9f46f4ef114118ae7c
 SHA512 
fe57930711998a0755749a2bf1b32fdbc9e6ee249762017beea52eae7e521236396300fe2d79298fd81eb6d73fb7567884c35995ed248be06188329d937e3873
-DIST tzdata2017b.tar.gz 324317 BLAKE2B 
aec4ac18b1ff7435754923c62e424813c975d0e06af6001ed1876365b74a2da85edbb076f72861b0ca829e6562651b6f9bdd8d969c8a5f0be993820e2f5cd1cb
 SHA512 
3e090dba1f52e4c63b4930b28f4bf38b56aabd6728f23094cb5801d10f4e464f17231f17b75b8866714bf98199c166ea840de0787b75b2274aa419a4e14bbc4d
 DIST tzdata2017c.tar.gz 335571 BLAKE2B 
466eefacd5600d15685d973b16d98053b3610efd9a1a9c7c7f1f384dcde8950d037c25ef065a85876433f9e9483fa72c46bb28f9c4225c7fe38a6376ada91132
 SHA512 
feb5c544e617b30c73a397e5a1c51f9847d0fddf1dfa0f9ace2e6f686786f09b666937b2048e07075c84593fc584bd5a25d639fce70eca9735267df28621ab4c

diff --git a/sys-libs/timezone-data/files/timezone-data-2016g-makefile.patch 
b/sys-libs/timezone-data/files/timezone-data-2016g-makefile.patch
deleted file mode 100644
index 83cae6d59a8..000
--- a/sys-libs/timezone-data/files/timezone-data-2016g-makefile.patch
+++ /dev/null
@@ -1,81 +0,0 @@
- - Fix up default paths
- - Support env CC
- - Don't build/install libtz.a
- - Don't install man-pages provided by sys-apps/man-pages
- - Move tzselect, zic, and zdump to bin
- - Do not run network based unittests
-
 a/Makefile
-+++ b/Makefile
-@@ -45,21 +45,21 @@ POSIXRULES=America/New_York
- 
- # Everything gets put in subdirectories of. . .
- 
--TOPDIR=   /usr/local
-+TOPDIR=   /usr
- 
- # "Compiled" time zone information is placed in the "TZDIR" directory
- # (and subdirectories).
- # Use an absolute path name for TZDIR unless you're just testing the software.
- 
- TZDIR_BASENAME=   zoneinfo
--TZDIR=$(TOPDIR)/etc/$(TZDIR_BASENAME)
-+TZDIR=$(TOPDIR)/share/$(TZDIR_BASENAME)
- 
- # Types to try, as an alternative to time_t.  int64_t should be first.
- TIME_T_ALTERNATIVES= int64_t int32_t uint32_t uint64_t
- 
- # The "tzselect", "zic", and "zdump" commands get installed in. . .
- 
--ETCDIR=   $(TOPDIR)/etc
-+SBINDIR=  $(TOPDIR)/sbin
- 
- # If you "make INSTALL", the "date" command gets installed in. . .
- 
-@@ -67,7 +67,7 @@ BINDIR=  $(TOPDIR)/bin
- 
- # Manual pages go in subdirectories of. . .
- 
--MANDIR=   $(TOPDIR)/man
-+MANDIR=   $(TOPDIR)/share/man
- 
- # Library functions are put in an archive in LIBDIR.
- 
-@@ -298,8 +298,7 @@ GZIPFLAGS= -9n
- 
- #MAKE=make
- 
--cc=   cc
--CC=   $(cc) -DTZDIR=\"$(TZDIR)\"
-+CPPFLAGS+=-DTZDIR=\"$(TZDIR)\"
- 
- AR=   ar
- 
-@@ -352,16 +354,12 @@ ALL: all date
- install:  all $(DATA) $(REDO) $(MANS)
-   mkdir -p $(DESTDIR)$(ETCDIR) $(DESTDIR)$(TZDIR) \
--  $(DESTDIR)$(LIBDIR) \
-+  $(DESTDIR)$(BINDIR) \
-   $(DESTDIR)$(MANDIR)/man3 $(DESTDIR)$(MANDIR)/man5 \
-   $(DESTDIR)$(MANDIR)/man8
-   

[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/, sys-libs/timezone-data/files/

2017-11-04 Thread Andreas Hüttel
commit: edaa536d5359bd37c8055f5f21c6134b636373e7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Nov  5 00:14:42 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Nov  5 00:15:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edaa536d

sys-libs/timezone-data: Version bump

To be stabled in a few days if nothing bad happens.

Bug: https://bugs.gentoo.org/636464
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-libs/timezone-data/Manifest|   2 +
 .../files/timezone-data-2017c-makefile.patch   |  77 ++
 sys-libs/timezone-data/timezone-data-2017c.ebuild  | 161 +
 3 files changed, 240 insertions(+)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index c18c6128b5e..97792c1f989 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,4 +1,6 @@
 DIST tzcode2017a.tar.gz 210671 SHA256 
02f2c6b58b99edd0d47f0cad34075b359fd1a4dab71850f493b0404ded3b38ac SHA512 
36d744debd5263b6be39b3a9a146b7db1876f216a4bfc62b46631745861a9c03eda3220f213def86c724d3a11c41398c65c2e5d013ff2c1900e7bfc5e7844025
 WHIRLPOOL 
ff618c6bfbd35c8d02a3c2c50e61aa872ce13be87e3b5de8e58e7110b174249530bcd63bd83ccf1f70834bfbf8b2cb5e96176554601611f0e10e54fe8c023b20
 DIST tzcode2017b.tar.gz 210780 SHA256 
4d1735bb54e22b8d7443d4d1f1a13d007ae11be79a35e51f8e8322fb8e292d40 SHA512 
9a73af4b868506d1f6287a8285dea489e68f6828da19509114f9144e2a2019c7fd28f4fb98ea907030d11d011ce3a87d99dbe43bca218beddafff151f0d61df1
 WHIRLPOOL 
f98be38b269494722859113de561fffd35aeda75a73c57429403606de5c6522f826c818142083d866ec0cf21cfa8427c021ccca45a4447864513af0cfec92c99
+DIST tzcode2017c.tar.gz 219346 SHA256 
81e8b4bc23e60906640c266bbff3789661e22f0fa29fe61b96ec7c2816c079b7 SHA512 
0d8c3e07b0de9015a137602450468ceb6358312a50eeda2a860882367107b8ba9ef275880b292570a671b9910afc54e6209e1e642387d246bc9c08c4ff660ffb
 WHIRLPOOL 
0b41fb71bc4c2ed7a0e87ea4a75341b49a64dfea7100bc038d0ed8b1f14d2fd7d8bf6dbb625b30c65a4f9cac61f8f92ba0a1c320d0561b918ec5b98db15f76d5
 DIST tzdata2017a.tar.gz 323983 SHA256 
df3a5c4d0a2cf0cde0b3f35796ccf6c9acfd598b8e70f8dece5404cd7626bbd6 SHA512 
fe57930711998a0755749a2bf1b32fdbc9e6ee249762017beea52eae7e521236396300fe2d79298fd81eb6d73fb7567884c35995ed248be06188329d937e3873
 WHIRLPOOL 
88cf93fcea09edfc568c00df4cc20e97f9327ab9ad07125475c2f9b81b6d95f8da8a7922305880466d61b1eb897f85bba82ac7e7ee1268cfb96d4ccbcab62a3a
 DIST tzdata2017b.tar.gz 324317 SHA256 
f8242a522ea3496b0ce4ff4f2e75a049178da21001a08b8e666d8cbe07d18086 SHA512 
3e090dba1f52e4c63b4930b28f4bf38b56aabd6728f23094cb5801d10f4e464f17231f17b75b8866714bf98199c166ea840de0787b75b2274aa419a4e14bbc4d
 WHIRLPOOL 
3347ad15ceb763f7679ba3c5bf6bce055ed8d250f24e78b49cce665aa18919d27340716d3d952820c6287194be4014e8094fb615e9c08e73e1859fec080f831f
+DIST tzdata2017c.tar.gz 335571 SHA256 
d6543f92a929826318e2f44ff3a7611ce5f565a43e10250b42599d0ba4cbd90b SHA512 
feb5c544e617b30c73a397e5a1c51f9847d0fddf1dfa0f9ace2e6f686786f09b666937b2048e07075c84593fc584bd5a25d639fce70eca9735267df28621ab4c
 WHIRLPOOL 
9258564a850b60af65f374b63988f940d71f55f5f969ec669062bea1e69439e2344aee01c98fa01309ec0daf043ed5135dd83f8e78fa567ff8b488b0315a3638

diff --git a/sys-libs/timezone-data/files/timezone-data-2017c-makefile.patch 
b/sys-libs/timezone-data/files/timezone-data-2017c-makefile.patch
new file mode 100644
index 000..18e1303c7da
--- /dev/null
+++ b/sys-libs/timezone-data/files/timezone-data-2017c-makefile.patch
@@ -0,0 +1,77 @@
+diff -ruN timezone-data-2017c.orig/Makefile timezone-data-2017c/Makefile
+--- timezone-data-2017c.orig/Makefile  2017-10-02 02:23:52.0 +0200
 timezone-data-2017c/Makefile   2017-11-05 01:03:06.514561762 +0100
+@@ -44,7 +44,7 @@
+ 
+ # Everything gets put in subdirectories of. . .
+ 
+-TOPDIR=   /usr/local
++TOPDIR=   /usr
+ 
+ # "Compiled" time zone information is placed in the "TZDIR" directory
+ # (and subdirectories).
+@@ -52,14 +52,14 @@
+ # TZDIR_BASENAME should not contain "/" and should not be ".", ".." or empty.
+ 
+ TZDIR_BASENAME=   zoneinfo
+-TZDIR=$(TOPDIR)/etc/$(TZDIR_BASENAME)
++TZDIR=$(TOPDIR)/share/$(TZDIR_BASENAME)
+ 
+ # Types to try, as an alternative to time_t.  int64_t should be first.
+ TIME_T_ALTERNATIVES= int64_t int32_t uint32_t uint64_t
+ 
+ # The "tzselect", "zic", and "zdump" commands get installed in. . .
+ 
+-ETCDIR=   $(TOPDIR)/etc
++SBINDIR=  $(TOPDIR)/sbin
+ 
+ # If you "make INSTALL", the "date" command gets installed in. . .
+ 
+@@ -67,7 +67,7 @@
+ 
+ # Manual pages go in subdirectories of. . .
+ 
+-MANDIR=   $(TOPDIR)/man
++MANDIR=   $(TOPDIR)/share/man
+ 
+ # Library functions are put in an archive in LIBDIR.
+ 
+@@ -395,8 +395,7 @@
+ 
+ #MAKE=make
+ 
+-cc=   cc
+-CC=   $(cc) -DTZDIR=\"$(TZDIR)\"
++CPPFLAGS+=-DTZDIR=\"$(TZDIR)\"
+ 
+ AR=   

[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/, sys-libs/timezone-data/files/

2016-11-26 Thread Mike Frysinger
commit: b2a52fb78a2cb1b9cf318a639b31abf8231c6e02
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Nov 27 03:29:09 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Nov 27 03:29:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a52fb7

sys-libs/timezone-data: drop old <2016h versions

 .../files/timezone-data-2016c-makefile.patch   |  81 ---
 sys-libs/timezone-data/timezone-data-2016e.ebuild  | 157 -
 sys-libs/timezone-data/timezone-data-2016f.ebuild  | 157 -
 sys-libs/timezone-data/timezone-data-2016g.ebuild  | 157 -
 4 files changed, 552 deletions(-)

diff --git a/sys-libs/timezone-data/files/timezone-data-2016c-makefile.patch 
b/sys-libs/timezone-data/files/timezone-data-2016c-makefile.patch
deleted file mode 100644
index b099e05..
--- a/sys-libs/timezone-data/files/timezone-data-2016c-makefile.patch
+++ /dev/null
@@ -1,81 +0,0 @@
- - Fix up default paths
- - Support env CC
- - Don't build/install libtz.a
- - Don't install man-pages provided by sys-apps/man-pages
- - Move tzselect, zic, and zdump to bin
- - Do not run network based unittests
-
 a/Makefile
-+++ b/Makefile
-@@ -45,21 +45,21 @@ POSIXRULES=America/New_York
- 
- # Everything gets put in subdirectories of. . .
- 
--TOPDIR=   /usr/local
-+TOPDIR=   /usr
- 
- # "Compiled" time zone information is placed in the "TZDIR" directory
- # (and subdirectories).
- # Use an absolute path name for TZDIR unless you're just testing the software.
- 
- TZDIR_BASENAME=   zoneinfo
--TZDIR=$(TOPDIR)/etc/$(TZDIR_BASENAME)
-+TZDIR=$(TOPDIR)/share/$(TZDIR_BASENAME)
- 
- # Types to try, as an alternative to time_t.  int64_t should be first.
- TIME_T_ALTERNATIVES= int64_t int32_t uint32_t uint64_t
- 
- # The "tzselect", "zic", and "zdump" commands get installed in. . .
- 
--ETCDIR=   $(TOPDIR)/etc
-+SBINDIR=  $(TOPDIR)/sbin
- 
- # If you "make INSTALL", the "date" command gets installed in. . .
- 
-@@ -67,7 +67,7 @@ BINDIR=  $(TOPDIR)/bin
- 
- # Manual pages go in subdirectories of. . .
- 
--MANDIR=   $(TOPDIR)/man
-+MANDIR=   $(TOPDIR)/share/man
- 
- # Library functions are put in an archive in LIBDIR.
- 
-@@ -298,8 +298,7 @@ GZIPFLAGS= -9n
- 
- #MAKE=make
- 
--cc=   cc
--CC=   $(cc) -DTZDIR=\"$(TZDIR)\"
-+CPPFLAGS+=-DTZDIR=\"$(TZDIR)\"
- 
- AR=   ar
- 
-@@ -352,16 +354,12 @@ ALL: all date
- install:  all $(DATA) $(REDO) $(MANS)
-   mkdir -p $(DESTDIR)$(ETCDIR) $(DESTDIR)$(TZDIR) \
--  $(DESTDIR)$(LIBDIR) \
-+  $(DESTDIR)$(BINDIR) \
-   $(DESTDIR)$(MANDIR)/man3 $(DESTDIR)$(MANDIR)/man5 \
-   $(DESTDIR)$(MANDIR)/man8
-   $(ZIC_INSTALL) -l $(LOCALTIME) -p $(POSIXRULES)
-   cp -f iso3166.tab $(ZONETABLES) $(DESTDIR)$(TZDIR)/.
--  cp tzselect zic zdump $(DESTDIR)$(ETCDIR)/.
-+  cp tzselect zic zdump $(DESTDIR)$(BINDIR)/.
--  cp libtz.a $(DESTDIR)$(LIBDIR)/.
--  $(RANLIB) $(DESTDIR)$(LIBDIR)/libtz.a
-   cp -f newctime.3 newtzset.3 $(DESTDIR)$(MANDIR)/man3/.
--  cp -f tzfile.5 $(DESTDIR)$(MANDIR)/man5/.
--  cp -f tzselect.8 zdump.8 zic.8 $(DESTDIR)$(MANDIR)/man8/.
- 
- INSTALL:  ALL install date.1
-   mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
-@@ -440,7 +438,7 @@ tzselect:  tzselect.ksh
-   chmod +x $@
- 
- check:check_character_set check_white_space check_links 
check_sorted \
--check_tables check_web
-+check_tables
- 
- check_character_set: $(ENCHILADA)
-   LC_ALL=en_US.utf8 && export LC_ALL && \

diff --git a/sys-libs/timezone-data/timezone-data-2016e.ebuild 
b/sys-libs/timezone-data/timezone-data-2016e.ebuild
deleted file mode 100644
index 73e4b89..
--- a/sys-libs/timezone-data/timezone-data-2016e.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils toolchain-funcs flag-o-matic
-
-code_ver=${PV}
-data_ver=${PV}
-DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)"
-HOMEPAGE="http://www.iana.org/time-zones http://www.twinsun.com/tz/tz-link.htm;
-SRC_URI="http://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz
-   
http://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz;
-
-LICENSE="BSD public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="nls 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/, sys-libs/timezone-data/files/

2016-04-11 Thread Mike Frysinger
commit: 2b655fbf6745c4ac8e5219a8ac2289ab9ad6c09f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Apr 12 01:46:02 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Apr 12 01:46:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b655fbf

sys-libs/timezone-data: rework libintl detection #578424

 .../files/timezone-data-2016c-makefile.patch   | 81 ++
 sys-libs/timezone-data/timezone-data-2016c.ebuild  | 37 ++
 2 files changed, 106 insertions(+), 12 deletions(-)

diff --git a/sys-libs/timezone-data/files/timezone-data-2016c-makefile.patch 
b/sys-libs/timezone-data/files/timezone-data-2016c-makefile.patch
new file mode 100644
index 000..b099e05
--- /dev/null
+++ b/sys-libs/timezone-data/files/timezone-data-2016c-makefile.patch
@@ -0,0 +1,81 @@
+ - Fix up default paths
+ - Support env CC
+ - Don't build/install libtz.a
+ - Don't install man-pages provided by sys-apps/man-pages
+ - Move tzselect, zic, and zdump to bin
+ - Do not run network based unittests
+
+--- a/Makefile
 b/Makefile
+@@ -45,21 +45,21 @@ POSIXRULES=America/New_York
+ 
+ # Everything gets put in subdirectories of. . .
+ 
+-TOPDIR=   /usr/local
++TOPDIR=   /usr
+ 
+ # "Compiled" time zone information is placed in the "TZDIR" directory
+ # (and subdirectories).
+ # Use an absolute path name for TZDIR unless you're just testing the software.
+ 
+ TZDIR_BASENAME=   zoneinfo
+-TZDIR=$(TOPDIR)/etc/$(TZDIR_BASENAME)
++TZDIR=$(TOPDIR)/share/$(TZDIR_BASENAME)
+ 
+ # Types to try, as an alternative to time_t.  int64_t should be first.
+ TIME_T_ALTERNATIVES= int64_t int32_t uint32_t uint64_t
+ 
+ # The "tzselect", "zic", and "zdump" commands get installed in. . .
+ 
+-ETCDIR=   $(TOPDIR)/etc
++SBINDIR=  $(TOPDIR)/sbin
+ 
+ # If you "make INSTALL", the "date" command gets installed in. . .
+ 
+@@ -67,7 +67,7 @@ BINDIR=  $(TOPDIR)/bin
+ 
+ # Manual pages go in subdirectories of. . .
+ 
+-MANDIR=   $(TOPDIR)/man
++MANDIR=   $(TOPDIR)/share/man
+ 
+ # Library functions are put in an archive in LIBDIR.
+ 
+@@ -298,8 +298,7 @@ GZIPFLAGS= -9n
+ 
+ #MAKE=make
+ 
+-cc=   cc
+-CC=   $(cc) -DTZDIR=\"$(TZDIR)\"
++CPPFLAGS+=-DTZDIR=\"$(TZDIR)\"
+ 
+ AR=   ar
+ 
+@@ -352,16 +354,12 @@ ALL: all date
+ install:  all $(DATA) $(REDO) $(MANS)
+   mkdir -p $(DESTDIR)$(ETCDIR) $(DESTDIR)$(TZDIR) \
+-  $(DESTDIR)$(LIBDIR) \
++  $(DESTDIR)$(BINDIR) \
+   $(DESTDIR)$(MANDIR)/man3 $(DESTDIR)$(MANDIR)/man5 \
+   $(DESTDIR)$(MANDIR)/man8
+   $(ZIC_INSTALL) -l $(LOCALTIME) -p $(POSIXRULES)
+   cp -f iso3166.tab $(ZONETABLES) $(DESTDIR)$(TZDIR)/.
+-  cp tzselect zic zdump $(DESTDIR)$(ETCDIR)/.
++  cp tzselect zic zdump $(DESTDIR)$(BINDIR)/.
+-  cp libtz.a $(DESTDIR)$(LIBDIR)/.
+-  $(RANLIB) $(DESTDIR)$(LIBDIR)/libtz.a
+   cp -f newctime.3 newtzset.3 $(DESTDIR)$(MANDIR)/man3/.
+-  cp -f tzfile.5 $(DESTDIR)$(MANDIR)/man5/.
+-  cp -f tzselect.8 zdump.8 zic.8 $(DESTDIR)$(MANDIR)/man8/.
+ 
+ INSTALL:  ALL install date.1
+   mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
+@@ -440,7 +438,7 @@ tzselect:  tzselect.ksh
+   chmod +x $@
+ 
+ check:check_character_set check_white_space check_links 
check_sorted \
+-check_tables check_web
++check_tables
+ 
+ check_character_set: $(ENCHILADA)
+   LC_ALL=en_US.utf8 && export LC_ALL && \

diff --git a/sys-libs/timezone-data/timezone-data-2016c.ebuild 
b/sys-libs/timezone-data/timezone-data-2016c.ebuild
index 822ec69..70d4f5c 100644
--- a/sys-libs/timezone-data/timezone-data-2016c.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2016c.ebuild
@@ -16,9 +16,11 @@ 
SRC_URI="http://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.ta
 LICENSE="BSD public-domain"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="nls leaps_timezone elibc_FreeBSD elibc_glibc"
+IUSE="nls leaps_timezone elibc_FreeBSD"
 
-RDEPEND="!sys-libs/glibc[vanilla(+)]"
+DEPEND="nls? ( virtual/libintl )"
+RDEPEND="${DEPEND}
+   !sys-libs/glibc[vanilla(+)]"
 
 S=${WORKDIR}
 
@@ -27,6 +29,27 @@ src_prepare() {
tc-is-cross-compiler && cp -pR "${S}" "${S}"-native
 }
 
+src_configure() {
+   tc-export CC
+
+   append-lfs-flags #471102
+
+   if use elibc_FreeBSD || use elibc_Darwin ; then
+   append-cppflags -DSTD_INSPIRED #138251
+   fi
+
+   append-cppflags -DHAVE_GETTEXT=$(usex 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/, sys-libs/timezone-data/files/

2015-08-11 Thread Mike Frysinger
commit: 939c07e18f83055b3daa49bbcc4013b877860850
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Wed Aug 12 04:19:46 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Wed Aug 12 04:20:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939c07e1

sys-libs/timezone-data: trim old

 sys-libs/timezone-data/Manifest|   8 --
 .../files/timezone-data-2008h-makefile.patch   | 138 ---
 .../files/timezone-data-2012a-makefile.patch   | 138 ---
 .../files/timezone-data-2012i-makefile.patch   |  95 -
 .../files/timezone-data-2013a-makefile.patch   |  95 -
 .../files/timezone-data-2013d-makefile.patch   |  95 -
 .../files/timezone-data-2013f-makefile.patch   | 119 
 .../files/timezone-data-2013h-makefile.patch   | 112 ---
 .../files/timezone-data-2014f-makefile.patch   | 112 ---
 .../files/timezone-data-2014g-makefile.patch   | 113 ---
 .../files/timezone-data-2014h-makefile.patch   | 113 ---
 sys-libs/timezone-data/timezone-data-2012j.ebuild  | 110 ---
 sys-libs/timezone-data/timezone-data-2013i.ebuild  | 129 --
 .../timezone-data/timezone-data-2014i-r1.ebuild| 151 -
 sys-libs/timezone-data/timezone-data-2014j.ebuild  | 151 -
 15 files changed, 1679 deletions(-)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index 6b8a175..61338b4 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,17 +1,9 @@
-DIST tzcode2012j.tar.gz 134654 SHA256 
ee4361b3b4ae201a270857c84d0f063c2a2191b3e4cd7414ea4622bb8bae9a82 SHA512 
a0182438fedb1d855b52c0734f52bfd4dd3707d65c6f347833d5a68aab132a68f2b77a0e182d7ecfe7c58185245d7181ab01da909c2fdc84b71150c3090382c2
 WHIRLPOOL 
430e7320976e184753364d034f16109713a350ec0828d864be2f30ce6d29dd403d8f9c25866f828c664f0324f57ad72197fd752ba343f316d80d7c11a1ebdee6
-DIST tzcode2013i.tar.gz 173169 SHA256 
63bba6790afc1cb2ea0af2b998a35fc237e247608140dbe4e08b4216a8c31358 SHA512 
863d181339d8b44ae9876a02e436da33b723f81e592a0e0f51f1300a2dac277bc18ed422b8631e27032769620323c94c848f3abc926d8bc28074d3d4b4bb8a28
 WHIRLPOOL 
9de16a388ac7a1e7965b1aaed4461657a2f822a08fe6c8c5f025bdad6512b53ef0ea6960ef03bc372df3541f9c8588797cd1e2b2dcecb10afb9041965b3684a1
-DIST tzcode2014i.tar.gz 181815 SHA256 
62591075fb0d47459889b71bac3c8487f09b7417b81dfa541d750b4889e84783 SHA512 
ed780815a1e209616c791997f14da56cb9311c6585b70c503b32a11e8ec15e0dc04c37bdeaa5a1a1378ada714935a2d931679d0aa4ab42808d185b600e5d0582
 WHIRLPOOL 
ba5bdf8117b64eda76dc559dd211fa83ee0662792a93004fd696b3d8463da2046d91a0cb45b88656230ac935b528b5cd3e8ce9a460c5e27fdb0b4a19ddadb666
-DIST tzcode2014j.tar.gz 182416 SHA256 
7fd46125464856309fc81fe85a67a61de862b8ab884ce8ca82051f5fa308ede2 SHA512 
1207670c168a80fe9db86307028efa3af8ca304817ebe36df5b5c2d2b67deba4294f05f4d6afa04220c3b255ad1903e2850bfb0649b2edfb2d754345a4b2490a
 WHIRLPOOL 
87275670bc5eeaa634ea7cc858e0c52e61e69640d89a98119d42bf087f26b65216146749648c1347dca0924776e9f6f914ba85aac19c5a3e581ad329fb85de84
 DIST tzcode2015a.tar.gz 182993 SHA256 
885bab11f286852f34030d7a86ede7d4126319ca74b8ee22be8ca7c17d72dd19 SHA512 
80d3bd3aeb70e21552a599c6203670fe742ca8d270c3fc430a3045d8e8a6610ebfe74941532c0791d5a99d6e4bf5fbdf62918de57d377d3fd26e7f7f786c66a4
 WHIRLPOOL 
de4d9ea9611cc47e71f6e64fc4b0f6c45e5b3c995268d6244ed58fdc9b5e6d896c0e3ce1299e04ae018681523dc1e57f2dfcd0fb7f03423a93282123eb8a0376
 DIST tzcode2015b.tar.gz 183630 SHA256 
e668f1235b998c90e43ecc93c8535728c65bb01d6bb93d22467e04b5ffa35d76 SHA512 
d9b56c8ec98d9158d10cf80df0181864c467a4387b8ced5701f466c40885ea524bc1d49b0e17c0a18d8006a423da1c1b9a7e74626c4a916dd37cbb85e04b2b0a
 WHIRLPOOL 
9e57737318d00470a6315cda75ed0cc3b4bb7f57de4c60b0d3b527be12164ec7c390f285dde23102c764e2ff6b9473d2e4762642f7a3e716e746bcacb931eaad
 DIST tzcode2015c.tar.gz 184278 SHA256 
7feeb1a60dff8b179c884f6e3aa7684606f4eaeb7f7ecc61a6bb81e3e38af42e SHA512 
01f57e27c1031434e7da8876f30084dfef9dbe36988539c857f71f86c0ab1995f82c9fe5dad32ded12185c53433b7f1a0553d8848a2d97529981021ffd70dfb1
 WHIRLPOOL 
b2dff9985ad6845ad368a35e471890e99c69f03cf6d92da9d0da362af1d0545e30485a7be1ca159444d49c148c2f1588b8fa3fd1161859cfa566365fb45ba341
 DIST tzcode2015d.tar.gz 184178 SHA256 
221af54ec5c42eaf0101159ffe1256a883d1c14c46228d42774c656a56317128 SHA512 
2cb4faced839d02e6313a7aacca4d2dfe6454186d9864ee4aa034f7280442e6a751cec2285bde2d5712962b733e107a46f2282469f6510b42d93972d6c34424a
 WHIRLPOOL 
d5760e6530f65a4aac86258cbec62b27c86952d0f5896fbc1f567af6aef025e453f455ba94805069706981ecd4806a22e09581dd38cfba18f892343eb2038e3d
 DIST tzcode2015e.tar.gz 185129 SHA256 
b5a217b55847fb56f470a7738939c36f3a520d6cc12342d965cfcf848e59ada0 SHA512