diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-11-26 00:13:50 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-11-26 00:14:02 +0100 |
commit | d281a42b528fb85e8ab8200d504eeb9b620cea4e (patch) | |
tree | e0b11e53939e4425d9e3ed8ec378217c36ef7458 /www-misc | |
parent | package.mask: Mask new xfce-base/thunar for testing (diff) | |
download | gentoo-d281a42b528fb85e8ab8200d504eeb9b620cea4e.tar.gz gentoo-d281a42b528fb85e8ab8200d504eeb9b620cea4e.tar.bz2 gentoo-d281a42b528fb85e8ab8200d504eeb9b620cea4e.zip |
www-misc/urlwatch: update SRC_URI.
Closes: https://bugs.gentoo.org/638832
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/urlwatch/Manifest | 2 | ||||
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.5.ebuild | 6 | ||||
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.6.ebuild | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/www-misc/urlwatch/Manifest b/www-misc/urlwatch/Manifest index 8e0176c3c547..8a0be09d5825 100644 --- a/www-misc/urlwatch/Manifest +++ b/www-misc/urlwatch/Manifest @@ -1,2 +1,2 @@ DIST urlwatch-2.5.tar.gz 25322 SHA256 6010a45dbc20d5449f214655c94977a65e1e2b8ba32f58e9045ddfdaaabf3962 SHA512 993d2596288d014a3b84ae22c29ce89282c4320dd95b339c9892db07997059fc80a96198cb89ba04d935f68d2d051da96dc981f8e8b3657492443b060d2126a1 WHIRLPOOL d8be345d19027e475825d708f9ce2c55fe4abb23e903d629aec872104a0e890f225dfe3f1c8de87541e9cbed7c62592d362e464f3014f0a7ce27000fd9a5f880 -DIST urlwatch-2.6.tar.gz 30412 SHA256 57a90a0a7a3f056bbf77c917621a124338de20e15ce356873b9abba72f57d6f4 SHA512 52d71984972c6888ade01fcc635d33a60c024424b82ac9319554f548438f8a4e2f32a8b7d3047ed86654c8ef67e3b6eac99728f9409b60cdffe7e842fd8fe16c WHIRLPOOL 29ffa3606e5ba00006b3f3767beef2804c2952453fd11db9aa3cb99515dc347f215c127df5bef38ee185e0c89ab8edd377bb4066d1b8a65b6085ec251dc436b6 +DIST urlwatch-2.6.tar.gz 30412 BLAKE2B 3d9495a418f8180a788db27bec13f9c20d92476851404d0f78dc6fec664a90c4bf9749cbe26323741a31175abf5b6ca01c066da8a8db6e63da73b46bb524e293 SHA512 52d71984972c6888ade01fcc635d33a60c024424b82ac9319554f548438f8a4e2f32a8b7d3047ed86654c8ef67e3b6eac99728f9409b60cdffe7e842fd8fe16c diff --git a/www-misc/urlwatch/urlwatch-2.5.ebuild b/www-misc/urlwatch/urlwatch-2.5.ebuild index 464d5de6a619..ce67eb6c5b83 100644 --- a/www-misc/urlwatch/urlwatch-2.5.ebuild +++ b/www-misc/urlwatch/urlwatch-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A tool for monitoring webpages for updates" -HOMEPAGE="https://thp.io/2008/urlwatch/ https://pypi.python.org/pypi/urlwatch" -SRC_URI="https://thp.io/2008/${PN}/${P}.tar.gz" +HOMEPAGE="https://pypi.python.org/pypi/urlwatch" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/www-misc/urlwatch/urlwatch-2.6.ebuild b/www-misc/urlwatch/urlwatch-2.6.ebuild index c76412f85d62..3ea5b563add3 100644 --- a/www-misc/urlwatch/urlwatch-2.6.ebuild +++ b/www-misc/urlwatch/urlwatch-2.6.ebuild @@ -7,13 +7,14 @@ PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A tool for monitoring webpages for updates" -HOMEPAGE="https://thp.io/2008/urlwatch/ https://pypi.python.org/pypi/urlwatch" -SRC_URI="https://thp.io/2008/${PN}/${P}.tar.gz" +HOMEPAGE="https://pypi.python.org/pypi/urlwatch" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="test" RDEPEND=" dev-python/keyring[${PYTHON_USEDEP}] |