[dev-php/pecl-timezonedb] bump
This commit is contained in:
parent
3f2036bf6d
commit
a6a924e808
1
dev-php/pecl-timezonedb/Manifest
Normal file
1
dev-php/pecl-timezonedb/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST timezonedb-2024.1.tgz 639818 BLAKE2B 168595678908ca6284e6190fd21246c7bbdd82356af8be961736063ad1541fdc41cc0954d3d135a2c91d5bcff391fe7a98b54dca0850b58fee656d99ab0dbe08 SHA512 09772cdb0d94f8bcf937f075dbcc385b3c5c23657c4442b2ea741bb5dcd8b9898bd23019a2e2319178ffcb62aedd11cbc222ed9d603fba608e0e185a9d5282bc
|
19
dev-php/pecl-timezonedb/metadata.xml
Normal file
19
dev-php/pecl-timezonedb/metadata.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>php-bugs@gentoo.org</email>
|
||||
<name>PHP</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
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/.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">php/pecl-datetime-timezonedb</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
19
dev-php/pecl-timezonedb/pecl-timezonedb-2024.1.ebuild
Normal file
19
dev-php/pecl-timezonedb/pecl-timezonedb-2024.1.ebuild
Normal file
@ -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=""
|
Loading…
Reference in New Issue
Block a user