summaryrefslogtreecommitdiff
blob: 2a445f7e55fd137cefba7ed84541a5f5957cf502 (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.2 2004/09/25 21:19:10 radek 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"
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."
}