diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-19 13:34:35 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-19 13:34:35 +0000 |
commit | 04e5ae79db8e7b69cdf664b254b650f6daf55eba (patch) | |
tree | 7d7d5eae265e182ad3b9eca720de3f8552935102 /net-zope/cmfboard/cmfboard-1.4.3.ebuild | |
parent | initial commit, thx to solution2u.net (diff) | |
download | gentoo-2-04e5ae79db8e7b69cdf664b254b650f6daf55eba.tar.gz gentoo-2-04e5ae79db8e7b69cdf664b254b650f6daf55eba.tar.bz2 gentoo-2-04e5ae79db8e7b69cdf664b254b650f6daf55eba.zip |
initial commit, thx to solution2u.net
Diffstat (limited to 'net-zope/cmfboard/cmfboard-1.4.3.ebuild')
-rw-r--r-- | net-zope/cmfboard/cmfboard-1.4.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-zope/cmfboard/cmfboard-1.4.3.ebuild b/net-zope/cmfboard/cmfboard-1.4.3.ebuild new file mode 100644 index 000000000000..65959457f37a --- /dev/null +++ b/net-zope/cmfboard/cmfboard-1.4.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfboard/cmfboard-1.4.3.ebuild,v 1.1 2004/01/19 13:34:21 lanius Exp $ + +inherit zproduct + +DESCRIPTION="Zope/CMF product which provides a forum" +HOMEPAGE="http://www.cmfboard.org" +SRC_URI="http://www.cmfboard.org/download/CMFBoard-${PV}.tar.gz" +LICENSE="ZPL" +KEYWORDS="~x86" +RDEPEND=">=net-zope/cmf-1.3.3 + >=net-zope/plone-1.0.5 + >=net-zope/archetypes-1.0.1 + ${RDEPEND}" + +ZPROD_LIST="CMFBoard" |