diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-28 15:01:22 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-28 15:01:22 +0000 |
commit | 6d4503e02ed31a3cd0d1e78ab390f6c665f02af3 (patch) | |
tree | 35e28ce1e4cb94215b62edcc7aa838b568e63117 /net-zope/cmfoodocument | |
parent | More flexible start-up script config file. Fixes bug 39447 as well. (Manifest... (diff) | |
download | gentoo-2-6d4503e02ed31a3cd0d1e78ab390f6c665f02af3.tar.gz gentoo-2-6d4503e02ed31a3cd0d1e78ab390f6c665f02af3.tar.bz2 gentoo-2-6d4503e02ed31a3cd0d1e78ab390f6c665f02af3.zip |
initial commit, thx to solution2u.net
Diffstat (limited to 'net-zope/cmfoodocument')
-rw-r--r-- | net-zope/cmfoodocument/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/cmfoodocument/Manifest | 2 | ||||
-rw-r--r-- | net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild | 20 | ||||
-rw-r--r-- | net-zope/cmfoodocument/files/digest-cmfoodocument-0.2.1 | 1 | ||||
-rw-r--r-- | net-zope/cmfoodocument/metadata.xml | 5 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net-zope/cmfoodocument/ChangeLog b/net-zope/cmfoodocument/ChangeLog new file mode 100644 index 000000000000..aebed4c0302c --- /dev/null +++ b/net-zope/cmfoodocument/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/cmfoodocument +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfoodocument/ChangeLog,v 1.1 2004/01/28 15:01:22 lanius Exp $ + +*cmfoodocument-0.2.1 (28 Jan 2004) + + 28 Jan 2004; Heinrich Wendel <lanius@gentoo.org> cmfoodocument-0.2.1.ebuild, + metadata.xml: + initial commit, thx to solution2u.net + diff --git a/net-zope/cmfoodocument/Manifest b/net-zope/cmfoodocument/Manifest new file mode 100644 index 000000000000..0538b1d90bdc --- /dev/null +++ b/net-zope/cmfoodocument/Manifest @@ -0,0 +1,2 @@ +MD5 225ba02d5ff7a7963661bb38a7935ab5 cmfoodocument-0.2.1.ebuild 601 +MD5 4d4bd908a5d469849815ec3734c6e200 files/digest-cmfoodocument-0.2.1 70 diff --git a/net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild b/net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild new file mode 100644 index 000000000000..69cb4aa8a0bb --- /dev/null +++ b/net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild,v 1.1 2004/01/28 15:01:22 lanius Exp $ + +inherit zproduct + +MY_PV=0_2_1 + +DESCRIPTION="Zope/CMF for handling OpenOffice documents" +HOMEPAGE="http://www.zope.org/Members/longsleep/CMFOODocument" +SRC_URI="http://www.zope.org/Members/longsleep/CMFOODocument/${PV}/CMFOODocument-${MY_PV}.tar.gz" +LICENSE="ZPL" +KEYWORDS="~x86" +RDEPEND="net-zope/cmf + >=net-zope/plone-1.0.1 + dev-libs/libxml2 + dev-libs/libxslt + ${RDEPEND}" + +ZPROD_LIST="CMFOODocument" diff --git a/net-zope/cmfoodocument/files/digest-cmfoodocument-0.2.1 b/net-zope/cmfoodocument/files/digest-cmfoodocument-0.2.1 new file mode 100644 index 000000000000..d75d6a7e0f9a --- /dev/null +++ b/net-zope/cmfoodocument/files/digest-cmfoodocument-0.2.1 @@ -0,0 +1 @@ +MD5 4637d3d8bc2a986560d7c8506afe777c CMFOODocument-0_2_1.tar.gz 58414 diff --git a/net-zope/cmfoodocument/metadata.xml b/net-zope/cmfoodocument/metadata.xml new file mode 100644 index 000000000000..46c8eea1b318 --- /dev/null +++ b/net-zope/cmfoodocument/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>net-zope</herd> +</pkgmetadata> |