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: Fri, 22 Feb 2019 18:29:04
Message-Id: 1550860132.20a39df05b57b6c9fccde0eec0418bbda3c1fba9.whissi@gentoo
1 commit: 20a39df05b57b6c9fccde0eec0418bbda3c1fba9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 22 18:28:41 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 18:28:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a39df0
7
8 dev-php/pecl-timezonedb: bump to v2018.9
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
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-2018.9.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 5899f1c1270..69d18542e06 100644
19 --- a/dev-php/pecl-timezonedb/Manifest
20 +++ b/dev-php/pecl-timezonedb/Manifest
21 @@ -1,3 +1,4 @@
22 DIST timezonedb-2016.10.tgz 421824 BLAKE2B 900bc7a7e3450a3da119262bb67815dbec921d9f730c37bdc9859ad3a7f87ed4b1e9379e08ba7ede018737a4b5fd998cb2f740c1c7367aeb0c4036224274aa6b SHA512 062c5cec18ba091a1b38fcf07059b42b2aad1205fd4b83e87f2a6b59ab68b9a2906a46a9f24214b7feeb802f126282b612cb866870a31f58c7c7e30f54040731
23 DIST timezonedb-2017.3.tgz 421152 BLAKE2B 1d2579d88d1c1f5a00d46488d54606ba24a63d4b7c267121bdd7cc725e3dbc7d7484a9988fdbaff186bbceda130bb31e6e8f01c45d53c25d61c4b55092c8a390 SHA512 5f6064064a71bf973f7581d452cad909ca2203c4c8773ca7cb31307c3cbe63613adf972cfc6c7b0800215018e2fb3c4b7a2d7d0df171243319ab63047e9099fc
24 DIST timezonedb-2018.7.tgz 417137 BLAKE2B e2a886b7621167c422b8001d3cff74ca2b09f4a46450ebb1e727274afa5147f748bc21310153570a07d0ce8a991c7406590ab8ff88f687bddcfc432615311419 SHA512 fb8f79a53f5b10a6c01a3a43b33bdefe371ca8c6f5725b28f9efbbe009d2dd089a1747ef20ba1b8694e240ef4133dea8d6d09e8c483127f5d6932a9468106654
25 +DIST timezonedb-2018.9.tgz 421071 BLAKE2B 2baba263520b1ce166c222c1a800c4d54e872e3ca96787e574a5f2d968317e7b3735f23b410f9e583a31c5be9e22364f85d7a68dc4c99a8236bcbc7b8c5c0b9d SHA512 77fabe3aa0283900ea2d3d20caaf7c4b9bac1859249c9df4f0225c203fc92310dfe9b4144640af034a4ba86ba78a748a39980ff796affc67edc99ec874867e06
26
27 diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2018.9.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2018.9.ebuild
28 new file mode 100644
29 index 00000000000..415e14ad0f0
30 --- /dev/null
31 +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2018.9.ebuild
32 @@ -0,0 +1,19 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="7"
37 +
38 +PHP_EXT_NAME="timezonedb"
39 +PHP_EXT_INI="yes"
40 +PHP_EXT_ZENDEXT="no"
41 +
42 +USE_PHP="php5-6 php7-1 php7-2 php7-3"
43 +
44 +inherit php-ext-pecl-r3
45 +
46 +DESCRIPTION="Timezone Database to be used with PHP's date and time functions"
47 +LICENSE="PHP-3"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
50 +IUSE=""
51 +PHP_EXT_ECONF_ARGS=""