diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-01-02 17:58:11 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-01-02 17:58:11 +0000 |
commit | 93b0cbaf6639f70274a157e14c8b4fa258cf968e (patch) | |
tree | 40771d634d3afcbd8e14a5cb5dd24d703f8c426b /dev-php5/pecl-timezonedb | |
parent | Stable on alpha, bug #349659 (diff) | |
download | gentoo-2-93b0cbaf6639f70274a157e14c8b4fa258cf968e.tar.gz gentoo-2-93b0cbaf6639f70274a157e14c8b4fa258cf968e.tar.bz2 gentoo-2-93b0cbaf6639f70274a157e14c8b4fa258cf968e.zip |
Stable on alpha, bug #349659
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-timezonedb')
-rw-r--r-- | dev-php5/pecl-timezonedb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/pecl-timezonedb-2010.15-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php5/pecl-timezonedb/ChangeLog b/dev-php5/pecl-timezonedb/ChangeLog index ff74498033aa..26053eda751c 100644 --- a/dev-php5/pecl-timezonedb/ChangeLog +++ b/dev-php5/pecl-timezonedb/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2010/12/28 19:28:59 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.20 2011/01/02 17:58:11 klausman Exp $ + + 02 Jan 2011; Tobias Klausmann <klausman@gentoo.org> + pecl-timezonedb-2010.15-r1.ebuild: + Stable on alpha, bug #349659 28 Dec 2010; Brent Baude <ranger@gentoo.org> pecl-timezonedb-2010.15-r1.ebuild: diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2010.15-r1.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2010.15-r1.ebuild index cd5a0d2206bf..e514ce7c715d 100644 --- a/dev-php5/pecl-timezonedb/pecl-timezonedb-2010.15-r1.ebuild +++ b/dev-php5/pecl-timezonedb/pecl-timezonedb-2010.15-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.15-r1.ebuild,v 1.4 2010/12/28 19:28:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/pecl-timezonedb-2010.15-r1.ebuild,v 1.5 2011/01/02 17:58:11 klausman Exp $ EAPI=3 @@ -13,5 +13,5 @@ inherit php-ext-pecl-r2 DESCRIPTION="Timezone Database to be used with PHP's date and time functions" LICENSE="PHP-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86" IUSE="" |