diff options
author | 2016-12-21 19:51:55 +0000 | |
---|---|---|
committer | 2016-12-21 19:51:55 +0000 | |
commit | 4bb76f00618d5c92a0c91b0274c186d65136ded0 (patch) | |
tree | 9a1da4504b04c14151b223bd548a82e973d28109 /dev-libs/libnfc/libnfc-1.4.2.ebuild | |
parent | net-misc/quagga-1.1.0-r1: stable on amd64 (diff) | |
download | gentoo-4bb76f00618d5c92a0c91b0274c186d65136ded0.tar.gz gentoo-4bb76f00618d5c92a0c91b0274c186d65136ded0.tar.bz2 gentoo-4bb76f00618d5c92a0c91b0274c186d65136ded0.zip |
dev-libs/libnfc: Update SRC_URI change to github before googlecode shutdown
Removed old ebuilds from each minor build, and change the remaining SRC_URIs to point
to the official github, rather than googlecode (which will be shutdown at the end of 2016).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libnfc/libnfc-1.4.2.ebuild')
-rw-r--r-- | dev-libs/libnfc/libnfc-1.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libnfc/libnfc-1.4.2.ebuild b/dev-libs/libnfc/libnfc-1.4.2.ebuild index dfdf5ec8116c..211004da5ba1 100644 --- a/dev-libs/libnfc/libnfc-1.4.2.ebuild +++ b/dev-libs/libnfc/libnfc-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="Near Field Communications (NFC) library" HOMEPAGE="http://www.libnfc.org/" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" |