Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-tools/
Date: Sat, 03 Sep 2022 10:59:18
Message-Id: 1662202739.90889c58eeaf4585f8fd0482113227144c42e6d8.soap@gentoo
1 commit: 90889c58eeaf4585f8fd0482113227144c42e6d8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 10:58:59 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 10:58:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90889c58
7
8 sys-apps/pcsc-tools: drop 1.5.6, 1.5.7
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-apps/pcsc-tools/Manifest | 1 -
13 sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild | 62 -----------------------------
14 sys-apps/pcsc-tools/pcsc-tools-1.5.7.ebuild | 62 -----------------------------
15 3 files changed, 125 deletions(-)
16
17 diff --git a/sys-apps/pcsc-tools/Manifest b/sys-apps/pcsc-tools/Manifest
18 index 6299f8f4b920..6fadd922a9c8 100644
19 --- a/sys-apps/pcsc-tools/Manifest
20 +++ b/sys-apps/pcsc-tools/Manifest
21 @@ -1,2 +1 @@
22 -DIST pcsc-tools-1.5.6.tar.bz2 289691 BLAKE2B 35dd50a3a8babff89f9e5d769ef70a573e58b2780d680c82dfa07177a3daaf527b5ccca665c901f9667ca4a81719916bd5aebb2e9b1b4d0301001498fe587832 SHA512 94076ed5af698afcec05da9645d7108c02c110fd0ee5efecbd8e0c7eb5ed9a55ee857d23b79ab2ccb93847f8a36f996fa9d521d999395f63274d4bf1d9cf3d26
23 DIST pcsc-tools-1.5.7.tar.bz2 292637 BLAKE2B f0bfa9f680a2f2b348d2baef4b4b4567008163f47d7d7e6cec694cdc424626c5c6f18c475f0e8d4c5cd49111315b3c8a934fecf30afe90bbebc0a15f8d6f4a1d SHA512 58d70f41c5815297def7d8b64807e960db85719996771ecb43a4320d3f3fc82e2deb133d9ca97b3a4e8e76267294b3339d8883ba4770bdd0071566e1ce457501
24
25 diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild b/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild
26 deleted file mode 100644
27 index 951db2412435..000000000000
28 --- a/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild
29 +++ /dev/null
30 @@ -1,62 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit desktop toolchain-funcs xdg-utils
37 -
38 -DESCRIPTION="PC/SC Architecture smartcard tools"
39 -HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
40 -SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
45 -IUSE="gtk network-cron"
46 -
47 -DEPEND=">=sys-apps/pcsc-lite-1.4.14"
48 -RDEPEND="${DEPEND}
49 - dev-perl/pcsc-perl
50 - gtk? ( dev-perl/Gtk2 )"
51 -BDEPEND="virtual/pkgconfig"
52 -
53 -DOCS=(
54 - README Changelog
55 -)
56 -
57 -src_compile() {
58 - # explicitly only build the pcsc_scan application, or the man
59 - # pages will be gzipped first, and then unpacked.
60 - emake pcsc_scan CC="$(tc-getCC)"
61 -}
62 -
63 -src_install() {
64 - einstalldocs
65 -
66 - # install manually, makes it much easier since the Makefile
67 - # requires fiddling with
68 - dobin ATR_analysis scriptor pcsc_scan
69 - doman pcsc_scan.1 scriptor.1p ATR_analysis.1p
70 -
71 - if use gtk; then
72 - domenu gscriptor.desktop
73 - dobin gscriptor
74 - doman gscriptor.1p
75 - fi
76 -
77 - if use network-cron ; then
78 - exeinto /etc/cron.monthly
79 - newexe "${FILESDIR}"/smartcard.cron update-smartcard_list
80 - fi
81 -
82 - insinto /usr/share/pcsc
83 - doins smartcard_list.txt
84 -}
85 -
86 -pkg_postinst() {
87 - use gtk && xdg_desktop_database_update
88 -}
89 -
90 -pkg_postrm() {
91 - xdg_desktop_database_update
92 -}
93
94 diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.5.7.ebuild b/sys-apps/pcsc-tools/pcsc-tools-1.5.7.ebuild
95 deleted file mode 100644
96 index 18bbcf455751..000000000000
97 --- a/sys-apps/pcsc-tools/pcsc-tools-1.5.7.ebuild
98 +++ /dev/null
99 @@ -1,62 +0,0 @@
100 -# Copyright 1999-2022 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=7
104 -
105 -inherit desktop toolchain-funcs xdg-utils
106 -
107 -DESCRIPTION="PC/SC Architecture smartcard tools"
108 -HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ https://github.com/LudovicRousseau/pcsc-tools"
109 -SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.bz2"
110 -
111 -LICENSE="GPL-2"
112 -SLOT="0"
113 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
114 -IUSE="gtk network-cron"
115 -
116 -DEPEND=">=sys-apps/pcsc-lite-1.4.14"
117 -RDEPEND="${DEPEND}
118 - dev-perl/pcsc-perl
119 - gtk? ( dev-perl/Gtk2 )"
120 -BDEPEND="virtual/pkgconfig"
121 -
122 -DOCS=(
123 - README Changelog
124 -)
125 -
126 -src_compile() {
127 - # explicitly only build the pcsc_scan application, or the man
128 - # pages will be gzipped first, and then unpacked.
129 - emake pcsc_scan CC="$(tc-getCC)"
130 -}
131 -
132 -src_install() {
133 - einstalldocs
134 -
135 - # install manually, makes it much easier since the Makefile
136 - # requires fiddling with
137 - dobin ATR_analysis scriptor pcsc_scan
138 - doman pcsc_scan.1 scriptor.1p ATR_analysis.1p
139 -
140 - if use gtk; then
141 - domenu gscriptor.desktop
142 - dobin gscriptor
143 - doman gscriptor.1p
144 - fi
145 -
146 - if use network-cron ; then
147 - exeinto /etc/cron.monthly
148 - newexe "${FILESDIR}"/smartcard.cron update-smartcard_list
149 - fi
150 -
151 - insinto /usr/share/pcsc
152 - doins smartcard_list.txt
153 -}
154 -
155 -pkg_postinst() {
156 - use gtk && xdg_desktop_database_update
157 -}
158 -
159 -pkg_postrm() {
160 - xdg_desktop_database_update
161 -}