diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 09:17:11 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 09:17:11 +0000 |
commit | 0a20dd3f2788ae0ea74f9eed82fdabac6a798031 (patch) | |
tree | 284c837b741642102278abc291b713836326151a /dev-php/PEAR-XML_XPath | |
parent | new package. (diff) | |
download | gentoo-2-0a20dd3f2788ae0ea74f9eed82fdabac6a798031.tar.gz gentoo-2-0a20dd3f2788ae0ea74f9eed82fdabac6a798031.tar.bz2 gentoo-2-0a20dd3f2788ae0ea74f9eed82fdabac6a798031.zip |
New package.
Diffstat (limited to 'dev-php/PEAR-XML_XPath')
-rw-r--r-- | dev-php/PEAR-XML_XPath/ChangeLog | 15 | ||||
-rw-r--r-- | dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild | 32 | ||||
-rw-r--r-- | dev-php/PEAR-XML_XPath/files/digest-PEAR-XML_XPath-1.2 | 1 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-php/PEAR-XML_XPath/ChangeLog b/dev-php/PEAR-XML_XPath/ChangeLog new file mode 100644 index 000000000000..ff88c1dc8662 --- /dev/null +++ b/dev-php/PEAR-XML_XPath/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for dev-php/PEAR-XML_XPath +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_XPath/ChangeLog,v 1.1 2002/07/16 09:17:11 rphillips Exp $ + +*PEAR-XML_XPath-1.2 (16 Jul 2002) + + 16 Jul 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Submitted by Tom von Schwerdtner + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild b/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild new file mode 100644 index 000000000000..5aa63878d986 --- /dev/null +++ b/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Authore: Tom von Schwerdtner <tvon@etria.org> +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild,v 1.1 2002/07/16 09:17:11 rphillips Exp $ + +P=${PN/PEAR-//}-${PV} +DESCRIPTION="The PEAR::XML_XPath class provided an XPath/DOM XML manipulation, maneuvering and query interface" +HOMEPAGE="http://pear.php.net/package-info.php?pacid=65" +SRC_URI="http://pear.php.net/get/${P}.tgz" +LICENSE="PHP" +SLOT="0" +# Afaik, anything that runs php will run this... +KEYWORDS="x86 ppc sparc" +DEPEND="virtual/php" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${P} + +src_install () { + insinto /usr/lib/php/XML + doins XPath.php + insinto /usr/lib/php/XML/XPath/ + doins XPath/* +} + +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 +} diff --git a/dev-php/PEAR-XML_XPath/files/digest-PEAR-XML_XPath-1.2 b/dev-php/PEAR-XML_XPath/files/digest-PEAR-XML_XPath-1.2 new file mode 100644 index 000000000000..38271e77831f --- /dev/null +++ b/dev-php/PEAR-XML_XPath/files/digest-PEAR-XML_XPath-1.2 @@ -0,0 +1 @@ +MD5 71362e0ef17bfd56c63c3955d5ce91b8 XML_XPath-1.2.tgz 17826 |