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 809CB1382C5 for ; Sat, 21 Apr 2018 11:43:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA656E0869; Sat, 21 Apr 2018 11:43:03 +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 A1D80E0869 for ; Sat, 21 Apr 2018 11:43:03 +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 3E1E4335C73 for ; Sat, 21 Apr 2018 11:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95D70257 for ; Sat, 21 Apr 2018 11:43:00 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1524310974.644a9dd90600ff54d8eb2b5842f50ccac522f9c5.alonbl@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.22.ebuild X-VCS-Directories: sys-apps/pcsc-lite/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 644a9dd90600ff54d8eb2b5842f50ccac522f9c5 X-VCS-Branch: master Date: Sat, 21 Apr 2018 11:43:00 +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: 940b1c26-3805-484a-b061-204a1b822fc9 X-Archives-Hash: e7e880bf2fbd97d9d0efb937b2f09604 commit: 644a9dd90600ff54d8eb2b5842f50ccac522f9c5 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Apr 21 11:37:06 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Apr 21 11:42:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644a9dd9 sys-apps/pcsc-lite: site move Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 14f6de001e5..e2d647e8c50 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.22.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,12 +7,9 @@ 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="https://pcsclite.alioth.debian.org/" +HOMEPAGE="https://pcsclite.apdu.fr/" -STUPID_NUM="4225" -MY_P="${PN}-${PV/_/-}" -SRC_URI="https://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2" -S="${WORKDIR}/${MY_P}" +SRC_URI="https://pcsclite.apdu.fr/files/${P}.tar.bz2" # GPL-2 is there for the init script; everything else comes from # upstream.