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/PEAR-Validate-0.8.4.ebuild | |
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/PEAR-Validate-0.8.4.ebuild')
-rw-r--r-- | dev-php/PEAR-Validate/PEAR-Validate-0.8.4.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
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="" |