diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-12-25 12:32:46 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-12-25 12:32:46 +0000 |
commit | e5a43dba9507d9f0a4225c8966dd040a5c2d46d6 (patch) | |
tree | d70cb84239bef1c0e1bb9dd082d2883e0ba531cd /dev-php | |
parent | Initial commit. (diff) | |
download | gentoo-2-e5a43dba9507d9f0a4225c8966dd040a5c2d46d6.tar.gz gentoo-2-e5a43dba9507d9f0a4225c8966dd040a5c2d46d6.tar.bz2 gentoo-2-e5a43dba9507d9f0a4225c8966dd040a5c2d46d6.zip |
Initial commit.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-OLE/ChangeLog | 10 | ||||
-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 |
5 files changed, 29 insertions, 1 deletions
diff --git a/dev-php/PEAR-OLE/ChangeLog b/dev-php/PEAR-OLE/ChangeLog new file mode 100644 index 000000000000..61b24b4c4436 --- /dev/null +++ b/dev-php/PEAR-OLE/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-OLE +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/ChangeLog,v 1.1 2003/12/25 12:32:29 coredumb Exp $ + +*PEAR-OLE-0.5 (25 Dec 2003) + + 25 Dec 2003; Tal Peer <coredumb@gentoo.org> PEAR-OLE-0.5.ebuild, + metadata.xml: + Initial commit + 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> |