Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acr38u/files/
Date: Thu, 07 Jul 2016 09:05:02
Message-Id: 1467875913.f4e83a56ed9bcec916d8dab555eda1e7a4c4b0ed.monsieurp@gentoo
1 commit: f4e83a56ed9bcec916d8dab555eda1e7a4c4b0ed
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 3 17:11:46 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 07:18:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e83a56
7
8 app-crypt/acr38u: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/1826
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-crypt/acr38u/files/1.7.11.rules | 12 ------------
15 1 file changed, 12 deletions(-)
16
17 diff --git a/app-crypt/acr38u/files/1.7.11.rules b/app-crypt/acr38u/files/1.7.11.rules
18 deleted file mode 100644
19 index eead6bd..0000000
20 --- a/app-crypt/acr38u/files/1.7.11.rules
21 +++ /dev/null
22 @@ -1,12 +0,0 @@
23 -# udev rules to set the access rights of non CCID ACR38u smart card readers
24 -# so they can be used by pcscd
25 -
26 -ACTION!="add", GOTO="pcscd_acr38u_rules_end"
27 -SUBSYSTEM!="usb", GOTO="pcscd_acr38u_rules_end"
28 -ENV{DEVTYPE}!="usb_device", GOTO="pcscd_acr38u_rules_end"
29 -
30 -ATTRS{idVendor}=="072f", ATTRS{idProduct}=="9000", ENV{PCSCD}="1"
31 -ATTRS{idVendor}=="072f", ATTRS{idProduct}=="9006", ENV{PCSCD}="1"
32 -ATTRS{idVendor}=="072f", ATTRS{idProduct}=="90CF", ENV{PCSCD}="1"
33 -
34 -LABEL="pcscd_acr38u_rules_end"