Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-timezonedb/
Date: Thu, 16 Nov 2017 14:31:02
Message-Id: 1510841399.c4cec85e004a18e57e1d498aacd1cb32637b3ff2.grknight@gentoo
1 commit: c4cec85e004a18e57e1d498aacd1cb32637b3ff2
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 16 14:09:59 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 16 14:09:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4cec85e
7
8 dev-php/pecl-timezonedb: Version bump to 2017.3
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.5
11
12 dev-php/pecl-timezonedb/Manifest | 1 +
13 dev-php/pecl-timezonedb/pecl-timezonedb-2017.3.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-php/pecl-timezonedb/Manifest b/dev-php/pecl-timezonedb/Manifest
17 index 59ff5cc3be3..e91a83e2c86 100644
18 --- a/dev-php/pecl-timezonedb/Manifest
19 +++ b/dev-php/pecl-timezonedb/Manifest
20 @@ -1 +1,2 @@
21 DIST timezonedb-2016.10.tgz 421824 SHA256 dc0a01830de85aec481d96ec7ec03b36814d02d1bc417f52ce655b2cb1eb7ede SHA512 062c5cec18ba091a1b38fcf07059b42b2aad1205fd4b83e87f2a6b59ab68b9a2906a46a9f24214b7feeb802f126282b612cb866870a31f58c7c7e30f54040731 WHIRLPOOL 04be24e3e4b49d484c4f43a4f14df12a97a2a00192393be62d15c301366cd516ac295ca34906476f1fdbcf9d0aab48708e9741c78aa1b89a4972c9b447957fc6
22 +DIST timezonedb-2017.3.tgz 421152 SHA256 287030770c5bb0d1b9b70d81fd9f33edeaefd5b72658164eeeeab7f05e39d502 SHA512 5f6064064a71bf973f7581d452cad909ca2203c4c8773ca7cb31307c3cbe63613adf972cfc6c7b0800215018e2fb3c4b7a2d7d0df171243319ab63047e9099fc WHIRLPOOL 9cdaff48663e262b57f9c537cbf38fa022e238021639d08977bd7cd399a02a30c833f39686c17395b1b06482f69c024d67d6994ac19125c5a2b4435bef5884e1
23
24 diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2017.3.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2017.3.ebuild
25 new file mode 100644
26 index 00000000000..5726f88a513
27 --- /dev/null
28 +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2017.3.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PHP_EXT_NAME="timezonedb"
36 +PHP_EXT_INI="yes"
37 +PHP_EXT_ZENDEXT="no"
38 +
39 +USE_PHP="php5-6 php7-0 php7-1 php7-2"
40 +
41 +inherit php-ext-pecl-r3
42 +
43 +DESCRIPTION="Timezone Database to be used with PHP's date and time functions"
44 +LICENSE="PHP-3"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
47 +IUSE=""
48 +PHP_EXT_ECONF_ARGS=""