diff --git a/dev-php/pecl-timezonedb/Manifest b/dev-php/pecl-timezonedb/Manifest new file mode 100644 index 0000000..5860d21 --- /dev/null +++ b/dev-php/pecl-timezonedb/Manifest @@ -0,0 +1 @@ +DIST timezonedb-2024.1.tgz 639818 BLAKE2B 168595678908ca6284e6190fd21246c7bbdd82356af8be961736063ad1541fdc41cc0954d3d135a2c91d5bcff391fe7a98b54dca0850b58fee656d99ab0dbe08 SHA512 09772cdb0d94f8bcf937f075dbcc385b3c5c23657c4442b2ea741bb5dcd8b9898bd23019a2e2319178ffcb62aedd11cbc222ed9d603fba608e0e185a9d5282bc diff --git a/dev-php/pecl-timezonedb/metadata.xml b/dev-php/pecl-timezonedb/metadata.xml new file mode 100644 index 0000000..09439b3 --- /dev/null +++ b/dev-php/pecl-timezonedb/metadata.xml @@ -0,0 +1,19 @@ + + + + + php-bugs@gentoo.org + PHP + + + This extension is a drop-in replacement for the builtin timezone database that + comes with PHP. You should only install this extension in case you need to get + a later version of the timezone database than the one that ships with PHP. + + The data that this extension uses comes from the "Olson" database, which is + located at ftp://elsie.nci.nih.gov/pub/. + + + php/pecl-datetime-timezonedb + + diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2024.1.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2024.1.ebuild new file mode 100644 index 0000000..6c96f19 --- /dev/null +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2024.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 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="php8-1 php8-2 php8-3" + +inherit php-ext-pecl-r3 + +DESCRIPTION="Timezone Database to be used with PHP's date and time functions" +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86" +IUSE="" +PHP_EXT_ECONF_ARGS=""