# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.5.1.ebuild,v 1.1 2009/02/10 13:15:01 lordvan Exp $ inherit distutils eutils MY_P=${P/_alpha/a} DESCRIPTION="A Python package to parse and build CSS Cascading Style Sheets." HOMEPAGE="http://code.google.com/p/cssutils" SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=dev-lang/python-2.4" S="${WORKDIR}/${MY_P}"