]> Pileus Git - ~andy/sunrise/blob - dev-python/pyrssgen/pyrssgen-1.0.0.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update headers for 2010
[~andy/sunrise] / dev-python / pyrssgen / pyrssgen-1.0.0.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 NEED_PYTHON=2.3
6
7 inherit distutils
8
9 MY_P=PyRSS2Gen-${PV}
10
11 DESCRIPTION="RSS feed generator written in Python"
12 HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html"
13 SRC_URI="http://www.dalkescientific.com/Python/${MY_P}.tar.gz"
14
15 LICENSE="BSD"
16 SLOT="0"
17 KEYWORDS="~x86"
18 IUSE=""
19
20 DEPEND=""
21 RDEPEND=""
22
23 S=${WORKDIR}/${MY_P}