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 BCADD1382C5 for ; Sun, 15 Apr 2018 11:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB355E0891; Sun, 15 Apr 2018 11:34:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 85416E0891 for ; Sun, 15 Apr 2018 11:34:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 31D44335C76 for ; Sun, 15 Apr 2018 11:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A046F28B for ; Sun, 15 Apr 2018 11:34:09 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1523791929.ac1f6058c14a109a7e1684958a3b1d1f06bceef7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyClamd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyClamd/pyClamd-0.3.17.ebuild dev-python/pyClamd/pyClamd-0.4.0.ebuild X-VCS-Directories: dev-python/pyClamd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ac1f6058c14a109a7e1684958a3b1d1f06bceef7 X-VCS-Branch: master Date: Sun, 15 Apr 2018 11:34:09 +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: 38c1915d-22c1-42cf-9d1e-a287397ff4fc X-Archives-Hash: 6075b3bccbc84c85d75315c5c233587b commit: ac1f6058c14a109a7e1684958a3b1d1f06bceef7 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 15 09:05:01 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 15 11:32:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1f6058 dev-python/pyClamd: use HTTPS dev-python/pyClamd/pyClamd-0.3.17.ebuild | 4 ++-- dev-python/pyClamd/pyClamd-0.4.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pyClamd/pyClamd-0.3.17.ebuild b/dev-python/pyClamd/pyClamd-0.3.17.ebuild index 52f551de1eb..cc6551617c3 100644 --- a/dev-python/pyClamd/pyClamd-0.3.17.ebuild +++ b/dev-python/pyClamd/pyClamd-0.3.17.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="python interface to Clamd (Clamav daemon)" -HOMEPAGE="http://xael.org/norman/python/pyclamd/" +HOMEPAGE="https://xael.org/norman/python/pyclamd/" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="LGPL-3" diff --git a/dev-python/pyClamd/pyClamd-0.4.0.ebuild b/dev-python/pyClamd/pyClamd-0.4.0.ebuild index 9f78b67269f..63155321c7e 100644 --- a/dev-python/pyClamd/pyClamd-0.4.0.ebuild +++ b/dev-python/pyClamd/pyClamd-0.4.0.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="python interface to Clamd (Clamav daemon)" -HOMEPAGE="http://xael.org/pages/pyclamd-en.html" +HOMEPAGE="https://xael.org/pages/pyclamd-en.html" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="LGPL-3"