From: "Mike Auty" <ikelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
Date: Thu, 14 Jan 2016 19:55:24 +0000 (UTC) [thread overview]
Message-ID: <1452801299.a40cf3fc770596d0fedefd7a2c0e5fc3d70c6ae3.ikelos@gentoo> (raw)
commit: a40cf3fc770596d0fedefd7a2c0e5fc3d70c6ae3
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 19:54:59 2016 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 19:54:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40cf3fc
dev-libs/libnfc: Bump to 1.7.1 (fixes bug 571712).
Also fixes the readline repoman warning about no slot.
Package-Manager: portage-2.2.26
dev-libs/libnfc/Manifest | 1 +
dev-libs/libnfc/libnfc-1.7.0-r1.ebuild | 4 ++--
dev-libs/libnfc/{libnfc-1.7.0-r1.ebuild => libnfc-1.7.1.ebuild} | 6 +++---
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index af5d017..70a7a2d 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -2,3 +2,4 @@ DIST libnfc-1.4.2.tar.gz 487310 SHA256 295ad8a0dc0e4469d9f10589449a9a04eed284a2e
DIST libnfc-1.5.0.tar.gz 502506 SHA256 fae2910645ac71a0b7707d693d1521f210019fdf3437203b3d779951ddcb7e85 SHA512 d144d54b55fc67717c8b62f176e69d4e77163ecdf17fb4cffce8034ac1dc3ef26307e35e9e24f48d12d96a65619b635161f773d84a4c14d19ee4576d7b876375 WHIRLPOOL 03966d896a826099be0c780281c9a9c76b7f4fd5834b557a2f1e1caf3d9ecc50c733feff14db3fa4ef858a09cd053de93685efb2176c4523e55787fa52fffb33
DIST libnfc-1.5.1.tar.gz 534349 SHA256 5c0f33465051704a67c63f6ca9782d69b0d7ac4962ea5f996829834d1327f4f7 SHA512 1b496b9368f0a19f5286c63c17ddf9c8afa3bae5106c8a85d89bbb8bb700948782722c30d9703d4348b45f362b47f5d63cbc0d7b4a4fe7d31dbbaedfa3354533 WHIRLPOOL 4b5ec3d59254c1e5bfbb92a64b81031eb03e6dc8c296eaf3d477e0ef985872f896b8a2a297d8f9ba6ae0561c59a91d4f05e1c54e1a613347ae5f3de7778f337b
DIST libnfc-1.7.0.tar.bz2 472209 SHA256 f14df0727c301f9149608dc6e1fbad81ec48372dcd7a364ac1cb805a7a2b2b8b SHA512 f5a07b2f1438030f43715f402b756a6c8d07749866004fa74e473dbd302cb64d278413c18c7e93e80be093d2d1322d85b9df868aa640be27b6367245ab7365d5 WHIRLPOOL 4f56a3a71e7151710c19ba0debdd998e36c4fbae2a7451ccd92fe498bd346333fe63b68aedf427f948f70d8ed7ce706d302cb975c1ab899d911e87060d5a4243
+DIST libnfc-1.7.1.tar.bz2 484309 SHA256 945e74d8e27683f9b8a6f6e529557b305d120df347a960a6a7ead6cb388f4072 SHA512 6a03d197c450c0ab8f2d16ae8c1f80e206fa909ece84a32dbb962acd0f7ef693a419608cdaa4c2207a1d2593599e44479520d7413eace7fca19d3230442e506c WHIRLPOOL 005b88b81ed4ca1e6a6a3af3ad713804979b60bde0c440537f555ab973d3654101d6d5aceaf92d75f0f839008b6b722f4610d041b3ea89f88ca9526ac8707573
diff --git a/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild b/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild
index fb08e9f..8f91f47 100644
--- a/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild
+++ b/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc pcsc-lite readline static-libs usb"
RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
- readline? ( sys-libs/readline )
+ readline? ( sys-libs/readline:0 )
usb? ( virtual/libusb:0 )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
diff --git a/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild b/dev-libs/libnfc/libnfc-1.7.1.ebuild
similarity index 84%
copy from dev-libs/libnfc/libnfc-1.7.0-r1.ebuild
copy to dev-libs/libnfc/libnfc-1.7.1.ebuild
index fb08e9f..1fcdb5b 100644
--- a/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild
+++ b/dev-libs/libnfc/libnfc-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit toolchain-funcs
DESCRIPTION="Near Field Communications (NFC) library"
HOMEPAGE="http://www.libnfc.org/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
+SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc pcsc-lite readline static-libs usb"
RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
- readline? ( sys-libs/readline )
+ readline? ( sys-libs/readline:0 )
usb? ( virtual/libusb:0 )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
next reply other threads:[~2016-01-14 19:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-14 19:55 Mike Auty [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-21 19:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/ Mike Auty
2019-11-14 0:47 Aaron Bauman
2020-05-21 16:27 Rick Farina
2020-07-01 19:24 Rick Farina
2020-07-12 20:16 Mike Auty
2021-10-12 8:50 David Seifert
2021-10-12 8:50 David Seifert
2023-01-14 23:25 Sam James
2023-02-26 17:12 Arthur Zamarin
2023-02-26 19:03 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1452801299.a40cf3fc770596d0fedefd7a2c0e5fc3d70c6ae3.ikelos@gentoo \
--to=ikelos@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox