diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:33:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:33:35 +0000 |
commit | 1e1051271b5d9e966a3c441dada289adb4dabd0f (patch) | |
tree | 743f5992f2e5418661530f86efb439f1115cb2c3 /net-zope/cmfoodocument | |
parent | Add a ported version of Ubuntu's gcc4 patch for bug 117547. (diff) | |
download | gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.tar.gz gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.tar.bz2 gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.zip |
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/cmfoodocument')
-rw-r--r-- | net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild b/net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild index ec9876b3cd2c..b42cd05e7ef3 100644 --- a/net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild +++ b/net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # 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.2 2004/06/25 01:18:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfoodocument/cmfoodocument-0.2.1.ebuild,v 1.3 2006/01/27 02:29:06 vapier 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}" + dev-libs/libxslt" ZPROD_LIST="CMFOODocument" |