blob: 59dd4dbfb31c0ff0e600cb66d0ec254424e14d9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/ploneerrorreporting/ploneerrorreporting-0.11.ebuild,v 1.4 2005/04/02 08:58:16 blubb Exp $
inherit zproduct
DESCRIPTION="PloneErrorReporting replaces error messages with pages that facilitate the submission of useful bug reports."
HOMEPAGE="http://www.sourceforge.net/projects/collective/"
SRC_URI="mirror://sourceforge/collective/PloneErrorReporting-${PV}.tar.gz"
LICENSE="ZPL"
KEYWORDS="x86 ppc ~sparc ~amd64"
ZPROD_LIST="PloneErrorReporting"
IUSE=""
|