* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2016-01-14 19:55 Mike Auty
0 siblings, 0 replies; 11+ messages in thread
From: Mike Auty @ 2016-01-14 19:55 UTC (permalink / raw
To: gentoo-commits
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 )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2016-12-21 19:52 Mike Auty
0 siblings, 0 replies; 11+ messages in thread
From: Mike Auty @ 2016-12-21 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 4bb76f00618d5c92a0c91b0274c186d65136ded0
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 19:51:55 2016 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 19:51:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb76f00
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
dev-libs/libnfc/Manifest | 2 --
dev-libs/libnfc/libnfc-1.4.2.ebuild | 4 ++--
dev-libs/libnfc/libnfc-1.5.0.ebuild | 31 ------------------------
dev-libs/libnfc/libnfc-1.5.1-r1.ebuild | 4 ++--
dev-libs/libnfc/libnfc-1.5.1.ebuild | 35 ---------------------------
dev-libs/libnfc/libnfc-1.7.0-r1.ebuild | 44 ----------------------------------
6 files changed, 4 insertions(+), 116 deletions(-)
diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index 70a7a2d..fdb07d1 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,5 +1,3 @@
DIST libnfc-1.4.2.tar.gz 487310 SHA256 295ad8a0dc0e4469d9f10589449a9a04eed284a2e7faf398e91d84a89ca91bfa SHA512 96710f1a808ab1cf90d86f687ec82339a3efab78253f840fba0188c01beadb326f1b521b67a8b7d47b217eae63ff6c5ec3906b4cbd743afa970aecf801b448ef WHIRLPOOL ab483d6e199f2cd0ff548c422e49836588308d8fd8e99f4484bc0efbad85e9a3201fe508e1b3c3c761f170981ef04030159ef0c27853da91fb151367a7775f96
-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.4.2.ebuild b/dev-libs/libnfc/libnfc-1.4.2.ebuild
index dfdf5ec..211004d 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"
diff --git a/dev-libs/libnfc/libnfc-1.5.0.ebuild b/dev-libs/libnfc/libnfc-1.5.0.ebuild
deleted file mode 100644
index dfdf5ec..00000000
--- a/dev-libs/libnfc/libnfc-1.5.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="doc"
-
-RDEPEND="sys-apps/pcsc-lite
- virtual/libusb:0"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_compile() {
- emake || die "Failed to compile."
- use doc && doxygen
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "Failed to install properly."
- use doc && dohtml "${S}"/doc/html/*
-}
diff --git a/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild b/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild
index 42defea..ea13df6 100644
--- a/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild
+++ b/dev-libs/libnfc/libnfc-1.5.1-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$
@@ -8,7 +8,7 @@ inherit eutils toolchain-funcs
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"
diff --git a/dev-libs/libnfc/libnfc-1.5.1.ebuild b/dev-libs/libnfc/libnfc-1.5.1.ebuild
deleted file mode 100644
index f0d4654..00000000
--- a/dev-libs/libnfc/libnfc-1.5.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="doc"
-
-RDEPEND="sys-apps/pcsc-lite
- virtual/libusb:0"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.5.1-glibc-2.17.patch"
-}
-
-src_compile() {
- emake || die "Failed to compile."
- use doc && doxygen
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "Failed to install properly."
- use doc && dohtml "${S}"/doc/html/*
-}
diff --git a/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild b/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild
deleted file mode 100644
index 8f91f47..00000000
--- a/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc pcsc-lite readline static-libs usb"
-
-RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
- readline? ( sys-libs/readline:0 )
- usb? ( virtual/libusb:0 )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_configure() {
- local drivers="arygon,pn532_uart,pn532_spi,pn532_i2c,acr122s"
- use pcsc-lite && drivers+=",acr122_pcsc"
- use usb && drivers+=",pn53x_usb,acr122_usb"
- econf \
- --with-drivers="${drivers}" \
- $(use_enable doc) \
- $(use_with readline) \
- $(use_enable static-libs static)
-}
-
-src_compile() {
- default
- use doc && doxygen
-}
-
-src_install() {
- default
- use static-libs || find "${ED}" -name 'lib*.la' -delete
- use doc && dohtml "${S}"/doc/html/*
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2019-11-14 0:47 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2019-11-14 0:47 UTC (permalink / raw
To: gentoo-commits
commit: 54a709444abb8cf35565e6f040da61ce8f2c8a34
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 00:33:10 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 00:33:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a70944
dev-libs/libnfc: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-libs/libnfc/Manifest | 2 --
dev-libs/libnfc/libnfc-1.4.2.ebuild | 30 --------------------
dev-libs/libnfc/libnfc-1.5.1-r1.ebuild | 51 ----------------------------------
3 files changed, 83 deletions(-)
diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index b0e2f0ee428..d9ffddf1518 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,3 +1 @@
-DIST libnfc-1.4.2.tar.gz 487310 BLAKE2B 9a92bebcdf5e28245b8087799d65ee67b3133d737aba781af19732bf839d16c40509ef5d87bca67a2946925a5265ad2b949bbbc93dd180c9b146615fae6e2483 SHA512 96710f1a808ab1cf90d86f687ec82339a3efab78253f840fba0188c01beadb326f1b521b67a8b7d47b217eae63ff6c5ec3906b4cbd743afa970aecf801b448ef
-DIST libnfc-1.5.1.tar.gz 534349 BLAKE2B b7d1654f596040dff81d8f6c42c9a587827051adb6883c70f51d6ed3a7839d981be921d0fac96697e18f66cdea93f1ca476bb48aae6e01d3ac9c8e59032e1820 SHA512 1b496b9368f0a19f5286c63c17ddf9c8afa3bae5106c8a85d89bbb8bb700948782722c30d9703d4348b45f362b47f5d63cbc0d7b4a4fe7d31dbbaedfa3354533
DIST libnfc-1.7.1.tar.bz2 484309 BLAKE2B 7a86394e8902421410d54de2b2710cee7ea34a6f950f6d76ec59d24d6e46798cd10a9725f405c729df44da84b810b5853a5eef0ec5f2a10ccbcf7585d33f34ef SHA512 6a03d197c450c0ab8f2d16ae8c1f80e206fa909ece84a32dbb962acd0f7ef693a419608cdaa4c2207a1d2593599e44479520d7413eace7fca19d3230442e506c
diff --git a/dev-libs/libnfc/libnfc-1.4.2.ebuild b/dev-libs/libnfc/libnfc-1.4.2.ebuild
deleted file mode 100644
index 513d1ac1683..00000000000
--- a/dev-libs/libnfc/libnfc-1.4.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/"
-SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="sys-apps/pcsc-lite
- virtual/libusb:0"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_compile() {
- emake || die "Failed to compile."
- use doc && doxygen
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "Failed to install properly."
- use doc && dohtml "${S}"/doc/html/*
-}
diff --git a/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild b/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild
deleted file mode 100644
index 8621ed61ec1..00000000000
--- a/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/"
-SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc pcsc-lite readline static-libs usb"
-
-RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
- readline? ( sys-libs/readline )
- usb? ( virtual/libusb:0 )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.5.1-glibc-2.17.patch"
-}
-
-src_configure() {
- # Upstream doesn't use the right macro, so we need to force this.
- # https://code.google.com/p/libnfc/issues/detail?id=249
- export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
-
- local drivers="arygon,pn532_uart"
- use pcsc-lite && drivers+=",acr122"
- use usb && drivers+=",pn53x_usb"
- econf \
- --with-drivers="${drivers}" \
- $(use_enable doc) \
- $(use_with readline) \
- $(use_enable static-libs static)
-}
-
-src_compile() {
- default
- use doc && doxygen
-}
-
-src_install() {
- default
- use static-libs || find "${ED}" -name 'lib*.la' -delete
- use doc && dohtml "${S}"/doc/html/*
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2020-05-21 16:27 Rick Farina
0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2020-05-21 16:27 UTC (permalink / raw
To: gentoo-commits
commit: d4c7a24aa8dba24b821e00dff79738f3e5c70ce7
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 16:27:09 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu May 21 16:27:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c7a24a
dev-libs/libnfc: bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-libs/libnfc/Manifest | 1 +
dev-libs/libnfc/libnfc-1.7.2.ebuild | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index d9ffddf1518..f145b7da324 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1 +1,2 @@
DIST libnfc-1.7.1.tar.bz2 484309 BLAKE2B 7a86394e8902421410d54de2b2710cee7ea34a6f950f6d76ec59d24d6e46798cd10a9725f405c729df44da84b810b5853a5eef0ec5f2a10ccbcf7585d33f34ef SHA512 6a03d197c450c0ab8f2d16ae8c1f80e206fa909ece84a32dbb962acd0f7ef693a419608cdaa4c2207a1d2593599e44479520d7413eace7fca19d3230442e506c
+DIST libnfc-1.7.2.tar.bz2 534821 BLAKE2B 015634a696aeda77abdb53ab658504d0183b8d8d5899f368b122660d6527cf4d3ec988147082620d87d007ea33320acfde6cc013c9257b9c62fa4fb99528eeeb SHA512 c93ab10667998b6c6bf948082253715762ae91699d3e035f1149cebf6d3881cbc2ab570976c70cd12f886f76a18a82ac048fad0664512d1cd553c0fd1fdf7674
diff --git a/dev-libs/libnfc/libnfc-1.7.2.ebuild b/dev-libs/libnfc/libnfc-1.7.2.ebuild
new file mode 100644
index 00000000000..cb49692161f
--- /dev/null
+++ b/dev-libs/libnfc/libnfc-1.7.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Near Field Communications (NFC) library"
+HOMEPAGE="http://www.libnfc.org/"
+SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc pcsc-lite readline static-libs usb"
+
+RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
+ readline? ( sys-libs/readline:0 )
+ usb? ( virtual/libusb:0 )"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )"
+
+src_configure() {
+ local drivers="arygon,pn532_uart,pn532_spi,pn532_i2c,acr122s"
+ use pcsc-lite && drivers+=",acr122_pcsc"
+ use usb && drivers+=",pn53x_usb,acr122_usb"
+ econf \
+ --with-drivers="${drivers}" \
+ $(use_enable doc) \
+ $(use_with readline) \
+ $(use_enable static-libs static)
+}
+
+src_compile() {
+ default
+ use doc && doxygen
+}
+
+src_install() {
+ default
+ use static-libs || find "${ED}" -name 'lib*.la' -delete
+ use doc && dohtml "${S}"/doc/html/*
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2020-07-01 19:24 Rick Farina
0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2020-07-01 19:24 UTC (permalink / raw
To: gentoo-commits
commit: 116a55a8c8997289deba097e1d3954e3dbb8898a
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 1 19:16:47 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Jul 1 19:24:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116a55a8
dev-libs/libnfc: bumpity bump
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-libs/libnfc/Manifest | 1 +
dev-libs/libnfc/libnfc-1.8.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index f145b7da324..79395283928 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,2 +1,3 @@
DIST libnfc-1.7.1.tar.bz2 484309 BLAKE2B 7a86394e8902421410d54de2b2710cee7ea34a6f950f6d76ec59d24d6e46798cd10a9725f405c729df44da84b810b5853a5eef0ec5f2a10ccbcf7585d33f34ef SHA512 6a03d197c450c0ab8f2d16ae8c1f80e206fa909ece84a32dbb962acd0f7ef693a419608cdaa4c2207a1d2593599e44479520d7413eace7fca19d3230442e506c
DIST libnfc-1.7.2.tar.bz2 534821 BLAKE2B 015634a696aeda77abdb53ab658504d0183b8d8d5899f368b122660d6527cf4d3ec988147082620d87d007ea33320acfde6cc013c9257b9c62fa4fb99528eeeb SHA512 c93ab10667998b6c6bf948082253715762ae91699d3e035f1149cebf6d3881cbc2ab570976c70cd12f886f76a18a82ac048fad0664512d1cd553c0fd1fdf7674
+DIST libnfc-1.8.0.tar.bz2 553511 BLAKE2B 060ef4f24b3387393faf43f37a3a245177cb9697d42df1a8e8e5155af8b6e7b818b4bd710ff73929bde39274eda0235d111627cfd3931bd3fe9addde10af0fad SHA512 aa8762ecb5b94167d20346f2c81491bb5b634bcedbf2aae3e2efdb301bca89ceb7c2e15148d0934fdc1cce6d77ee0225e28e84893232999fdc09d8a90ae2a7c5
diff --git a/dev-libs/libnfc/libnfc-1.8.0.ebuild b/dev-libs/libnfc/libnfc-1.8.0.ebuild
new file mode 100644
index 00000000000..cb49692161f
--- /dev/null
+++ b/dev-libs/libnfc/libnfc-1.8.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Near Field Communications (NFC) library"
+HOMEPAGE="http://www.libnfc.org/"
+SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc pcsc-lite readline static-libs usb"
+
+RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
+ readline? ( sys-libs/readline:0 )
+ usb? ( virtual/libusb:0 )"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )"
+
+src_configure() {
+ local drivers="arygon,pn532_uart,pn532_spi,pn532_i2c,acr122s"
+ use pcsc-lite && drivers+=",acr122_pcsc"
+ use usb && drivers+=",pn53x_usb,acr122_usb"
+ econf \
+ --with-drivers="${drivers}" \
+ $(use_enable doc) \
+ $(use_with readline) \
+ $(use_enable static-libs static)
+}
+
+src_compile() {
+ default
+ use doc && doxygen
+}
+
+src_install() {
+ default
+ use static-libs || find "${ED}" -name 'lib*.la' -delete
+ use doc && dohtml "${S}"/doc/html/*
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2020-07-12 20:16 Mike Auty
0 siblings, 0 replies; 11+ messages in thread
From: Mike Auty @ 2020-07-12 20:16 UTC (permalink / raw
To: gentoo-commits
commit: c61767d3aad6e3da0cfa00f77cd4bbcb0fae1b9d
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 20:14:21 2020 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 20:15:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61767d3
dev-libs/libnfc: Fix HTML docs (thanks to Jesper Saxtorph)
Closes: https://bugs.gentoo.org/724552
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>
dev-libs/libnfc/Manifest | 1 -
dev-libs/libnfc/libnfc-1.7.1.ebuild | 43 -------------------------------------
dev-libs/libnfc/libnfc-1.7.2.ebuild | 3 ++-
dev-libs/libnfc/libnfc-1.8.0.ebuild | 3 ++-
4 files changed, 4 insertions(+), 46 deletions(-)
diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index 79395283928..cb1593b0a06 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,3 +1,2 @@
-DIST libnfc-1.7.1.tar.bz2 484309 BLAKE2B 7a86394e8902421410d54de2b2710cee7ea34a6f950f6d76ec59d24d6e46798cd10a9725f405c729df44da84b810b5853a5eef0ec5f2a10ccbcf7585d33f34ef SHA512 6a03d197c450c0ab8f2d16ae8c1f80e206fa909ece84a32dbb962acd0f7ef693a419608cdaa4c2207a1d2593599e44479520d7413eace7fca19d3230442e506c
DIST libnfc-1.7.2.tar.bz2 534821 BLAKE2B 015634a696aeda77abdb53ab658504d0183b8d8d5899f368b122660d6527cf4d3ec988147082620d87d007ea33320acfde6cc013c9257b9c62fa4fb99528eeeb SHA512 c93ab10667998b6c6bf948082253715762ae91699d3e035f1149cebf6d3881cbc2ab570976c70cd12f886f76a18a82ac048fad0664512d1cd553c0fd1fdf7674
DIST libnfc-1.8.0.tar.bz2 553511 BLAKE2B 060ef4f24b3387393faf43f37a3a245177cb9697d42df1a8e8e5155af8b6e7b818b4bd710ff73929bde39274eda0235d111627cfd3931bd3fe9addde10af0fad SHA512 aa8762ecb5b94167d20346f2c81491bb5b634bcedbf2aae3e2efdb301bca89ceb7c2e15148d0934fdc1cce6d77ee0225e28e84893232999fdc09d8a90ae2a7c5
diff --git a/dev-libs/libnfc/libnfc-1.7.1.ebuild b/dev-libs/libnfc/libnfc-1.7.1.ebuild
deleted file mode 100644
index 9c11a2bbcaa..00000000000
--- a/dev-libs/libnfc/libnfc-1.7.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/"
-SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc pcsc-lite readline static-libs usb"
-
-RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
- readline? ( sys-libs/readline:0 )
- usb? ( virtual/libusb:0 )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_configure() {
- local drivers="arygon,pn532_uart,pn532_spi,pn532_i2c,acr122s"
- use pcsc-lite && drivers+=",acr122_pcsc"
- use usb && drivers+=",pn53x_usb,acr122_usb"
- econf \
- --with-drivers="${drivers}" \
- $(use_enable doc) \
- $(use_with readline) \
- $(use_enable static-libs static)
-}
-
-src_compile() {
- default
- use doc && doxygen
-}
-
-src_install() {
- default
- use static-libs || find "${ED}" -name 'lib*.la' -delete
- use doc && dohtml "${S}"/doc/html/*
-}
diff --git a/dev-libs/libnfc/libnfc-1.7.2.ebuild b/dev-libs/libnfc/libnfc-1.7.2.ebuild
index cb49692161f..102f2a1983e 100644
--- a/dev-libs/libnfc/libnfc-1.7.2.ebuild
+++ b/dev-libs/libnfc/libnfc-1.7.2.ebuild
@@ -39,5 +39,6 @@ src_compile() {
src_install() {
default
use static-libs || find "${ED}" -name 'lib*.la' -delete
- use doc && dohtml "${S}"/doc/html/*
+ use doc && HTML_DOCS=( "${S}"/doc/html/* )
+ einstalldocs
}
diff --git a/dev-libs/libnfc/libnfc-1.8.0.ebuild b/dev-libs/libnfc/libnfc-1.8.0.ebuild
index cb49692161f..102f2a1983e 100644
--- a/dev-libs/libnfc/libnfc-1.8.0.ebuild
+++ b/dev-libs/libnfc/libnfc-1.8.0.ebuild
@@ -39,5 +39,6 @@ src_compile() {
src_install() {
default
use static-libs || find "${ED}" -name 'lib*.la' -delete
- use doc && dohtml "${S}"/doc/html/*
+ use doc && HTML_DOCS=( "${S}"/doc/html/* )
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2021-10-12 8:50 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2021-10-12 8:50 UTC (permalink / raw
To: gentoo-commits
commit: 5a2fd2d54dfeaaa6de97839c92700683cde35505
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 08:50:27 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 08:50:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2fd2d5
dev-libs/libnfc: drop 1.7.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/libnfc/Manifest | 1 -
dev-libs/libnfc/libnfc-1.7.2.ebuild | 42 -------------------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index cb1593b0a06..91ff92c50e1 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,2 +1 @@
-DIST libnfc-1.7.2.tar.bz2 534821 BLAKE2B 015634a696aeda77abdb53ab658504d0183b8d8d5899f368b122660d6527cf4d3ec988147082620d87d007ea33320acfde6cc013c9257b9c62fa4fb99528eeeb SHA512 c93ab10667998b6c6bf948082253715762ae91699d3e035f1149cebf6d3881cbc2ab570976c70cd12f886f76a18a82ac048fad0664512d1cd553c0fd1fdf7674
DIST libnfc-1.8.0.tar.bz2 553511 BLAKE2B 060ef4f24b3387393faf43f37a3a245177cb9697d42df1a8e8e5155af8b6e7b818b4bd710ff73929bde39274eda0235d111627cfd3931bd3fe9addde10af0fad SHA512 aa8762ecb5b94167d20346f2c81491bb5b634bcedbf2aae3e2efdb301bca89ceb7c2e15148d0934fdc1cce6d77ee0225e28e84893232999fdc09d8a90ae2a7c5
diff --git a/dev-libs/libnfc/libnfc-1.7.2.ebuild b/dev-libs/libnfc/libnfc-1.7.2.ebuild
deleted file mode 100644
index ae5228fdac7..00000000000
--- a/dev-libs/libnfc/libnfc-1.7.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/"
-SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc pcsc-lite readline static-libs usb"
-
-RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
- readline? ( sys-libs/readline:0 )
- usb? ( virtual/libusb:0 )"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-doc/doxygen )"
-
-src_configure() {
- local drivers="arygon,pn532_uart,pn532_spi,pn532_i2c,acr122s"
- use pcsc-lite && drivers+=",acr122_pcsc"
- use usb && drivers+=",pn53x_usb,acr122_usb"
- econf \
- --with-drivers="${drivers}" \
- $(use_enable doc) \
- $(use_with readline) \
- $(use_enable static-libs static)
-}
-
-src_compile() {
- default
- use doc && doxygen
-}
-
-src_install() {
- default
- use static-libs || find "${ED}" -name 'lib*.la' -delete
- use doc && HTML_DOCS=( "${S}"/doc/html/* )
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2021-10-12 8:50 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2021-10-12 8:50 UTC (permalink / raw
To: gentoo-commits
commit: aeef62f2fe59cd05c3e55b4bd5d46cf313ffdf82
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 08:50:28 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 08:50:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeef62f2
dev-libs/libnfc: Fix pcsc-lite support
* EAPI 8
* missing pkg-config dep
* simpler USE=doc handling
* remove USE=static-libs
Closes: https://bugs.gentoo.org/816891
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...{libnfc-1.8.0.ebuild => libnfc-1.8.0-r1.ebuild} | 33 +++++++++++++---------
1 file changed, 20 insertions(+), 13 deletions(-)
diff --git a/dev-libs/libnfc/libnfc-1.8.0.ebuild b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
similarity index 55%
rename from dev-libs/libnfc/libnfc-1.8.0.ebuild
rename to dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
index ae5228fdac7..fba699e4b06 100644
--- a/dev-libs/libnfc/libnfc-1.8.0.ebuild
+++ b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Near Field Communications (NFC) library"
HOMEPAGE="http://www.libnfc.org/"
@@ -10,33 +10,40 @@ SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc pcsc-lite readline static-libs usb"
+IUSE="doc pcsc-lite readline usb"
-RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
- readline? ( sys-libs/readline:0 )
+RDEPEND="
+ pcsc-lite? ( sys-apps/pcsc-lite )
+ readline? ( sys-libs/readline:= )
usb? ( virtual/libusb:0 )"
DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )"
src_configure() {
local drivers="arygon,pn532_uart,pn532_spi,pn532_i2c,acr122s"
- use pcsc-lite && drivers+=",acr122_pcsc"
- use usb && drivers+=",pn53x_usb,acr122_usb"
+ drivers+=$(usev pcsc-lite ",acr122_pcsc,pcsc")
+ drivers+=$(usev usb ",pn53x_usb,acr122_usb")
econf \
--with-drivers="${drivers}" \
$(use_enable doc) \
- $(use_with readline) \
- $(use_enable static-libs static)
+ $(use_with readline)
}
src_compile() {
default
- use doc && doxygen
+
+ if use doc; then
+ doxygen || die
+ HTML_DOCS=( "${S}"/doc/html/. )
+ fi
}
src_install() {
default
- use static-libs || find "${ED}" -name 'lib*.la' -delete
- use doc && HTML_DOCS=( "${S}"/doc/html/* )
- einstalldocs
+ find "${ED}" -name '*.la' -delete || die
+
+ insinto /etc/nfc
+ newins libnfc.conf.sample libnfc.conf
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2023-01-14 23:25 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-01-14 23:25 UTC (permalink / raw
To: gentoo-commits
commit: b05a2d5ea8241652965bc0a06d4a89f026c04595
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Jan 11 16:02:15 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 23:23:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05a2d5e
dev-libs/libnfc: add myself as a maintainer
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29068
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libnfc/libnfc-1.8.0-r1.ebuild | 2 +-
dev-libs/libnfc/metadata.xml | 10 ++++++++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
index fba699e4b06a..e07eb4d29c0b 100644
--- a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
+++ b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
diff --git a/dev-libs/libnfc/metadata.xml b/dev-libs/libnfc/metadata.xml
index 32b502630c84..1fbb553b1fb7 100644
--- a/dev-libs/libnfc/metadata.xml
+++ b/dev-libs/libnfc/metadata.xml
@@ -1,12 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person" proxied="yes">
+ <email>mario.haustein@hrz.tu-chemnitz.de</email>
+ <name>Mario Haustein</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<use>
<flag name="pcsc-lite">Enable NFC drivers that require pcsc-lite</flag>
</use>
<upstream>
- <remote-id type="google-code">libnfc</remote-id>
<remote-id type="github">nfc-tools/libnfc</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2023-02-26 17:12 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-02-26 17:12 UTC (permalink / raw
To: gentoo-commits
commit: 26106d2ca1c420bf259e8a1c9b0d4e77903f6cbd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 17:12:44 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 17:12:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26106d2c
dev-libs/libnfc: Stabilize 1.8.0-r1 x86, #897876
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/libnfc/libnfc-1.8.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
index e07eb4d29c0b..5504b1ada883 100644
--- a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
+++ b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
IUSE="doc pcsc-lite readline usb"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/
@ 2023-02-26 19:03 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-02-26 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 45365d2f684237b60dde16ab24811b172c308df2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 19:03:00 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 19:03:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45365d2f
dev-libs/libnfc: Stabilize 1.8.0-r1 amd64, #897876
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/libnfc/libnfc-1.8.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
index 5504b1ada883..afe0ceeb6565 100644
--- a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
+++ b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="doc pcsc-lite readline usb"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-02-26 19:03 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-26 19:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-02-26 17:12 Arthur Zamarin
2023-01-14 23:25 Sam James
2021-10-12 8:50 David Seifert
2021-10-12 8:50 David Seifert
2020-07-12 20:16 Mike Auty
2020-07-01 19:24 Rick Farina
2020-05-21 16:27 Rick Farina
2019-11-14 0:47 Aaron Bauman
2016-12-21 19:52 Mike Auty
2016-01-14 19:55 Mike Auty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox