diff options
author | Matti Bickel <mabi@gentoo.org> | 2014-01-08 16:55:43 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2014-01-08 16:55:43 +0000 |
commit | adf7c313792d5de024e000ca3d56b341e67781c7 (patch) | |
tree | 4eb9948a159fe7923b8148b0f1fbb583f079757c /dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild | |
parent | masked PEAR-Tree for removal 08/Feb/2014, outdated, not maintained (diff) | |
download | gentoo-2-adf7c313792d5de024e000ca3d56b341e67781c7.tar.gz gentoo-2-adf7c313792d5de024e000ca3d56b341e67781c7.tar.bz2 gentoo-2-adf7c313792d5de024e000ca3d56b341e67781c7.zip |
version bump, cleanup
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild')
-rw-r--r-- | dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild new file mode 100644 index 000000000000..0d080dc54bd4 --- /dev/null +++ b/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 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.5.ebuild,v 1.1 2014/01/08 16:55:43 mabi Exp $ + +EAPI=5 + +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="" |