blob: fa70dae60b51b958c3863563cb0809f43aad2610 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/speedpack/speedpack-0.3.ebuild,v 1.2 2006/01/27 02:46:46 vapier Exp $
inherit zproduct
DESCRIPTION="Increase plone performance by caching page templates and use of pscyo"
HOMEPAGE="http://plone.org/collective"
SRC_URI="mirror://sourceforge/collective/SpeedPack-${PV}.tar.gz"
LICENSE="ZPL"
KEYWORDS="~x86"
DEPEND="dev-python/psyco"
RDEPEND=""
ZPROD_LIST="SpeedPack"
|