diff options
Diffstat (limited to 'net-zope/exuserfolder/exuserfolder-0.20.0-r1.ebuild')
-rw-r--r-- | net-zope/exuserfolder/exuserfolder-0.20.0-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-zope/exuserfolder/exuserfolder-0.20.0-r1.ebuild b/net-zope/exuserfolder/exuserfolder-0.20.0-r1.ebuild new file mode 100644 index 000000000000..df253372c5f3 --- /dev/null +++ b/net-zope/exuserfolder/exuserfolder-0.20.0-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/exuserfolder/exuserfolder-0.20.0-r1.ebuild,v 1.1 2004/01/19 14:26:44 lanius Exp $ + +inherit zproduct + +DESCRIPTION="allows authentication via alternative methods + mysql plain text auth patch" +HOMEPAGE="http://exuserfolder.sf.net" +SRC_URI="http://www.gentoo.at/distfiles/exuserfolder-0.2-s2upatch.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +RDEPEND="=net-zope/cmf-1.3* + >=net-zope/formulator-1.2.0 + ${RDEPEND}" + +SLOT="0" + +ZPROD_LIST="exUserFolder" |