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>
This commit is contained in:
Mathy Vanvoorden
2016-11-03 21:39:33 +01:00
committed by Patrice Clement
parent d4a53343a3
commit 853d7e060d
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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"