summaryrefslogtreecommitdiff
blob: bc5de141901cf168e0c37782f1e6cc6a2870603b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/ldapuserfolder/ldapuserfolder-2.1_beta3.ebuild,v 1.1 2003/04/06 00:54:55 kutsuya Exp $

inherit zproduct
PV_NEW=$(echo ${PV/_/} |sed -e "s:\.:_:g")

DESCRIPTION="LDAP User Authentication for Zope."
HOMEPAGE="http://www.dataflake.org/software/ldapuserfolder/"
SRC_URI="${HOMEPAGE}LDAPUserFolder-${PV_NEW}.tgz"
LICENSE="ZPL"
KEYWORDS="x86 ~ppc"
RDEPEND=">=dev-python/python-ldap-py21-2.0.0_pre05
	$RDEPEND"

ZPROD_LIST="LDAPUserFolder"