diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-php/pecl-timezonedb | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-php/pecl-timezonedb')
-rw-r--r-- | dev-php/pecl-timezonedb/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-timezonedb/metadata.xml | 13 | ||||
-rw-r--r-- | dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild | 19 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-php/pecl-timezonedb/Manifest b/dev-php/pecl-timezonedb/Manifest new file mode 100644 index 000000000000..eaa0a98d0eb6 --- /dev/null +++ b/dev-php/pecl-timezonedb/Manifest @@ -0,0 +1 @@ +DIST timezonedb-2014.7.tgz 196808 SHA256 76e1fba9ea263621810a220ffe280c8ca227a12fd497c9ce430537fbd13357a7 SHA512 4032581f87a9b5eb5d85d0f6f5ddbd3711d2b93aabbfd37462d548bac4bb1276bb6a8cb7cd0f1fbe92d8ad104aa6e624491512cf677478f37a7c6c43b02b3918 WHIRLPOOL d6c31d9f463bec166706ff0ca54764a4efc1f51841eaa19a2213ba773688b0fb9aaad5da85aa7ab0ca4b65078f14133295f57fbcb7829cd3dddf7c866ce7b3ef diff --git a/dev-php/pecl-timezonedb/metadata.xml b/dev-php/pecl-timezonedb/metadata.xml new file mode 100644 index 000000000000..e95c65c418d2 --- /dev/null +++ b/dev-php/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-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild new file mode 100644 index 000000000000..6a66d3864ded --- /dev/null +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2014.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PHP_EXT_NAME="timezonedb" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php5-6 php5-5 php5-4" + +inherit php-ext-pecl-r2 + +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 ~sh ~sparc ~x86" +IUSE="" |