summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-07-16 09:17:11 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-07-16 09:17:11 +0000
commit1a56df14885ae7b50d13314e8daa2714100fde35 (patch)
treeda43d8e2c3438955c6376bd57da531273f63854d /dev-php/PEAR-XML_XPath
parentnew package. (diff)
downloadhistorical-1a56df14885ae7b50d13314e8daa2714100fde35.tar.gz
historical-1a56df14885ae7b50d13314e8daa2714100fde35.tar.bz2
historical-1a56df14885ae7b50d13314e8daa2714100fde35.zip
New package.
Diffstat (limited to 'dev-php/PEAR-XML_XPath')
-rw-r--r--dev-php/PEAR-XML_XPath/ChangeLog15
-rw-r--r--dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild32
-rw-r--r--dev-php/PEAR-XML_XPath/files/digest-PEAR-XML_XPath-1.21
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