summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2006-09-30 21:24:52 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2006-09-30 21:24:52 +0000
commita980187c67903214e9cbab0859e9712ba6525242 (patch)
treef18d33baae4ccd242cf8e639e4f1c662c4e4eea7 /net-zope/passwordresettool/passwordresettool-0.4.1.ebuild
parentAdd tree-model fix from bug #148247 (diff)
downloadhistorical-a980187c67903214e9cbab0859e9712ba6525242.tar.gz
historical-a980187c67903214e9cbab0859e9712ba6525242.tar.bz2
historical-a980187c67903214e9cbab0859e9712ba6525242.zip
version bump closing security bug #149602 thanks to Janne Pikkarainen
Package-Manager: portage-2.1.2_pre2
Diffstat (limited to 'net-zope/passwordresettool/passwordresettool-0.4.1.ebuild')
-rw-r--r--net-zope/passwordresettool/passwordresettool-0.4.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-zope/passwordresettool/passwordresettool-0.4.1.ebuild b/net-zope/passwordresettool/passwordresettool-0.4.1.ebuild
new file mode 100644
index 000000000000..b37ef6ec3894
--- /dev/null
+++ b/net-zope/passwordresettool/passwordresettool-0.4.1.ebuild
@@ -0,0 +1,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}"