Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ccid/
Date: Tue, 19 Oct 2021 09:57:34
Message-Id: 1634637436.99b83f06326905e010f9a4a8cf49ddcbe480a619.soap@gentoo
1 commit: 99b83f06326905e010f9a4a8cf49ddcbe480a619
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 19 09:57:16 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 19 09:57:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b83f06
7
8 app-crypt/ccid: drop 1.4.33, 1.4.34
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-crypt/ccid/Manifest | 2 --
13 app-crypt/ccid/ccid-1.4.33.ebuild | 61 ---------------------------------------
14 app-crypt/ccid/ccid-1.4.34.ebuild | 61 ---------------------------------------
15 3 files changed, 124 deletions(-)
16
17 diff --git a/app-crypt/ccid/Manifest b/app-crypt/ccid/Manifest
18 index 6989d2ed624..b5271c5e638 100644
19 --- a/app-crypt/ccid/Manifest
20 +++ b/app-crypt/ccid/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST ccid-1.4.33.tar.bz2 659673 BLAKE2B f8dd37ed4fd2bd15e6313417dc01feecd0303502d24eeae101ad13233510b5e26b08439c4de453abc734695618faa1c8031e545d045527aa841ab9056a3d729e SHA512 ccfcecbaca4c8f1ee4a4925bd313ced6d6f15ad422cbcc387627aef203a9ae0ff7775c4a2c5d25978ab33ebfd93c34de50e1f783df787b77ea7c774a45ed126b
23 -DIST ccid-1.4.34.tar.bz2 667477 BLAKE2B 81f8f97fdb4526fa2f0bfe0890cc447c87671989159022a51fa15ed6e85760f7fc3a9b3f673e2cbf72373a9fc67df5304c0a93a945b97f5ad483de213f5b1a45 SHA512 8a71c100e2f0adfd6de89a86dab6690629b10c91d1fddc0a810df2ebeaea978eaaa7c6a21fa964b5cd1ea277b0efe75a2885b490f9bd9ac4776b8ff1848e4122
24 DIST ccid-1.4.35.tar.bz2 676789 BLAKE2B d1123c024a798a22906a5c2c2e35f5485b8d2252ddec28571af835bbf169bc5abeb26fea871ef70d67270cc1eb52f992c56f0abb74f6deed555f15e39dbf4756 SHA512 da990b5537ec35baa1b36b9c4be7f1bdccfc149cfa4ce024ddf59504f2a2044273057c1454f227fdad8f6b04fceaf48b88e70d4d0a5475384749b367529deaeb
25 DIST ccid-1.4.36.tar.bz2 677047 BLAKE2B b3d48f1c51b64d260b7055251fb04aeea4a22cc5d4f024bb972a9a9874b1bdf4b75b9daf8cd7c9f26000b04e7d4c1779e20a26d4927aa1e403cd274f548b71b5 SHA512 e9ca3f5364c6cec988edad325c1ef1b35886e3ecb15d6e1409c989b9f669fbda3f0688e246e3976b58eacc0ed035cde36e65675abf12562e81c3630d4ce67773
26
27 diff --git a/app-crypt/ccid/ccid-1.4.33.ebuild b/app-crypt/ccid/ccid-1.4.33.ebuild
28 deleted file mode 100644
29 index 746a54f09fa..00000000000
30 --- a/app-crypt/ccid/ccid-1.4.33.ebuild
31 +++ /dev/null
32 @@ -1,61 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit toolchain-funcs udev
39 -
40 -DESCRIPTION="CCID free software driver"
41 -HOMEPAGE="https://ccid.apdu.fr https://github.com/LudovicRousseau/CCID"
42 -SRC_URI="https://ccid.apdu.fr/files/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
47 -IUSE="twinserial kobil-midentity +usb"
48 -
49 -RDEPEND=">=sys-apps/pcsc-lite-1.8.3
50 - usb? ( virtual/libusb:1 )"
51 -DEPEND="${RDEPEND}"
52 -BDEPEND="kernel_linux? ( virtual/pkgconfig )"
53 -
54 -DOCS=( README.md AUTHORS )
55 -
56 -src_configure() {
57 - econf \
58 - LEX=: \
59 - $(use_enable twinserial) \
60 - $(use_enable usb libusb)
61 -}
62 -
63 -src_compile() {
64 - default
65 - use kobil-midentity && emake -C contrib/Kobil_mIDentity_switch
66 -}
67 -
68 -src_install() {
69 - default
70 -
71 - if use kobil-midentity; then
72 - dosbin contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch
73 - doman contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.8
74 - fi
75 -
76 - if use kernel_linux; then
77 - # note: for eudev support, rules probably will always need to be
78 - # installed to /usr
79 -
80 - # ccid >=1.4.11 version changed the rules drastically in a minor
81 - # release to no longer use the pcscd group. Using the old ones in
82 - # the mean time.
83 - udev_newrules "${FILESDIR}"/92_pcscd_ccid-2.rules 92-pcsc-ccid.rules
84 -
85 - # disable Kobil_mIDentity_switch udev rule with USE=-kobil-midentity
86 - if ! use kobil-midentity; then
87 - sed \
88 - -e '/Kobil_mIDentity_switch/s/^/#/' \
89 - -i "${D}/$(get_udevdir)"/rules.d/92-pcsc-ccid.rules || die
90 - fi
91 -
92 - fi
93 -}
94
95 diff --git a/app-crypt/ccid/ccid-1.4.34.ebuild b/app-crypt/ccid/ccid-1.4.34.ebuild
96 deleted file mode 100644
97 index 54ad487a262..00000000000
98 --- a/app-crypt/ccid/ccid-1.4.34.ebuild
99 +++ /dev/null
100 @@ -1,61 +0,0 @@
101 -# Copyright 1999-2021 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=7
105 -
106 -inherit toolchain-funcs udev
107 -
108 -DESCRIPTION="CCID free software driver"
109 -HOMEPAGE="https://ccid.apdu.fr https://github.com/LudovicRousseau/CCID"
110 -SRC_URI="https://ccid.apdu.fr/files/${P}.tar.bz2"
111 -
112 -LICENSE="GPL-2"
113 -SLOT="0"
114 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
115 -IUSE="twinserial kobil-midentity +usb"
116 -
117 -RDEPEND=">=sys-apps/pcsc-lite-1.8.3
118 - usb? ( virtual/libusb:1 )"
119 -DEPEND="${RDEPEND}"
120 -BDEPEND="kernel_linux? ( virtual/pkgconfig )"
121 -
122 -DOCS=( README.md AUTHORS )
123 -
124 -src_configure() {
125 - econf \
126 - LEX=: \
127 - $(use_enable twinserial) \
128 - $(use_enable usb libusb)
129 -}
130 -
131 -src_compile() {
132 - default
133 - use kobil-midentity && emake -C contrib/Kobil_mIDentity_switch
134 -}
135 -
136 -src_install() {
137 - default
138 -
139 - if use kobil-midentity; then
140 - dosbin contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch
141 - doman contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.8
142 - fi
143 -
144 - if use kernel_linux; then
145 - # note: for eudev support, rules probably will always need to be
146 - # installed to /usr
147 -
148 - # ccid >=1.4.11 version changed the rules drastically in a minor
149 - # release to no longer use the pcscd group. Using the old ones in
150 - # the mean time.
151 - udev_newrules "${FILESDIR}"/92_pcscd_ccid-2.rules 92-pcsc-ccid.rules
152 -
153 - # disable Kobil_mIDentity_switch udev rule with USE=-kobil-midentity
154 - if ! use kobil-midentity; then
155 - sed \
156 - -e '/Kobil_mIDentity_switch/s/^/#/' \
157 - -i "${D}/$(get_udevdir)"/rules.d/92-pcsc-ccid.rules || die
158 - fi
159 -
160 - fi
161 -}