# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils EAPI="2" DESCRIPTION="a url shortening command line application that supports various sites" HOMEPAGE="https://launchpad.net/surl" SRC_URI="http://launchpad.net/surl/trunk/0.5/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="virtual/python" RDEPEND="${DEPEND} dev-python/simplejson" src_install() { distutils_src_install }