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 | |
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')
-rw-r--r-- | dev-php/PEAR-Validate/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild (renamed from dev-php/PEAR-Validate/PEAR-Validate-0.8.3.ebuild) | 8 |
2 files changed, 13 insertions, 6 deletions
diff --git a/dev-php/PEAR-Validate/ChangeLog b/dev-php/PEAR-Validate/ChangeLog index 3e82697c2553..a2cc5e14762a 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-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 $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.46 2014/01/08 16:55:43 mabi Exp $ + +*PEAR-Validate-0.8.5 (08 Jan 2014) + + 08 Jan 2014; Matti Bickel <mabi@gentoo.org> +PEAR-Validate-0.8.5.ebuild, + -PEAR-Validate-0.8.3.ebuild: + version bump, cleanup *PEAR-Validate-0.8.4 (21 Mar 2011) @@ -176,4 +182,3 @@ 21 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, +PEAR-Validate-0.5.0.ebuild: Initial ebuild. - diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.8.3.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild index bbac5398f7cf..0d080dc54bd4 100644 --- a/dev-php/PEAR-Validate/PEAR-Validate-0.8.3.ebuild +++ b/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.3.ebuild,v 1.1 2010/01/05 06:00:40 yngwin Exp $ +# $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 @@ -12,4 +14,4 @@ SLOT="0" IUSE="" DEPEND="" -RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1" +RDEPEND="" |