diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-02 02:19:55 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-02 02:19:55 +0100 |
commit | 65911a7b2b0a269e867958b1bd0a5c6b6a478c14 (patch) | |
tree | 642bcc1c4555faeb47de7f90362ebc5caae684f5 /dev-php | |
parent | dev-php/PHP_CodeSniffer: bump to v3.5.8 (diff) | |
download | gentoo-65911a7b2b0a269e867958b1bd0a5c6b6a478c14.tar.gz gentoo-65911a7b2b0a269e867958b1bd0a5c6b6a478c14.tar.bz2 gentoo-65911a7b2b0a269e867958b1bd0a5c6b6a478c14.zip |
dev-php/pecl-timezonedb: bump to v2021.1
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-timezonedb/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-timezonedb/pecl-timezonedb-2021.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-php/pecl-timezonedb/Manifest b/dev-php/pecl-timezonedb/Manifest index b3702618eb5d..3d00159f53a5 100644 --- a/dev-php/pecl-timezonedb/Manifest +++ b/dev-php/pecl-timezonedb/Manifest @@ -1 +1,2 @@ DIST timezonedb-2020.4.tgz 414667 BLAKE2B 1a219a090ae33a9f3eef76ab52e2bafd453a1f1161bbeeb53ee995d090f3fdd03c7a658a93ade72e3e1ae61df9d646eaef85dd4cacb5cea45c00adcfac8d6651 SHA512 d5c41c76b4b0b033464a4f086072d061504fc439c910c47a7077a0586b308cc37a4202ff9f418a39cee63534d55136d15a173bb94923160c0fa16bb33ac89a09 +DIST timezonedb-2021.1.tgz 415891 BLAKE2B c473f7d7556cae03263700300c09be75d3a827c4f80eaecd2683f706369d9e1a1a74379eba3fed720a51bba66da13ad330ea50720fe11f98fc5e495b6d406316 SHA512 53c53e061c1173e587b353da630272f2cbf9d223de7a49e6ce654b2c844da7afb641ef4a39ac4b17e0a56e86f23a4f4c448189e8c178e226ec0317f64c60c55a diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2021.1.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.1.ebuild new file mode 100644 index 000000000000..6e41e4f16b8a --- /dev/null +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PHP_EXT_NAME="timezonedb" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php7-2 php7-3 php7-4 php8-0" + +inherit php-ext-pecl-r3 + +DESCRIPTION="Timezone Database to be used with PHP's date and time functions" +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" +PHP_EXT_ECONF_ARGS="" |