Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rst2pdf/
Date: Thu, 03 Nov 2016 21:02:21
Message-Id: 1478206917.853d7e060db48dbefe4f1743b52bfb301ee07ce0.monsieurp@gentoo
1 commit: 853d7e060db48dbefe4f1743b52bfb301ee07ce0
2 Author: Mathy Vanvoorden <mathy <AT> vanvoorden <DOT> be>
3 AuthorDate: Thu Nov 3 20:39:33 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 21:01:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853d7e06
7
8 dev-python/rst2pdf: fix HOMEPAGE and SRC_URI.
9
10 The old SRC_URI is not available anymore. The tarball is now generated by
11 github so the Manifest has to be updated, but the difference in contents is
12 innocuous.
13
14 Gentoo-Bug: https://bugs.gentoo.org/597916
15 Package-Manager: portage-2.3.0
16 Closes: https://github.com/gentoo/gentoo/pull/2732
17
18 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
19
20 dev-python/rst2pdf/Manifest | 2 +-
21 dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild | 6 +++---
22 2 files changed, 4 insertions(+), 4 deletions(-)
23
24 diff --git a/dev-python/rst2pdf/Manifest b/dev-python/rst2pdf/Manifest
25 index 45714eb..663e045 100644
26 --- a/dev-python/rst2pdf/Manifest
27 +++ b/dev-python/rst2pdf/Manifest
28 @@ -1 +1 @@
29 -DIST rst2pdf-0.93.tar.gz 1301775 SHA256 3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc SHA512 75423b75504d31995d449f4e90fa73ce755bf167d18a38f42f73fe6d76b4d0e5c38bc28cd2cce5a3e485a0a8c5529667d689dc4b41a125c14c9e023b7d6ff7d3 WHIRLPOOL 5203ca75c86440e97af92a5001fc5871308afc662056551797df02356654c9cc6ba08d96a301140fe1cfaf4dd48fefb213bd87b31811143489a1f380dc34bc9d
30 +DIST rst2pdf-0.93.tar.gz 1216483 SHA256 37e99ea103790321b29b6f6b0192821ba9c2990a6aec57295585ca6919932a97 SHA512 dfdc6adeb06f4ef3d5fc52b91be1939e9cab25a1979685512f9a05e3da1ee65b84e47478613148401175a06fbfdccf5494918de6281419a0981987d398e836ee WHIRLPOOL e1b198f4a32f164dbd421ee76156e5611c0ff2e7329b85d95c9646209eb05214f359c61880c9b10e0edd45853b0b1fcaf4118d364d6e15f9253e9a68462de3b6
31
32 diff --git a/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild b/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild
33 index a81c573..72c1041 100644
34 --- a/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild
35 +++ b/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 +# Copyright 1999-2016 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 )
43 inherit distutils-r1
44
45 DESCRIPTION="Tool for transforming reStructuredText to PDF using ReportLab"
46 -HOMEPAGE="http://rst2pdf.ralsina.com.ar/ https://pypi.python.org/pypi/rst2pdf"
47 -SRC_URI="https://rst2pdf.googlecode.com/files/${P}.tar.gz"
48 +HOMEPAGE="http://rst2pdf.ralsina.me/ https://pypi.python.org/pypi/rst2pdf"
49 +SRC_URI="https://github.com/rst2pdf/rst2pdf/archive/${PV}.tar.gz -> ${P}.tar.gz"
50
51 LICENSE="MIT"
52 SLOT="0"