diff options
author | Brian Evans <grknight@gentoo.org> | 2022-02-15 13:48:15 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-02-15 13:55:16 -0500 |
commit | 2ffe499d6f2fee3ddb3f37cf4f14851fa4c77ec8 (patch) | |
tree | dd4809f7783d5713ed4a4e8d06b0af763fb753c6 /dev-php/pecl-timezonedb | |
parent | dev-php/xhprof: Update metadata with correct upstream (diff) | |
download | gentoo-2ffe499d6f2fee3ddb3f37cf4f14851fa4c77ec8.tar.gz gentoo-2ffe499d6f2fee3ddb3f37cf4f14851fa4c77ec8.tar.bz2 gentoo-2ffe499d6f2fee3ddb3f37cf4f14851fa4c77ec8.zip |
dev-php/pecl-timezonedb: Version bump for 2021.5
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-timezonedb')
-rw-r--r-- | dev-php/pecl-timezonedb/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-php/pecl-timezonedb/Manifest b/dev-php/pecl-timezonedb/Manifest index 3d00159f53a5..0e4c55e755f1 100644 --- a/dev-php/pecl-timezonedb/Manifest +++ b/dev-php/pecl-timezonedb/Manifest @@ -1,2 +1,3 @@ DIST timezonedb-2020.4.tgz 414667 BLAKE2B 1a219a090ae33a9f3eef76ab52e2bafd453a1f1161bbeeb53ee995d090f3fdd03c7a658a93ade72e3e1ae61df9d646eaef85dd4cacb5cea45c00adcfac8d6651 SHA512 d5c41c76b4b0b033464a4f086072d061504fc439c910c47a7077a0586b308cc37a4202ff9f418a39cee63534d55136d15a173bb94923160c0fa16bb33ac89a09 DIST timezonedb-2021.1.tgz 415891 BLAKE2B c473f7d7556cae03263700300c09be75d3a827c4f80eaecd2683f706369d9e1a1a74379eba3fed720a51bba66da13ad330ea50720fe11f98fc5e495b6d406316 SHA512 53c53e061c1173e587b353da630272f2cbf9d223de7a49e6ce654b2c844da7afb641ef4a39ac4b17e0a56e86f23a4f4c448189e8c178e226ec0317f64c60c55a +DIST timezonedb-2021.5.tgz 631371 BLAKE2B fd9312a5a826a0f3ff469277151e68b2fd1dbaecdd345ebfe1c3cc8e847c0a925a8a22b4e7aa2eb9f18b9cd438cdab89ab3f889ad9cd384e13ec42700f6d17b7 SHA512 ac295df0dbc833e1b6d452df2fa0a316cc8df95abf6aaf809a87401256c891b9ba0e663dc300e5a0fdf1c0e3566b9eea580eff12ed4d2bcc4355b13eb5893d9e diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild new file mode 100644 index 000000000000..d4426f45b015 --- /dev/null +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +PHP_EXT_NAME="timezonedb" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php7-3 php7-4 php8-0 php8-1" + +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="" |