summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-21 08:37:40 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-21 08:37:40 +0000
commitc1069dcfc889c39c3387765f08e4fae22abd5c93 (patch)
tree2b25c7cc8bf32016208cce4cbb4d005941ff0e4c /dev-php/PEAR-Validate
parentVersion bump. Thanks to Denny. Bug #359649 (diff)
downloadhistorical-c1069dcfc889c39c3387765f08e4fae22abd5c93.tar.gz
historical-c1069dcfc889c39c3387765f08e4fae22abd5c93.tar.bz2
historical-c1069dcfc889c39c3387765f08e4fae22abd5c93.zip
Version bump. Thanks to Denny. Bug #359639. Note: Removed hard dependency on PEAR-Date
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'dev-php/PEAR-Validate')
-rw-r--r--dev-php/PEAR-Validate/ChangeLog11
-rw-r--r--dev-php/PEAR-Validate/PEAR-Validate-0.8.4.ebuild15
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=""