Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682120 - app-office/gnucash net-libs/aqbanking - rename USE=chipcard to USE=smartcard
Summary: app-office/gnucash net-libs/aqbanking - rename USE=chipcard to USE=smartcard
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-31 10:21 UTC by Dennis Schridde
Modified: 2019-10-13 11:40 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2019-03-31 10:21:33 UTC
The "chipcard" use flag is only used by two packages:

$ q use -D chipcard
 local:chipcard:app-office/gnucash: Enable support for chipcard reading and processing.
 local:chipcard:net-libs/aqbanking: Enable support for DDV/RSA-chipcards

Other packages call it "smartcard":

$ q use -D smartcard
 global:smartcard: Enable smartcard support
 local:smartcard:app-crypt/gnupg: Build scdaemon software. Enables usage of OpenPGP cards. For other type of smartcards, try app-crypt/gnupg-pkcs11-scd. Bring in dev-libs/libusb as a dependency; enable scdaemon.
 local:smartcard:app-emulation/qt-virt-manager: Enable smartcard remoting using app-emulation/libcacard
 local:smartcard:app-emulation/spice: Enable smartcard remoting using app-emulation/libcacard
 local:smartcard:dev-java/icedtea: Build the PCSC driver against pcsc-lite
 local:smartcard:net-wireless/wpa_supplicant: Add support for smartcards

Since the library used by many, sys-apps/pcsc-lite, is the same, I assume the same type of cards are meant by both flags.  Hence it would make sense to unify these use flags.
Comment 1 Aaron W. Swenson gentoo-dev 2019-04-10 22:07:06 UTC
I'm okay with changing to smartcard to bring it inline with the majority.
Comment 2 Larry the Git Cow gentoo-dev 2019-10-13 11:40:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f28590183fc5f09849aba01843951212bb80a9d

commit 9f28590183fc5f09849aba01843951212bb80a9d
Author:     Peter Levine <plevine457@gmail.com>
AuthorDate: 2019-09-22 20:28:47 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-10-13 11:40:27 +0000

    app-office/gnucash: Rename chipcard USE flag to smartcard
    
    Closes: https://bugs.gentoo.org/682120
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Peter Levine <plevine457@gmail.com>
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 app-office/gnucash/gnucash-3.7.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d19cd088f69c35b8abbb4454d3bd631223d513

commit 94d19cd088f69c35b8abbb4454d3bd631223d513
Author:     Peter Levine <plevine457@gmail.com>
AuthorDate: 2019-09-22 20:09:09 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-10-13 11:40:26 +0000

    net-libs/aqbanking: Rename chipcard USE flag to smartcard
    
    Bug: https://bugs.gentoo.org/682120
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Peter Levine <plevine457@gmail.com>
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 net-libs/aqbanking/aqbanking-5.8.2-r1.ebuild | 63 ++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)