diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-07-03 21:15:22 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-07-03 21:15:22 +0000 |
commit | 52a575e605bbd6f17142307b5ced5540ea8f472e (patch) | |
tree | fdf2b50b316035ca6bbf644855c4a90d8d2dbf79 /dev-php | |
parent | version bump (diff) | |
download | gentoo-2-52a575e605bbd6f17142307b5ced5540ea8f472e.tar.gz gentoo-2-52a575e605bbd6f17142307b5ced5540ea8f472e.tar.bz2 gentoo-2-52a575e605bbd6f17142307b5ced5540ea8f472e.zip |
version bump
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-File_Find/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild | 13 |
2 files changed, 20 insertions, 3 deletions
diff --git a/dev-php/PEAR-File_Find/ChangeLog b/dev-php/PEAR-File_Find/ChangeLog index eceebfa33a08..6e5c0195bcde 100644 --- a/dev-php/PEAR-File_Find/ChangeLog +++ b/dev-php/PEAR-File_Find/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-File_Find -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Find/ChangeLog,v 1.33 2007/12/26 21:52:58 phreak Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Find/ChangeLog,v 1.34 2013/07/03 21:15:22 mabi Exp $ + +*PEAR-File_Find-1.3.2 (03 Jul 2013) + + 03 Jul 2013; Matti Bickel <mabi@gentoo.org> +PEAR-File_Find-1.3.2.ebuild: + version bump 26 Dec 2007; Christian Heim <phreak@gentoo.org> -files/digest-PEAR-File_Find-1.2.0: @@ -135,4 +140,3 @@ 16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, +PEAR-File_Find-0.2.0.ebuild: Initial ebuild for the File_Find PEAR package. - diff --git a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild new file mode 100644 index 000000000000..b53e4ad9457c --- /dev/null +++ b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild,v 1.1 2013/07/03 21:15:22 mabi Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="A class that facillitates the search of filesystems." +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |