summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-07-16 04:15:24 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-07-16 04:15:24 +0000
commit88e62bc31c0d199048d5e206fefc06bc99df42c6 (patch)
tree0391403082213e6ba7ac68b5279a6a5258a1bbbe /dev-php
parentadded ppc keywords (diff)
downloadgentoo-2-88e62bc31c0d199048d5e206fefc06bc99df42c6.tar.gz
gentoo-2-88e62bc31c0d199048d5e206fefc06bc99df42c6.tar.bz2
gentoo-2-88e62bc31c0d199048d5e206fefc06bc99df42c6.zip
New package. Fixes #4992. Thanks to Tom von Schwerdtner
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-XML_Tree/ChangeLog15
-rw-r--r--dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild31
-rw-r--r--dev-php/PEAR-XML_Tree/files/digest-PEAR-XML_Tree-1.11
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-php/PEAR-XML_Tree/ChangeLog b/dev-php/PEAR-XML_Tree/ChangeLog
new file mode 100644
index 000000000000..6d7b4703bf09
--- /dev/null
+++ b/dev-php/PEAR-XML_Tree/ChangeLog
@@ -0,0 +1,15 @@
+# ChangeLog for dev-php/PEAR-XML_Tree
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Tree/ChangeLog,v 1.1 2002/07/16 04:15:24 rphillips Exp $
+
+*PEAR-XML_Tree-1.1 (15 Jul 2002)
+
+ 15 Jul 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Author: Tom von Schwerdtner <tvon@etria.org>
+
+ 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_Tree/PEAR-XML_Tree-1.1.ebuild b/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild
new file mode 100644
index 000000000000..382d23874372
--- /dev/null
+++ b/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild,v 1.1 2002/07/16 04:15:24 rphillips Exp $
+
+P=${PN/PEAR-//}-${PV}
+
+DESCRIPTION="The XML_Tree package allows one to build XML data structures using a tree representation, without the need for an extension like DOMXML"
+HOMEPAGE="http://pear.php.net/package-info.php?pacid=19"
+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=""
+# May be some php compile-time dependancies, but for now...
+RDEPEND="dev-lang/php"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ einfo "Nothing to build"
+}
+
+src_install () {
+ insinto /usr/lib/php/XML
+ doins Tree.php
+ insinto /usr/lib/php/XML/Tree/
+ doins Tree/*
+}
diff --git a/dev-php/PEAR-XML_Tree/files/digest-PEAR-XML_Tree-1.1 b/dev-php/PEAR-XML_Tree/files/digest-PEAR-XML_Tree-1.1
new file mode 100644
index 000000000000..9ce243b4434d
--- /dev/null
+++ b/dev-php/PEAR-XML_Tree/files/digest-PEAR-XML_Tree-1.1
@@ -0,0 +1 @@
+MD5 372f7655df0d34e9f1a82d45c10931f6 XML_Tree-1.1.tgz 4826