summaryrefslogtreecommitdiff
blob: b2f2fb4da3e97bd437b2474aa1bc0718c84b3e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/zfspath/zfspath-1.0.1.ebuild,v 1.3 2004/10/18 12:33:42 dholm Exp $

inherit zproduct

DESCRIPTION="Zope product to allow access to the filesystem."
HOMEPAGE="http://zope.org/Members/asterisk/ZFSPath/"
SRC_URI="http://zope.org/Members/asterisk/ZFSPath/${PV}/ZFSPath-${PV}.tgz"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE=""
RDEPEND=">=net-zope/zope-2.6.4
	    ${RDEPEND}"

ZPROD_LIST="ZFSPath"

pkg_postinst()
{
	zproduct_pkg_postinst
	einfo "Please view this product documentation through the ZMI for usage instructions."
}