diff options
Diffstat (limited to 'dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild')
-rw-r--r-- | dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild b/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild index a81c5738a30b..72c1041454b6 100644 --- a/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild +++ b/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Tool for transforming reStructuredText to PDF using ReportLab" -HOMEPAGE="http://rst2pdf.ralsina.com.ar/ https://pypi.python.org/pypi/rst2pdf" -SRC_URI="https://rst2pdf.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="http://rst2pdf.ralsina.me/ https://pypi.python.org/pypi/rst2pdf" +SRC_URI="https://github.com/rst2pdf/rst2pdf/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |