diff options
author | 2003-12-25 12:32:46 +0000 | |
---|---|---|
committer | 2003-12-25 12:32:46 +0000 | |
commit | 8c314a2b6af552ec75ce43317a48a030c8a995ef (patch) | |
tree | 256da04898ab8c46a69871a9034042ba62d0a9ab /dev-php/PEAR-OLE | |
parent | Initial commit. (diff) | |
download | historical-8c314a2b6af552ec75ce43317a48a030c8a995ef.tar.gz historical-8c314a2b6af552ec75ce43317a48a030c8a995ef.tar.bz2 historical-8c314a2b6af552ec75ce43317a48a030c8a995ef.zip |
Initial commit.
Diffstat (limited to 'dev-php/PEAR-OLE')
-rw-r--r-- | dev-php/PEAR-OLE/Manifest | 4 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/PEAR-OLE-0.5.ebuild | 10 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/files/digest-PEAR-OLE-0.5 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/metadata.xml | 5 |
4 files changed, 19 insertions, 1 deletions
diff --git a/dev-php/PEAR-OLE/Manifest b/dev-php/PEAR-OLE/Manifest index 3e1e8fedfd54..5cd1f0278f2a 100644 --- a/dev-php/PEAR-OLE/Manifest +++ b/dev-php/PEAR-OLE/Manifest @@ -1,2 +1,4 @@ -MD5 916f92b04ed82c54c9536d9db2fede44 PEAR-OLE-0.5.ebuild 371 +MD5 a1eebc86085f2e5cdece54e686e660e5 PEAR-OLE-0.5.ebuild 367 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 789a1cde7594036fd1d21f4a5f37f2df ChangeLog 346 MD5 23deb4be1f2f6df8c8d3f1efac9b38a2 files/digest-PEAR-OLE-0.5 54 diff --git a/dev-php/PEAR-OLE/PEAR-OLE-0.5.ebuild b/dev-php/PEAR-OLE/PEAR-OLE-0.5.ebuild new file mode 100644 index 000000000000..77448380f98f --- /dev/null +++ b/dev-php/PEAR-OLE/PEAR-OLE-0.5.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/PEAR-OLE-0.5.ebuild,v 1.1 2003/12/25 12:32:29 coredumb Exp $ + +inherit php-pear + +DESCRIPTION="Package for reading and writing OLE containers" +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" diff --git a/dev-php/PEAR-OLE/files/digest-PEAR-OLE-0.5 b/dev-php/PEAR-OLE/files/digest-PEAR-OLE-0.5 new file mode 100644 index 000000000000..5c7498aaee64 --- /dev/null +++ b/dev-php/PEAR-OLE/files/digest-PEAR-OLE-0.5 @@ -0,0 +1 @@ +MD5 60da44ce636167ea3bb686860a8d3dcd OLE-0.5.tgz 9058 diff --git a/dev-php/PEAR-OLE/metadata.xml b/dev-php/PEAR-OLE/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-OLE/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> |