blob: 85a3a4689bd7eed5a2527bb04f72e48d08a0af91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/propertyfolder/propertyfolder-1.3.3.ebuild,v 1.5 2004/06/25 01:24:31 agriffis Exp $
inherit zproduct
DESCRIPTION="Intended mainly for use with PropertyObject and AbracadabraObject."
HOMEPAGE="http://www.zope.org/Members/mjablonski/PropertyFolder"
SRC_URI="${HOMEPAGE}/PropertyFolder-${PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
ZPROD_LIST="PropertyFolder"
|