diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 06:39:30 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 06:39:30 +0000 |
commit | ecf4bbd9bd98f141b7ee2f9454668c4b9a4fc102 (patch) | |
tree | 72d83f47895dbf02fed054f1f97d2e5b13d860d1 /dev-php | |
parent | Initial ebuild for Console_Getopt PEAR package. (diff) | |
download | historical-ecf4bbd9bd98f141b7ee2f9454668c4b9a4fc102.tar.gz historical-ecf4bbd9bd98f141b7ee2f9454668c4b9a4fc102.tar.bz2 historical-ecf4bbd9bd98f141b7ee2f9454668c4b9a4fc102.zip |
Initial ebuild for the PEAR base package.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PEAR/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.3.4.ebuild | 14 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/files/digest-PEAR-PEAR-1.3.4 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/metadata.xml | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog new file mode 100644 index 000000000000..d85afada16e0 --- /dev/null +++ b/dev-php/PEAR-PEAR/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-PEAR +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.1 2005/02/16 06:39:30 sebastian Exp $ + +*PEAR-PEAR-1.3.4 (16 Feb 2005) + + 16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +PEAR-PEAR-1.3.4.ebuild: + Initial ebuild for the PEAR base package. + diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.4.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.4.ebuild new file mode 100644 index 000000000000..15e9a54237d5 --- /dev/null +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.4.ebuild,v 1.1 2005/02/16 06:39:30 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="PEAR Base System." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND=">=dev-php/PEAR-Archive_Tar-1.1 + >=dev-php/PEAR-Console_Getopt-1.2 + >=dev-php/PEAR-XML_RPC-1.0.4" diff --git a/dev-php/PEAR-PEAR/files/digest-PEAR-PEAR-1.3.4 b/dev-php/PEAR-PEAR/files/digest-PEAR-PEAR-1.3.4 new file mode 100644 index 000000000000..ef366da84591 --- /dev/null +++ b/dev-php/PEAR-PEAR/files/digest-PEAR-PEAR-1.3.4 @@ -0,0 +1 @@ +MD5 38a21bb2eabd361ebba26bbc330faea6 PEAR-1.3.4.tgz 107207 diff --git a/dev-php/PEAR-PEAR/metadata.xml b/dev-php/PEAR-PEAR/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-PEAR/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +</pkgmetadata> |