From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 401A6138331 for ; Sun, 20 May 2018 21:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31145E086C; Sun, 20 May 2018 21:18:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A166E086C for ; Sun, 20 May 2018 21:18:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BB7C335CFB for ; Sun, 20 May 2018 21:18:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83E992A4 for ; Sun, 20 May 2018 21:18:37 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1526851113.55aa69b12729ba98cdaaa9df036f0a582d94e53a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/urlwatch/urlwatch-2.5.ebuild www-misc/urlwatch/urlwatch-2.6.ebuild X-VCS-Directories: www-misc/urlwatch/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 55aa69b12729ba98cdaaa9df036f0a582d94e53a X-VCS-Branch: master Date: Sun, 20 May 2018 21:18:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 54d90b37-2fa7-4563-b8d3-74179f6aff54 X-Archives-Hash: c4618a789a7b280ec0fb54b019c3b045 commit: 55aa69b12729ba98cdaaa9df036f0a582d94e53a Author: Louis Sautier gmail com> AuthorDate: Sun May 20 19:58:00 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun May 20 21:18:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55aa69b1 www-misc/urlwatch: update HOMEPAGE. Package-Manager: Portage-2.3.31, Repoman-2.3.9 www-misc/urlwatch/urlwatch-2.5.ebuild | 4 ++-- www-misc/urlwatch/urlwatch-2.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-misc/urlwatch/urlwatch-2.5.ebuild b/www-misc/urlwatch/urlwatch-2.5.ebuild index e378c606808..5cdb1061895 100644 --- a/www-misc/urlwatch/urlwatch-2.5.ebuild +++ b/www-misc/urlwatch/urlwatch-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A tool for monitoring webpages for updates" -HOMEPAGE="https://pypi.org/project/urlwatch/" +HOMEPAGE="https://thp.io/2008/urlwatch/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/www-misc/urlwatch/urlwatch-2.6.ebuild b/www-misc/urlwatch/urlwatch-2.6.ebuild index b8f4d19b7c5..b88f4abf011 100644 --- a/www-misc/urlwatch/urlwatch-2.6.ebuild +++ b/www-misc/urlwatch/urlwatch-2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A tool for monitoring webpages for updates" -HOMEPAGE="https://pypi.org/project/urlwatch/" +HOMEPAGE="https://thp.io/2008/urlwatch/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"