blob: b37ef6ec3894af377da1582a0ac5b00caa55883c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/passwordresettool/passwordresettool-0.4.1.ebuild,v 1.1 2006/09/30 21:24:52 radek Exp $
inherit zproduct
MY_P="PasswordResetTool"
DESCRIPTION="From the Plone Collective. Mandatory for changing Zope's encrypted user passwords"
HOMEPAGE="http://plone.org/about/products/passwordresettool"
SRC_URI="http://plone.org/products/${PN}/releases/${PV}/${MY_P}-${PV}.tar.gz"
LICENSE="ZPL"
KEYWORDS="~x86"
RDEPEND=">=net-zope/plone-2.0"
ZPROD_LIST="${MY_P}"
|