diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-04-21 14:37:06 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-04-21 14:42:54 +0300 |
commit | 644a9dd90600ff54d8eb2b5842f50ccac522f9c5 (patch) | |
tree | ba935ce1443b9ce5ef2a6a0e48bde0da627db0ee /sys-apps/pcsc-lite | |
parent | sys-apps/haveged: arm stable wrt bug #652088 (diff) | |
download | gentoo-644a9dd90600ff54d8eb2b5842f50ccac522f9c5.tar.gz gentoo-644a9dd90600ff54d8eb2b5842f50ccac522f9c5.tar.bz2 gentoo-644a9dd90600ff54d8eb2b5842f50ccac522f9c5.zip |
sys-apps/pcsc-lite: site move
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-apps/pcsc-lite')
-rw-r--r-- | sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild | 9 |
1 files 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 14f6de001e56..e2d647e8c507 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. |