diff options
author | Mathy Vanvoorden <mathy@vanvoorden.be> | 2016-11-03 21:39:33 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-11-03 22:01:57 +0100 |
commit | 853d7e060db48dbefe4f1743b52bfb301ee07ce0 (patch) | |
tree | 1ec111797d33a3449eb8ab9d885a90171fe614be /dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild | |
parent | dev-python/pexpect: version bump to 4.2.1, EAPI bump. (diff) | |
download | gentoo-853d7e060db48dbefe4f1743b52bfb301ee07ce0.tar.gz gentoo-853d7e060db48dbefe4f1743b52bfb301ee07ce0.tar.bz2 gentoo-853d7e060db48dbefe4f1743b52bfb301ee07ce0.zip |
dev-python/rst2pdf: fix HOMEPAGE and SRC_URI.
The old SRC_URI is not available anymore. The tarball is now generated by
github so the Manifest has to be updated, but the difference in contents is
innocuous.
Gentoo-Bug: https://bugs.gentoo.org/597916
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2732
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
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" |