blob: 8605d601c21477924129086042ee25d326fd254a (
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.2 2004/09/24 20:13:57 batlogg 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=""
|