blob: fc6bd1e2df83eccb3d650c42e9ee1f0c0eb78e67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/issuetrackerproduct/issuetrackerproduct-0.6.5.ebuild,v 1.1 2005/04/19 17:43:42 radek Exp $
inherit zproduct
DESCRIPTION="Friendly Issue tracking system for Zope."
HOMEPAGE="http://www.issuetrackerproduct.com"
SRC_URI="${HOMEPAGE}/Download/IssueTrackerProduct-${PV}.tgz"
LICENSE="ZPL"
SLOT="0"
IUSE=""
KEYWORDS="~x86 ~ppc"
RDEPEND=">=dev-python/stripogram-1.4
${RDEPEND}"
ZPROD_LIST="IssueTrackerProduct"
|