blob: 3dd27f461db9ca81946adef652c923cad9ee4505 (
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.3 2005/03/19 17:32:59 weeve 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"
ZPROD_LIST="PloneErrorReporting"
IUSE=""
|