blob: 5db4d0b2b0119e334eb41d93f6a639198f5fa3a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/cmf/cmf-1.4.4.ebuild,v 1.3 2006/01/27 02:26:41 vapier Exp $
inherit zproduct
MY_PN="CMF"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Content Management Framework. Services for content-oriented portal sites"
HOMEPAGE="http://cmf.zope.org/"
SRC_URI="${HOMEPAGE}/download/${MY_P}/${MY_P}.tar.gz"
LICENSE="ZPL"
SLOT="1.4"
KEYWORDS="~ppc ~x86"
S=${WORKDIR}/${MY_P}
ZPROD_LIST="CMFCalendar CMFCore CMFDefault CMFTopic DCWorkflow"
MYDOC="*.txt ${MYDOC}"
|