public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-tools/
Date: Mon, 16 Mar 2020 07:21:57 +0000 (UTC)	[thread overview]
Message-ID: <1584343183.736c91b8e8da2e17b6618b0cb1553d5a20d59d28.zlogene@gentoo> (raw)

commit:     736c91b8e8da2e17b6618b0cb1553d5a20d59d28
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 07:19:43 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 07:19:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736c91b8

sys-apps/pcsc-tools: Version bump (v1.5.6)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-apps/pcsc-tools/Manifest                |  1 +
 sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild | 62 +++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/sys-apps/pcsc-tools/Manifest b/sys-apps/pcsc-tools/Manifest
index 0f5fa654df9..c74d6bf755e 100644
--- a/sys-apps/pcsc-tools/Manifest
+++ b/sys-apps/pcsc-tools/Manifest
@@ -1,2 +1,3 @@
 DIST pcsc-tools-1.5.3.tar.bz2 267564 BLAKE2B b060e6fc923c6274d38c364325c367f793acf2979f2410c92857cce7483ebbb59db07657bc27be6d5a799f7f85da45782c4f1a9bbf7c450b43d533dce54755e7 SHA512 da5b362b7a3a6d47dd309ff217e6dd8af29298501db5e898ecd68762020ce62fc982132205f9bbee159a7d7eac549fdb8f25395416bb52bc0d0c888a5b0fa1a0
 DIST pcsc-tools-1.5.5.tar.bz2 287752 BLAKE2B dd0563f75c2b1cd05f21916287ff98c8b5f0c444b71ac7cda4da3a9dbf2db58f92555d54029a73feffd651b42ccae820670df1a90c8541eab188bf66b51ad114 SHA512 b34eaea663274e03790e409909ddb9819b20882795af2618068f59532e2f79973b22b4d0c468a0bb4338c74d1ceca310e8c60005fb1d15ab4f34053125ece3bf
+DIST pcsc-tools-1.5.6.tar.bz2 289691 BLAKE2B 35dd50a3a8babff89f9e5d769ef70a573e58b2780d680c82dfa07177a3daaf527b5ccca665c901f9667ca4a81719916bd5aebb2e9b1b4d0301001498fe587832 SHA512 94076ed5af698afcec05da9645d7108c02c110fd0ee5efecbd8e0c7eb5ed9a55ee857d23b79ab2ccb93847f8a36f996fa9d521d999395f63274d4bf1d9cf3d26

diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild b/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild
new file mode 100644
index 00000000000..aae8a0221d7
--- /dev/null
+++ b/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs xdg-utils
+
+DESCRIPTION="PC/SC Architecture smartcard tools"
+HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
+SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="gtk network-cron"
+
+DEPEND=">=sys-apps/pcsc-lite-1.4.14"
+RDEPEND="${DEPEND}
+	dev-perl/pcsc-perl
+	gtk? ( dev-perl/Gtk2 )"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=(
+	README Changelog
+)
+
+src_compile() {
+	# explicitly only build the pcsc_scan application, or the man
+	# pages will be gzipped first, and then unpacked.
+	emake pcsc_scan CC=$(tc-getCC)
+}
+
+src_install() {
+	einstalldocs
+
+	# install manually, makes it much easier since the Makefile
+	# requires fiddling with
+	dobin ATR_analysis scriptor pcsc_scan
+	doman pcsc_scan.1 scriptor.1p ATR_analysis.1p
+
+	if use gtk; then
+		domenu gscriptor.desktop
+		dobin gscriptor
+		doman gscriptor.1p
+	fi
+
+	if use network-cron ; then
+		exeinto /etc/cron.monthly
+		newexe "${FILESDIR}"/smartcard.cron update-smartcard_list
+	fi
+
+	insinto /usr/share/pcsc
+	doins smartcard_list.txt
+}
+
+pkg_postinst() {
+	use gtk && xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


             reply	other threads:[~2020-03-16  7:22 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-16  7:21 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14  6:39 [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-tools/ Sam James
2025-03-13  1:28 Sam James
2025-03-13  1:28 Sam James
2025-03-13  1:11 Sam James
2025-03-13  0:53 Sam James
2025-02-09  6:23 Sam James
2024-02-02 16:27 Arthur Zamarin
2024-02-02 14:58 Arthur Zamarin
2024-02-02  6:40 Sam James
2024-02-02  3:58 Sam James
2024-01-23 15:08 Sam James
2024-01-18  0:28 Sam James
2024-01-17  8:53 Arthur Zamarin
2024-01-17  5:55 Sam James
2024-01-02  7:01 Sam James
2023-11-30  3:49 Sam James
2023-10-08 18:38 David Seifert
2023-04-23 20:48 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:22 Sam James
2023-03-23  9:08 Sam James
2023-03-23  9:08 Sam James
2023-03-23  9:08 Sam James
2023-03-04 11:48 Arthur Zamarin
2023-03-04 11:03 Arthur Zamarin
2023-03-04  8:57 Arthur Zamarin
2023-03-04  6:17 Arthur Zamarin
2023-01-01  0:04 Sam James
2022-12-26  8:35 Sam James
2022-11-25  5:44 Sam James
2022-11-25  5:39 Sam James
2022-11-25  5:21 Sam James
2022-11-25  5:04 Sam James
2022-10-29 21:32 Sam James
2022-10-04  6:30 Arthur Zamarin
2022-09-05  1:14 Sam James
2022-09-03 21:59 David Seifert
2022-09-03 10:59 David Seifert
2022-09-01 13:28 Jakov Smolić
2022-09-01 13:28 Jakov Smolić
2022-09-01 13:27 Jakov Smolić
2022-09-01 13:27 Jakov Smolić
2022-06-22 11:57 Jakov Smolić
2022-06-19  1:55 Sam James
2022-03-26  0:01 Sam James
2020-07-12 16:33 Mikle Kolyada
2020-07-12 16:32 Mikle Kolyada
2020-07-12 16:28 Mikle Kolyada
2020-03-16  7:21 Mikle Kolyada
2020-03-16  7:21 Mikle Kolyada
2020-01-27 19:09 Mikle Kolyada
2020-01-08 20:46 Mikle Kolyada
2020-01-08 16:57 Mikle Kolyada
2020-01-08 16:57 Mikle Kolyada
2019-11-18 22:17 Aaron Bauman
2018-09-27 23:55 Alon Bar-Lev
2018-09-01  7:21 Alon Bar-Lev
2017-03-19  4:12 Kent Fredric
2016-07-16 22:34 Manuel Rüger
2016-03-25 15:00 Manuel Rüger
2016-03-25 15:00 Manuel Rüger
2015-11-12 22:10 Manuel Rüger
2015-08-26  1:12 Manuel Rüger
2015-08-11 20:09 Alon Bar-Lev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1584343183.736c91b8e8da2e17b6618b0cb1553d5a20d59d28.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox