diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-02-16 04:39:29 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-02-16 04:39:29 +0000 |
commit | f514ffd72378eda6279865a46e0f2c599cc2318f (patch) | |
tree | a38a93465a9dd02bde5b02108c8fbc41434a7570 /dev-php/PEAR-HTML_QuickForm_Controller | |
parent | Version bump (diff) | |
download | gentoo-2-f514ffd72378eda6279865a46e0f2c599cc2318f.tar.gz gentoo-2-f514ffd72378eda6279865a46e0f2c599cc2318f.tar.bz2 gentoo-2-f514ffd72378eda6279865a46e0f2c599cc2318f.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-HTML_QuickForm_Controller')
-rw-r--r-- | dev-php/PEAR-HTML_QuickForm_Controller/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-HTML_QuickForm_Controller/PEAR-HTML_QuickForm_Controller-1.0.10.ebuild | 12 |
2 files changed, 20 insertions, 2 deletions
diff --git a/dev-php/PEAR-HTML_QuickForm_Controller/ChangeLog b/dev-php/PEAR-HTML_QuickForm_Controller/ChangeLog index bfa434ef2ef2..d132cabb1334 100644 --- a/dev-php/PEAR-HTML_QuickForm_Controller/ChangeLog +++ b/dev-php/PEAR-HTML_QuickForm_Controller/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-HTML_QuickForm_Controller -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_QuickForm_Controller/ChangeLog,v 1.9 2009/08/22 22:46:07 beandog Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_QuickForm_Controller/ChangeLog,v 1.10 2010/02/16 04:39:29 beandog Exp $ + +*PEAR-HTML_QuickForm_Controller-1.0.10 (16 Feb 2010) + + 16 Feb 2010; Steve Dibb <beandog@gentoo.org> + +PEAR-HTML_QuickForm_Controller-1.0.10.ebuild: + Version bump *PEAR-HTML_QuickForm_Controller-1.0.9 (22 Aug 2009) diff --git a/dev-php/PEAR-HTML_QuickForm_Controller/PEAR-HTML_QuickForm_Controller-1.0.10.ebuild b/dev-php/PEAR-HTML_QuickForm_Controller/PEAR-HTML_QuickForm_Controller-1.0.10.ebuild new file mode 100644 index 000000000000..d873f7aee77a --- /dev/null +++ b/dev-php/PEAR-HTML_QuickForm_Controller/PEAR-HTML_QuickForm_Controller-1.0.10.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_QuickForm_Controller/PEAR-HTML_QuickForm_Controller-1.0.10.ebuild,v 1.1 2010/02/16 04:39:29 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Add-On for HTML_QuickForm that allows building of multipage forms." +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND=">=dev-php/PEAR-HTML_QuickForm-3.2.5" |