diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2007-08-17 14:04:25 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2007-08-17 14:04:25 +0000 |
commit | d6d1bea937569f9d42a6ede875af58045d3880a6 (patch) | |
tree | 4459425d15c0e3f758fe20d6ca4a4c7aa2e22e88 /dev-php/PEAR-File/PEAR-File-1.3.0.ebuild | |
parent | version bump wrt bug 158633, thanks to Jakub Moc (diff) | |
download | gentoo-2-d6d1bea937569f9d42a6ede875af58045d3880a6.tar.gz gentoo-2-d6d1bea937569f9d42a6ede875af58045d3880a6.tar.bz2 gentoo-2-d6d1bea937569f9d42a6ede875af58045d3880a6.zip |
version bump wrt bug 158633, thanks to Jakub Moc
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-php/PEAR-File/PEAR-File-1.3.0.ebuild')
-rw-r--r-- | dev-php/PEAR-File/PEAR-File-1.3.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-php/PEAR-File/PEAR-File-1.3.0.ebuild b/dev-php/PEAR-File/PEAR-File-1.3.0.ebuild new file mode 100644 index 000000000000..f5d6b3709462 --- /dev/null +++ b/dev-php/PEAR-File/PEAR-File-1.3.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 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.ebuild,v 1.1 2007/08/17 14:04:25 hoffie Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Common file and directory routines" + +LICENSE="PHP" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use pcre +} |