diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-10-16 06:15:31 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-10-16 06:15:31 +0000 |
commit | f769d778114fd0c315a3c75689921af68b5eaff0 (patch) | |
tree | 99bbe7cbf2c6de58190e4a552e02263a3c59482d | |
parent | If the mp3 and/or oggvorbis USE flag is activated we also need sox, bug #107755 (diff) | |
download | gentoo-2-f769d778114fd0c315a3c75689921af68b5eaff0.tar.gz gentoo-2-f769d778114fd0c315a3c75689921af68b5eaff0.tar.bz2 gentoo-2-f769d778114fd0c315a3c75689921af68b5eaff0.zip |
Depend on PHP 4.
(Portage version: 2.0.53_rc5)
-rw-r--r-- | dev-php/PEAR-XML_XPath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.2.ebuild | 13 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-php/PEAR-XML_XPath/ChangeLog b/dev-php/PEAR-XML_XPath/ChangeLog index 23f44a202a55..b14c2acfe269 100644 --- a/dev-php/PEAR-XML_XPath/ChangeLog +++ b/dev-php/PEAR-XML_XPath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-XML_XPath # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_XPath/ChangeLog,v 1.16 2005/10/12 20:43:31 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_XPath/ChangeLog,v 1.17 2005/10/16 06:15:31 sebastian Exp $ + + 16 Oct 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-XML_XPath-1.2.2.ebuild: + Depend on PHP 4. *PEAR-XML_XPath-1.2.2 (12 Oct 2005) diff --git a/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.2.ebuild b/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.2.ebuild index eb586842e325..66e1fc40f490 100644 --- a/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.2.ebuild +++ b/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.2.ebuild,v 1.1 2005/10/12 20:43:31 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.2.ebuild,v 1.2 2005/10/16 06:15:31 sebastian Exp $ -inherit php-pear-r1 +inherit php-pear-r1 depend.php DESCRIPTION="The PEAR::XML_XPath class provided an XPath/DOM XML manipulation, maneuvering and query interface" LICENSE="PHP" @@ -11,9 +11,8 @@ KEYWORDS="~x86" IUSE="" pkg_postinst () { - einfo - einfo "NOTE: This package requires the domxml extension." - einfo "To enable domxml, add xml2 to your USE settings" - einfo "and re-merge php." - einfo + ewarn "The XML_XPath PEAR package is unmaintained and requires" + ewarn "PHP 4 built with the DOMXML extension (USE=xml2)." } + +need_php4 |