summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-22 18:49:05 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-22 18:49:05 +0000
commit3436e0d329a980a11803bc0a3eef279c3a32057d (patch)
tree8f9fee21b493dc176635f423ab0991fbc186549a /dev-php
parentchange emake command thanks CHARY Corentin <corentincj@iksaif.net> in bug 171833 (diff)
downloadgentoo-2-3436e0d329a980a11803bc0a3eef279c3a32057d.tar.gz
gentoo-2-3436e0d329a980a11803bc0a3eef279c3a32057d.tar.bz2
gentoo-2-3436e0d329a980a11803bc0a3eef279c3a32057d.zip
Vbump.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Validate/ChangeLog8
-rw-r--r--dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild10
-rw-r--r--dev-php/PEAR-Validate/PEAR-Validate-0.7.0.ebuild15
-rw-r--r--dev-php/PEAR-Validate/files/digest-PEAR-Validate-0.7.03
-rw-r--r--dev-php/PEAR-Validate/metadata.xml2
5 files changed, 32 insertions, 6 deletions
diff --git a/dev-php/PEAR-Validate/ChangeLog b/dev-php/PEAR-Validate/ChangeLog
index 5acdb6735325..efe925604a9a 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.19 2007/02/21 23:40:12 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.20 2007/03/22 18:49:05 chtekk Exp $
+
+*PEAR-Validate-0.7.0 (22 Mar 2007)
+
+ 22 Mar 2007; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
+ PEAR-Validate-0.6.2.ebuild, +PEAR-Validate-0.7.0.ebuild:
+ Version bump.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild
index 98dc282c6605..0df25986cd26 100644
--- a/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild
+++ b/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild
@@ -1,13 +1,15 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.6.2.ebuild,v 1.11 2006/02/17 22:09:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild,v 1.12 2007/03/22 18:49:05 chtekk Exp $
inherit php-pear-r1
-DESCRIPTION="Validation class."
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+DESCRIPTION="Validation class."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
+
+DEPEND=""
RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1"
diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.7.0.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.7.0.ebuild
new file mode 100644
index 000000000000..9b80444c6035
--- /dev/null
+++ b/dev-php/PEAR-Validate/PEAR-Validate-0.7.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2007 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.7.0.ebuild,v 1.1 2007/03/22 18:49:05 chtekk Exp $
+
+inherit php-pear-r1
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="Validation class."
+LICENSE="PHP"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1"
diff --git a/dev-php/PEAR-Validate/files/digest-PEAR-Validate-0.7.0 b/dev-php/PEAR-Validate/files/digest-PEAR-Validate-0.7.0
new file mode 100644
index 000000000000..78be7450514d
--- /dev/null
+++ b/dev-php/PEAR-Validate/files/digest-PEAR-Validate-0.7.0
@@ -0,0 +1,3 @@
+MD5 87fb729f0f7e07781fd2ca9e07465058 Validate-0.7.0.tgz 16841
+RMD160 4505498a930211e941d9dc2c4b460f5feb9cea1d Validate-0.7.0.tgz 16841
+SHA256 8892948a7df8bdc8f5516e3594aa439c4dc5a5a29a0ac68d5736734d0ce26433 Validate-0.7.0.tgz 16841
diff --git a/dev-php/PEAR-Validate/metadata.xml b/dev-php/PEAR-Validate/metadata.xml
index 40dbb4c4bbaf..fd3dbe39fa64 100644
--- a/dev-php/PEAR-Validate/metadata.xml
+++ b/dev-php/PEAR-Validate/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>php</herd>
+ <herd>php</herd>
</pkgmetadata>