diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-09-11 22:21:08 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-09-11 22:21:08 +0000 |
commit | d16bf9193ee8ad8fd4f086edbd5d596871c3bed2 (patch) | |
tree | 79696c54757f925202068aaa23273407e60bc776 /dev-php/PEAR-File | |
parent | Version bump. (diff) | |
download | gentoo-2-d16bf9193ee8ad8fd4f086edbd5d596871c3bed2.tar.gz gentoo-2-d16bf9193ee8ad8fd4f086edbd5d596871c3bed2.tar.bz2 gentoo-2-d16bf9193ee8ad8fd4f086edbd5d596871c3bed2.zip |
eapi bump to support USE deps for php-5.3
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-File')
-rw-r--r-- | dev-php/PEAR-File/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-File/PEAR-File-1.3.0-r1.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-php/PEAR-File/ChangeLog b/dev-php/PEAR-File/ChangeLog index cc19dad3d5e1..090bddf1831c 100644 --- a/dev-php/PEAR-File/ChangeLog +++ b/dev-php/PEAR-File/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-File -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/ChangeLog,v 1.35 2007/12/05 23:57:19 jokey Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/ChangeLog,v 1.36 2010/09/11 22:21:08 mabi Exp $ + +*PEAR-File-1.3.0-r1 (11 Sep 2010) + + 11 Sep 2010; Matti Bickel <mabi@gentoo.org> +PEAR-File-1.3.0-r1.ebuild: + eapi bump to support USE deps for php-5.3 05 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-File-1.2.2.ebuild, PEAR-File-1.3.0.ebuild: diff --git a/dev-php/PEAR-File/PEAR-File-1.3.0-r1.ebuild b/dev-php/PEAR-File/PEAR-File-1.3.0-r1.ebuild new file mode 100644 index 000000000000..a93f30c8d40d --- /dev/null +++ b/dev-php/PEAR-File/PEAR-File-1.3.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/PEAR-File-1.3.0-r1.ebuild,v 1.1 2010/09/11 22:21:08 mabi Exp $ + +EAPI="2" + +inherit php-pear-r1 + +DESCRIPTION="Common file and directory routines" + +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )" |