diff options
author | 2004-01-28 15:01:22 +0000 | |
---|---|---|
committer | 2004-01-28 15:01:22 +0000 | |
commit | 2fe2efbbcc8e65b1a47c8962dd53ac55c1dbc478 (patch) | |
tree | 42d4e3876791c39794ed2d30e873e5b22a548ef9 /net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild | |
parent | More flexible start-up script config file. Fixes bug 39447 as well. (diff) | |
download | historical-2fe2efbbcc8e65b1a47c8962dd53ac55c1dbc478.tar.gz historical-2fe2efbbcc8e65b1a47c8962dd53ac55c1dbc478.tar.bz2 historical-2fe2efbbcc8e65b1a47c8962dd53ac55c1dbc478.zip |
initial commit, thx to solution2u.net
Diffstat (limited to 'net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild')
-rw-r--r-- | net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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" |