Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-timezonedb/
Date: Wed, 29 Apr 2020 21:31:28
Message-Id: 1588195860.a45839a2aa8c760bab83abdd38dc4eaacce47782.whissi@gentoo
1 commit: a45839a2aa8c760bab83abdd38dc4eaacce47782
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 21:20:28 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 21:31:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45839a2
7
8 dev-php/pecl-timezonedb: bump to v2020.1
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-timezonedb/Manifest | 1 +
14 dev-php/pecl-timezonedb/pecl-timezonedb-2020.1.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-php/pecl-timezonedb/Manifest b/dev-php/pecl-timezonedb/Manifest
18 index 6babb3a578f..6e305b0c2cc 100644
19 --- a/dev-php/pecl-timezonedb/Manifest
20 +++ b/dev-php/pecl-timezonedb/Manifest
21 @@ -1 +1,2 @@
22 DIST timezonedb-2019.3.tgz 413166 BLAKE2B 99542a2c0dc50d96316dc14b22c8a2404db07a88d3f46050a954f10bfb501cd81fb7161805a91336075d607ac106208285e6d2281a9ed68b344fd4837fabcb49 SHA512 8342a0ed83a52ade0415430751d4efeaa84fb72e7da3aec8921338e9dfbf37ff1f098f6b6e1ed9c8f1c9c62017a0fe9c14f86a53be72f8b9f1ec137fa45d057d
23 +DIST timezonedb-2020.1.tgz 413993 BLAKE2B 1f598269060c7f228d103549ac31429df3e31e68961fb41182101400c9f71ea8503cb11943732b49b749aa055e7eedfb4fd06e11cc11c1381bc69f294c3433b6 SHA512 31c38d5b25db921ec5be924ac85d9cf9dd2180c4e2d50e074a143dfdf9415a8c7579e96f7a768b305554bf1cb332b46f2c652fda7d2f1638502b995fc0679ca5
24
25 diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2020.1.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2020.1.ebuild
26 new file mode 100644
27 index 00000000000..ce13c87b5e7
28 --- /dev/null
29 +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2020.1.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="7"
35 +
36 +PHP_EXT_NAME="timezonedb"
37 +PHP_EXT_INI="yes"
38 +PHP_EXT_ZENDEXT="no"
39 +
40 +USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
41 +
42 +inherit php-ext-pecl-r3
43 +
44 +DESCRIPTION="Timezone Database to be used with PHP's date and time functions"
45 +LICENSE="PHP-3"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
48 +IUSE=""
49 +PHP_EXT_ECONF_ARGS=""