blob: b50a66244c37ec83322520522da29a5ad4f12d6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/btreefolder2/btreefolder2-1.0.1.ebuild,v 1.1 2004/09/11 21:59:48 lanius Exp $
inherit zproduct
DESCRIPTION="Acts like a Zope folder but can store many more items."
HOMEPAGE="http://hathawaymix.org/Software/BTreeFolder2/"
SRC_URI="http://hathawaymix.org/Software/BTreeFolder2/BTreeFolder2-${PV}.tar.gz"
LICENSE="ZPL"
KEYWORDS="~x86 ~ppc"
ZPROD_LIST="BTreeFolder2"
IUSE=""
|