summaryrefslogtreecommitdiff
blob: 621c6125acda481256225f3aefc6da612b1f4dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="zpkg is a tool used to build software distributions based on the Python distutils package"
HOMEPAGE="http://www.zope.org/Members/fdrake/zpkgtools/"
SRC_URI="http://www.zope.org/Members/fdrake/zpkgtools/index_html/${P}.tgz"

LICENSE="ZPL"
SLOT="0"
IUSE=""

KEYWORDS="~x86"

RDEPEND="
         =dev-lang/python-2.4*
        "
DEPEND="${RDEPEND}
       "