diff options
-rw-r--r-- | dev-php5/pecl-timezonedb/ChangeLog | 14 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/files/digest-pecl-timezonedb-2007.11 | 3 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/pecl-timezonedb-2007.11.ebuild | 21 |
3 files changed, 36 insertions, 2 deletions
diff --git a/dev-php5/pecl-timezonedb/ChangeLog b/dev-php5/pecl-timezonedb/ChangeLog index c2638bf399d5..82ec8b4f18b2 100644 --- a/dev-php5/pecl-timezonedb/ChangeLog +++ b/dev-php5/pecl-timezonedb/ChangeLog @@ -1,6 +1,16 @@ # 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.7 2007/12/22 18:52:42 nixnut Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.8 2008/01/04 13:26:41 jokey Exp $ + +*pecl-timezonedb-2007.11 (04 Jan 2008) + + 04 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +pecl-timezonedb-2007.11.ebuild: + Version bump from project overlay + + 02 Jan 2008; Jakub Moc <jakub@gentoo.org> + +pecl-timezonedb-2007.11.ebuild: + Version bump to version 2007.11 (2007k) 22 Dec 2007; nixnut <nixnut@gentoo.org> pecl-timezonedb-2007.10.ebuild: Added ~ppc wrt bug 197785 diff --git a/dev-php5/pecl-timezonedb/files/digest-pecl-timezonedb-2007.11 b/dev-php5/pecl-timezonedb/files/digest-pecl-timezonedb-2007.11 new file mode 100644 index 000000000000..d391c1690b88 --- /dev/null +++ b/dev-php5/pecl-timezonedb/files/digest-pecl-timezonedb-2007.11 @@ -0,0 +1,3 @@ +MD5 0744a8e32fda5dd3d11c1be67c9d66aa timezonedb-2007.11.tgz 180439 +RMD160 dc70ae01d29695587f615a8656694689a473f3b7 timezonedb-2007.11.tgz 180439 +SHA256 4ec992744f50518027919c5dae1d5b88258f5409b353ad3e26eb2efdc99c7256 timezonedb-2007.11.tgz 180439 diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.11.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.11.ebuild new file mode 100644 index 000000000000..e1b3adaffe00 --- /dev/null +++ b/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 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.11.ebuild,v 1.1 2008/01/04 13:26:41 jokey Exp $ + +PHP_EXT_NAME="timezonedb" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="Timezone Database to be used with PHP's date and time functions." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +need_php_by_category |