dev-python/mygpoclient: fix HOMEPAGE and SRC_URI
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 19 Mar 2018 20:18:40 +0000 (21:18 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 19 Mar 2018 20:48:43 +0000 (21:48 +0100)
dev-python/mygpoclient/Manifest
dev-python/mygpoclient/mygpoclient-1.7-r1.ebuild

index 004d4165abb5fefb66d12b4dc8533067d363c6db..99063cbe2d0c4ef8eae77e52eada27b8b6b45f8b 100644 (file)
@@ -1 +1 @@
-DIST mygpoclient-1.7.tar.gz 35890 BLAKE2B 1d0d9c7e164f7f3db51d56ef15a29abbdb4d4829179a4e21f9124c3e6f3726cfdf8e64fc320c9a4866d94b0998b5aed5eb9ddc1441cf9451e59ca1e2b5242d73 SHA512 95e5920799300590830be6fba9d48fcd0398cab9eb07e34c9f07254f01f0fd483a3f117434a536c82fa8b1c846017919c9e3cbb7e848109912d9c38a347f896c
+DIST mygpoclient-1.7.tar.gz 36423 BLAKE2B 6331eff9d095a705cb805a8984f530b418d8f8f61dcb239fd3dba4236c8f376dcb329747887c4f22f66ca657525c3333ea260d5e2d2093a37d33dea43d2ca93d SHA512 618c94cea37f427fbef333a7cecade12fadda33bd727814b4ce904e74aae65d4ba85d7d09578b9e5b6b9fb0b2f6fe0f73abbd7f60d66b3d9b51dabb554169e9f
index 46c40ed7c5cfae8c1f2afaf1f104296efccf72fb..e91e9b673f7045c690c58b3bc426b75d8d2db49b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,9 @@ PYTHON_COMPAT=( python2_7 pypy )
 inherit distutils-r1 eutils
 
 DESCRIPTION="A gpodder.net client library"
-HOMEPAGE="http://thp.io/2010/mygpoclient/"
-SRC_URI="http://thp.io/2010/${PN}/${P}.tar.gz"
+HOMEPAGE="https://github.com/gpodder/mygpoclient
+       https://mygpoclient.readthedocs.io/en/latest/"
+SRC_URI="https://github.com/gpodder/mygpoclient/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"