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 6C86E1396D9 for ; Fri, 13 Oct 2017 14:31:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8451D2BC027; Fri, 13 Oct 2017 14:31:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 516342BC025 for ; Fri, 13 Oct 2017 14:31:54 +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 2359933C27B for ; Fri, 13 Oct 2017 14:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D07690AB for ; Fri, 13 Oct 2017 14:31:50 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1507905084.32b8f9e7591219d8e9607cba34f050e8591c3f4c.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild X-VCS-Directories: sys-apps/pcsc-lite/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 32b8f9e7591219d8e9607cba34f050e8591c3f4c X-VCS-Branch: master Date: Fri, 13 Oct 2017 14:31:50 +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: 68660c63-998e-4de0-8788-192a4c616cf1 X-Archives-Hash: 18a702616964906b71f0dc6168581ea1 commit: 32b8f9e7591219d8e9607cba34f050e8591c3f4c Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 13 14:22:08 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 13 14:31:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b8f9e7 sys-apps/pcsc-lite: URLs updated to HTTPS Package-Manager: Portage-2.3.10, Repoman-2.3.3 sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild | 4 ++-- sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild | 4 ++-- sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild index 935b738b30c..435f3790d8a 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild @@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 systemd udev user multilib-minimal DESCRIPTION="PC/SC Architecture smartcard middleware library" -HOMEPAGE="http://pcsclite.alioth.debian.org/" +HOMEPAGE="https://pcsclite.alioth.debian.org/" STUPID_NUM="4203" MY_P="${PN}-${PV/_/-}" -SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2" +SRC_URI="https://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" # GPL-2 is there for the init script; everything else comes from diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild index 708ceb1c43a..582b0f6a87f 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild @@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit python-single-r1 systemd udev user multilib-minimal DESCRIPTION="PC/SC Architecture smartcard middleware library" -HOMEPAGE="http://pcsclite.alioth.debian.org/" +HOMEPAGE="https://pcsclite.alioth.debian.org/" STUPID_NUM="4216" MY_P="${PN}-${PV/_/-}" -SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2" +SRC_URI="https://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" # GPL-2 is there for the init script; everything else comes from diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild index dd2e65f9d32..c16ae96fdf1 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild @@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit python-single-r1 systemd udev user multilib-minimal DESCRIPTION="PC/SC Architecture smartcard middleware library" -HOMEPAGE="http://pcsclite.alioth.debian.org/" +HOMEPAGE="https://pcsclite.alioth.debian.org/" STUPID_NUM="4225" MY_P="${PN}-${PV/_/-}" -SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2" +SRC_URI="https://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" # GPL-2 is there for the init script; everything else comes from