summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-08-22 22:32:25 +0000
committerSteve Dibb <beandog@gentoo.org>2009-08-22 22:32:25 +0000
commita505ca529a6a6b538f8c865defbc89ba31eaee33 (patch)
tree16f4c38c377c52be2a85b82efcc7f80c1f42bba8 /dev-php/PEAR-Calendar
parentRemove ruby16 and ruby19 from USE_RUBY. (diff)
downloadgentoo-2-a505ca529a6a6b538f8c865defbc89ba31eaee33.tar.gz
gentoo-2-a505ca529a6a6b538f8c865defbc89ba31eaee33.tar.bz2
gentoo-2-a505ca529a6a6b538f8c865defbc89ba31eaee33.zip
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Calendar')
-rw-r--r--dev-php/PEAR-Calendar/ChangeLog9
-rw-r--r--dev-php/PEAR-Calendar/PEAR-Calendar-0.5.4.ebuild13
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"