diff options
author | 2007-10-28 11:59:53 +0000 | |
---|---|---|
committer | 2007-10-28 11:59:53 +0000 | |
commit | f63a4c2a8343aa1569744e5f4121977ade374928 (patch) | |
tree | 43aa0872e98d84de1355ce230167716ef03e4ec3 /dev-php5 | |
parent | Version bump from php project overlay (diff) | |
download | historical-f63a4c2a8343aa1569744e5f4121977ade374928.tar.gz historical-f63a4c2a8343aa1569744e5f4121977ade374928.tar.bz2 historical-f63a4c2a8343aa1569744e5f4121977ade374928.zip |
Initial import from php project overlay
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-timezonedb/ChangeLog | 13 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/files/digest-pecl-timezonedb-2007.8 | 3 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/metadata.xml | 13 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild | 21 |
4 files changed, 50 insertions, 0 deletions
diff --git a/dev-php5/pecl-timezonedb/ChangeLog b/dev-php5/pecl-timezonedb/ChangeLog new file mode 100644 index 000000000000..ee713564c5e2 --- /dev/null +++ b/dev-php5/pecl-timezonedb/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for dev-php5/pecl-timezonedb +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.1 2007/10/28 11:59:53 jokey Exp $ + +*pecl-timezonedb-2007.8 (28 Oct 2007) + + 28 Oct 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +pecl-timezonedb-2007.8.ebuild: + Initial import from php project overlay + + 27 Oct 2007; Jakub Moc <jakub@gentoo.org> +pecl-timezonedb-2007.8.ebuild: + New ebuild, Bug 197059 + diff --git a/dev-php5/pecl-timezonedb/files/digest-pecl-timezonedb-2007.8 b/dev-php5/pecl-timezonedb/files/digest-pecl-timezonedb-2007.8 new file mode 100644 index 000000000000..68cb5625ce8c --- /dev/null +++ b/dev-php5/pecl-timezonedb/files/digest-pecl-timezonedb-2007.8 @@ -0,0 +1,3 @@ +MD5 4d4efe289a0547a164873a7d15b86424 timezonedb-2007.8.tgz 177801 +RMD160 009af0eeac1cfff1bac7844d3834c5941a5570bd timezonedb-2007.8.tgz 177801 +SHA256 99f3b3bfb0155ebe9f08e8f5107cbe194c3f6d60ee1ac4c40422386187fe3e2a timezonedb-2007.8.tgz 177801 diff --git a/dev-php5/pecl-timezonedb/metadata.xml b/dev-php5/pecl-timezonedb/metadata.xml new file mode 100644 index 000000000000..e95c65c418d2 --- /dev/null +++ b/dev-php5/pecl-timezonedb/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> + <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> +</pkgmetadata> diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild new file mode 100644 index 000000000000..2f18a267f6be --- /dev/null +++ b/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild,v 1.1 2007/10/28 11:59:53 jokey Exp $ + +PHP_EXT_NAME="timezonedb" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Timezone Database to be used with PHP's date and time functions." +LICENSE="PHP" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +need_php_by_category |