summaryrefslogtreecommitdiff
blob: db23a9821c7cc1b860f4dfd18e95e6343aa19545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/groupuserfolder/groupuserfolder-3.2.ebuild,v 1.3 2006/01/27 02:35:20 vapier Exp $

inherit zproduct

DESCRIPTION="GroupUserFolder is a kind of user folder that provides a special kind of user management"
HOMEPAGE="http://ingeniweb.sourceforge.net/Products/GroupUserFolder/"
SRC_URI="mirror://sourceforge/collective/GroupUserFolder-${PV}.tar.gz"

LICENSE="ZPL"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"

ZPROD_LIST="GroupUserFolder"

pkg_postinst() {
	zproduct_pkg_postinst
	einfo
	einfo "Please note that using GRUF 3.* with Plone 2.0.* can result in errors."
	einfo "For more information please inspect documentation shown below"
	einfo "/usr/share/zproduct/groupuserfolder-${PV}/GroupUserFolder/README-Plone.stx"
	einfo
}