# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python implementation of the markdown markup language" HOMEPAGE="http://www.freewisdom.org/projects/python-markdown" SRC_URI="mirror://sourceforge/python-markdown/markdown-${PV}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0" KEYWORDS="~x86" IUSE="" src_install() { distutils_src_install dodoc CHANGE_LOG.txt README.txt }