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: Tue, 02 Feb 2021 01:20:26
Message-Id: 1612228795.65911a7b2b0a269e867958b1bd0a5c6b6a478c14.whissi@gentoo
1 commit: 65911a7b2b0a269e867958b1bd0a5c6b6a478c14
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 01:19:55 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 01:19:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65911a7b
7
8 dev-php/pecl-timezonedb: bump to v2021.1
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
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-2021.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 b3702618eb5..3d00159f53a 100644
19 --- a/dev-php/pecl-timezonedb/Manifest
20 +++ b/dev-php/pecl-timezonedb/Manifest
21 @@ -1 +1,2 @@
22 DIST timezonedb-2020.4.tgz 414667 BLAKE2B 1a219a090ae33a9f3eef76ab52e2bafd453a1f1161bbeeb53ee995d090f3fdd03c7a658a93ade72e3e1ae61df9d646eaef85dd4cacb5cea45c00adcfac8d6651 SHA512 d5c41c76b4b0b033464a4f086072d061504fc439c910c47a7077a0586b308cc37a4202ff9f418a39cee63534d55136d15a173bb94923160c0fa16bb33ac89a09
23 +DIST timezonedb-2021.1.tgz 415891 BLAKE2B c473f7d7556cae03263700300c09be75d3a827c4f80eaecd2683f706369d9e1a1a74379eba3fed720a51bba66da13ad330ea50720fe11f98fc5e495b6d406316 SHA512 53c53e061c1173e587b353da630272f2cbf9d223de7a49e6ce654b2c844da7afb641ef4a39ac4b17e0a56e86f23a4f4c448189e8c178e226ec0317f64c60c55a
24
25 diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2021.1.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.1.ebuild
26 new file mode 100644
27 index 00000000000..6e41e4f16b8
28 --- /dev/null
29 +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.1.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2021 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="php7-2 php7-3 php7-4 php8-0"
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=""