commit:     853d7e060db48dbefe4f1743b52bfb301ee07ce0
Author:     Mathy Vanvoorden <mathy <AT> vanvoorden <DOT> be>
AuthorDate: Thu Nov  3 20:39:33 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 21:01:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853d7e06

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 <AT> gentoo.org>

 dev-python/rst2pdf/Manifest               | 2 +-
 dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/rst2pdf/Manifest b/dev-python/rst2pdf/Manifest
index 45714eb..663e045 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 a81c573..72c1041 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"

Reply via email to