summaryrefslogtreecommitdiff
blob: b0ff105c1fdb73c4806497c91502d865ed2b0368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit zpkg

DESCRIPTION="The Zope contentprovider module allows pluggable web pages."
HOMEPAGE="http://www.zope.org"
SRC_URI="http://www.gunnarwrobel.de/downloads/${P}.tgz"

LICENSE="ZPL"
SLOT="0"
IUSE=""

KEYWORDS="~x86"

RDEPEND=""
DEPEND="${RDEPEND}"