diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:05:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:05:51 +0000 |
commit | 4a860ad00d545c5c4a8d90b4dc399631f68d91f5 (patch) | |
tree | abdad4b9ac65fb96dfa4e910b3c214a8981282b5 /dev-php/PEAR-Validate | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | historical-4a860ad00d545c5c4a8d90b4dc399631f68d91f5.tar.gz historical-4a860ad00d545c5c4a8d90b4dc399631f68d91f5.tar.bz2 historical-4a860ad00d545c5c4a8d90b4dc399631f68d91f5.zip |
Version bump, from the php overlay
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-php/PEAR-Validate')
-rw-r--r-- | dev-php/PEAR-Validate/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Validate/PEAR-Validate-0.8.1.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-php/PEAR-Validate/ChangeLog b/dev-php/PEAR-Validate/ChangeLog index 279a1c4f4519..f9fad83edd47 100644 --- a/dev-php/PEAR-Validate/ChangeLog +++ b/dev-php/PEAR-Validate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Validate # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.34 2008/02/10 15:01:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.35 2008/02/11 21:04:31 armin76 Exp $ + +*PEAR-Validate-0.8.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +PEAR-Validate-0.8.1.ebuild: + Version bump, from the php overlay 10 Feb 2008; Raúl Porcel <armin76@gentoo.org> PEAR-Validate-0.8.0.ebuild: alpha/ia64/sparc stable wrt #208313 diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.8.1.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.8.1.ebuild new file mode 100644 index 000000000000..d6bcf5352e4f --- /dev/null +++ b/dev-php/PEAR-Validate/PEAR-Validate-0.8.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 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.1.ebuild,v 1.1 2008/02/11 21:04:31 armin76 Exp $ + +inherit php-pear-r1 + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="Validation class." +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1" |