summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathy Vanvoorden <mathy@vanvoorden.be>2016-11-03 21:39:33 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-11-03 22:01:57 +0100
commit853d7e060db48dbefe4f1743b52bfb301ee07ce0 (patch)
tree1ec111797d33a3449eb8ab9d885a90171fe614be
parentdev-python/pexpect: version bump to 4.2.1, EAPI bump. (diff)
downloadgentoo-853d7e06.tar.gz
gentoo-853d7e06.tar.bz2
gentoo-853d7e06.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>
-rw-r--r--dev-python/rst2pdf/Manifest2
-rw-r--r--dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/rst2pdf/Manifest b/dev-python/rst2pdf/Manifest
index 45714eb79ac4..663e0454eadb 100644
--- a/dev-python/rst2pdf/Manifest
+++ b/dev-python/rst2pdf/Manifest
@@ -1 +1 @@
-DIST rst2pdf-0.93.tar.gz 1301775 SHA256 3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc SHA512 75423b75504d31995d449f4e90fa73ce755bf167d18a38f42f73fe6d76b4d0e5c38bc28cd2cce5a3e485a0a8c5529667d689dc4b41a125c14c9e023b7d6ff7d3 WHIRLPOOL 5203ca75c86440e97af92a5001fc5871308afc662056551797df02356654c9cc6ba08d96a301140fe1cfaf4dd48fefb213bd87b31811143489a1f380dc34bc9d
+DIST rst2pdf-0.93.tar.gz 1216483 SHA256 37e99ea103790321b29b6f6b0192821ba9c2990a6aec57295585ca6919932a97 SHA512 dfdc6adeb06f4ef3d5fc52b91be1939e9cab25a1979685512f9a05e3da1ee65b84e47478613148401175a06fbfdccf5494918de6281419a0981987d398e836ee WHIRLPOOL e1b198f4a32f164dbd421ee76156e5611c0ff2e7329b85d95c9646209eb05214f359c61880c9b10e0edd45853b0b1fcaf4118d364d6e15f9253e9a68462de3b6
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"