summaryrefslogtreecommitdiff
blob: 712eba225bcaf4edda83cdf74f6ade7771bd9c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cfgparse/cfgparse-1.2-r1.ebuild,v 1.2 2006/04/01 14:46:18 agriffis Exp $

inherit distutils versionator

MY_PN="v0$(get_major_version)_0$(get_version_component_range 2-2)"
S=${WORKDIR}/${PN}-${MY_PN}

DESCRIPTION="Config File parser for Python"
HOMEPAGE="http://cfgparse.sourceforge.net"
SRC_URI="mirror://sourceforge/cfgparse/${PN}-${MY_PN}.tar.gz"

LICENSE="PSF-2.3"
SLOT="0"
KEYWORDS="~ia64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=dev-lang/python-2.4"

src_install() {
	distutils_src_install

	dodoc README.txt docs/cfgparse*
	dohtml docs/cfgparse/*
}