summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-02-11 21:04:31 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-02-11 21:04:31 +0000
commitb843a8d80a3772f891dae66499e4516c7c3b0c42 (patch)
tree5c2aaa785f8724c90cb377d9c5ebfb85abae1518 /dev-php/PEAR-Validate
parentVersion bump, from the php overlay (diff)
downloadgentoo-2-b843a8d80a3772f891dae66499e4516c7c3b0c42.tar.gz
gentoo-2-b843a8d80a3772f891dae66499e4516c7c3b0c42.tar.bz2
gentoo-2-b843a8d80a3772f891dae66499e4516c7c3b0c42.zip
Version bump, from the php overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php/PEAR-Validate')
-rw-r--r--dev-php/PEAR-Validate/ChangeLog8
-rw-r--r--dev-php/PEAR-Validate/PEAR-Validate-0.8.1.ebuild15
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"