From 93a37093fa5bcff7323ad1e34ff8e619a5e0bfc1 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Sun, 28 Mar 2010 19:22:39 +0000 Subject: bump (Portage version: 2.1.7.17/cvs/Linux i686) --- dev-php5/pecl-timezonedb/ChangeLog | 9 ++++++++- .../pecl-timezonedb/pecl-timezonedb-2008.1.ebuild | 21 --------------------- .../pecl-timezonedb/pecl-timezonedb-2008.8.ebuild | 21 --------------------- .../pecl-timezonedb/pecl-timezonedb-2009.21.ebuild | 20 -------------------- .../pecl-timezonedb/pecl-timezonedb-2010.5.ebuild | 20 ++++++++++++++++++++ 5 files changed, 28 insertions(+), 63 deletions(-) delete mode 100644 dev-php5/pecl-timezonedb/pecl-timezonedb-2008.1.ebuild delete mode 100644 dev-php5/pecl-timezonedb/pecl-timezonedb-2008.8.ebuild delete mode 100644 dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild create mode 100644 dev-php5/pecl-timezonedb/pecl-timezonedb-2010.5.ebuild (limited to 'dev-php5') diff --git a/dev-php5/pecl-timezonedb/ChangeLog b/dev-php5/pecl-timezonedb/ChangeLog index 08d6de30edb3..a9f1d95f2cd3 100644 --- a/dev-php5/pecl-timezonedb/ChangeLog +++ b/dev-php5/pecl-timezonedb/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/pecl-timezonedb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.12 2010/01/01 22:48:46 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.13 2010/03/28 19:22:39 mabi Exp $ + +*pecl-timezonedb-2010.5 (28 Mar 2010) + + 28 Mar 2010; -pecl-timezonedb-2008.1.ebuild, + -pecl-timezonedb-2008.8.ebuild, -pecl-timezonedb-2009.21.ebuild, + +pecl-timezonedb-2010.5.ebuild: + remove old versions, bump to 2010.5 (bug #311695) *pecl-timezonedb-2009.21 (01 Jan 2010) diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2008.1.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2008.1.ebuild deleted file mode 100644 index 3746b1744b06..000000000000 --- a/dev-php5/pecl-timezonedb/pecl-timezonedb-2008.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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-2008.1.ebuild,v 1.1 2008/03/17 09:57:02 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 diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2008.8.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2008.8.ebuild deleted file mode 100644 index 075c8d0a3a87..000000000000 --- a/dev-php5/pecl-timezonedb/pecl-timezonedb-2008.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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-2008.8.ebuild,v 1.2 2008/12/26 22:07:06 armin76 Exp $ - -PHP_EXT_NAME="timezonedb" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-pecl-r1 - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~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 diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild deleted file mode 100644 index 18212c5fa989..000000000000 --- a/dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/pecl-timezonedb-2009.21.ebuild,v 1.1 2010/01/01 22:48:46 yngwin Exp $ - -PHP_EXT_NAME="timezonedb" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-pecl-r1 - -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="" - -DEPEND="" -RDEPEND="" - -need_php_by_category diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2010.5.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2010.5.ebuild new file mode 100644 index 000000000000..96c13034d912 --- /dev/null +++ b/dev-php5/pecl-timezonedb/pecl-timezonedb-2010.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/pecl-timezonedb-2010.5.ebuild,v 1.1 2010/03/28 19:22:39 mabi Exp $ + +PHP_EXT_NAME="timezonedb" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +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="" + +DEPEND="" +RDEPEND="" + +need_php_by_category -- cgit v1.2.3-65-gdbad