diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 22:51:41 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 22:51:41 +0000 |
commit | 8e99b3d5269fe74f9f4dd8211c1a13f3dc9600bc (patch) | |
tree | f884a638394bfdbfe27fc386a91b844b2d5480a4 /dev-php/PEAR-Date | |
parent | Remove old versions. (diff) | |
download | historical-8e99b3d5269fe74f9f4dd8211c1a13f3dc9600bc.tar.gz historical-8e99b3d5269fe74f9f4dd8211c1a13f3dc9600bc.tar.bz2 historical-8e99b3d5269fe74f9f4dd8211c1a13f3dc9600bc.zip |
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Date')
-rw-r--r-- | dev-php/PEAR-Date/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha1.ebuild | 15 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-php/PEAR-Date/ChangeLog b/dev-php/PEAR-Date/ChangeLog index 022549dbbbf1..70f65bda9950 100644 --- a/dev-php/PEAR-Date/ChangeLog +++ b/dev-php/PEAR-Date/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Date -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.50 2007/12/05 23:56:29 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.51 2009/08/22 22:35:12 beandog Exp $ + +*PEAR-Date-1.5.0_alpha1 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-Date-1.5.0_alpha1.ebuild: + Version bump 05 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Date-1.4.6.ebuild, PEAR-Date-1.4.7.ebuild: diff --git a/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha1.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha1.ebuild new file mode 100644 index 000000000000..1ccaaf9dafde --- /dev/null +++ b/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha1.ebuild,v 1.1 2009/08/22 22:35:12 beandog Exp $ + +inherit php-pear-r1 + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +DESCRIPTION="Date and Time Zone classes." +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" |