diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-21 08:37:40 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-21 08:37:40 +0000 |
commit | 1453e3c43f0762e7a91bc14fb68e2f665c64c60c (patch) | |
tree | 9066aeabb469ee7e56d0d769b415b59d3cff61e6 /dev-php/PEAR-Validate | |
parent | Version bump. Thanks to Denny. Bug #359649 (diff) | |
download | gentoo-2-1453e3c43f0762e7a91bc14fb68e2f665c64c60c.tar.gz gentoo-2-1453e3c43f0762e7a91bc14fb68e2f665c64c60c.tar.bz2 gentoo-2-1453e3c43f0762e7a91bc14fb68e2f665c64c60c.zip |
Version bump. Thanks to Denny. Bug #359639. Note: Removed hard dependency on PEAR-Date
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php/PEAR-Validate')
-rw-r--r-- | dev-php/PEAR-Validate/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Validate/PEAR-Validate-0.8.4.ebuild | 15 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-php/PEAR-Validate/ChangeLog b/dev-php/PEAR-Validate/ChangeLog index 6970a9e547d5..3e82697c2553 100644 --- a/dev-php/PEAR-Validate/ChangeLog +++ b/dev-php/PEAR-Validate/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php/PEAR-Validate -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.44 2010/01/05 06:00:40 yngwin Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.45 2011/03/21 08:37:40 olemarkus Exp $ + +*PEAR-Validate-0.8.4 (21 Mar 2011) + + 21 Mar 2011; Ole Markus With <olemarkus@gentoo.org> + +PEAR-Validate-0.8.4.ebuild: + Version bump. Thanks to Denny. Bug #359639. Note: Removed hard dependency on + PEAR-Date *PEAR-Validate-0.8.3 (05 Jan 2010) diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.8.4.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.8.4.ebuild new file mode 100644 index 000000000000..7dfa3bc5bd01 --- /dev/null +++ b/dev-php/PEAR-Validate/PEAR-Validate-0.8.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.8.4.ebuild,v 1.1 2011/03/21 08:37:40 olemarkus Exp $ + +inherit php-pear-r1 + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +DESCRIPTION="Validation class" +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" |