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-Calendar | |
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-Calendar')
-rw-r--r-- | dev-php/PEAR-Calendar/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Calendar/PEAR-Calendar-0.5.4.ebuild | 13 |
2 files changed, 20 insertions, 2 deletions
diff --git a/dev-php/PEAR-Calendar/ChangeLog b/dev-php/PEAR-Calendar/ChangeLog index 3b5746042c2c..6f1448ff9d05 100644 --- a/dev-php/PEAR-Calendar/ChangeLog +++ b/dev-php/PEAR-Calendar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Calendar -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Calendar/ChangeLog,v 1.8 2007/12/05 23:38:21 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Calendar/ChangeLog,v 1.9 2009/08/22 22:32:25 beandog Exp $ + +*PEAR-Calendar-0.5.4 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Calendar-0.5.4.ebuild: + Version bump 05 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Calendar-0.5.3.ebuild: LICENSE fix from project overlay diff --git a/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.4.ebuild b/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.4.ebuild new file mode 100644 index 000000000000..ea4c3e885585 --- /dev/null +++ b/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.4.ebuild,v 1.1 2009/08/22 22:32:25 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="A package for building Calendar data structures." + +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND=">=dev-php/PEAR-Date-1.4.5" |