Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-tools: ChangeLog pcsc-tools-1.4.15.ebuild
Date: Sun, 05 Apr 2009 17:00:51
Message-Id: E1LqViC-0004Fz-Ep@stork.gentoo.org
1 nerdboy 09/04/05 17:00:48
2
3 Modified: ChangeLog pcsc-tools-1.4.15.ebuild
4 Log:
5 Fixed some QA issues and updated the smartcart_list file.
6 (Portage version: 2.2_rc25/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-apps/pcsc-tools/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-tools/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-tools/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-tools/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 23 Jan 2009 07:37:40 -0000 1.2
22 +++ ChangeLog 5 Apr 2009 17:00:48 -0000 1.3
23 @@ -1,6 +1,13 @@
24 # ChangeLog for sys-apps/pcsc-tools
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/ChangeLog,v 1.2 2009/01/23 07:37:40 nerdboy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/ChangeLog,v 1.3 2009/04/05 17:00:48 nerdboy Exp $
28 +
29 + 05 Apr 2009; Steve Arnold <nerdboy@g.o> pcsc-tools-1.4.15.ebuild:
30 + Fixed some QA issues and updated the smartcart_list file.
31 +
32 + 05 Apr 2009; Steve Arnold <nerdboy@g.o> pcsc-tools-1.4.15.ebuild:
33 + Temporarily dropping ~arm for some additional platform testing (see bug
34 + #264983).
35
36 *pcsc-tools-1.4.15 (23 Jan 2009)
37
38
39
40
41 1.2 sys-apps/pcsc-tools/pcsc-tools-1.4.15.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.15.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.15.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.15.ebuild?r1=1.1&r2=1.2
46
47 Index: pcsc-tools-1.4.15.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.15.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- pcsc-tools-1.4.15.ebuild 23 Jan 2009 07:37:40 -0000 1.1
54 +++ pcsc-tools-1.4.15.ebuild 5 Apr 2009 17:00:48 -0000 1.2
55 @@ -1,16 +1,18 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.15.ebuild,v 1.1 2009/01/23 07:37:40 nerdboy Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.15.ebuild,v 1.2 2009/04/05 17:00:48 nerdboy Exp $
60
61 inherit eutils fdo-mime multilib
62
63 DESCRIPTION="PC/SC Architecture smartcard tools"
64 HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
65 -SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.gz"
66 +SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.gz
67 + mirror://gentoo/smartcard_list.txt"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
72 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
73 +## ~arm waiting for keywords
74 IUSE="debug usb"
75
76 RDEPEND="usb? ( app-crypt/ccid )
77 @@ -36,7 +38,7 @@
78 src_install() {
79 make DESTDIR="${D}usr" install || die
80
81 - prepalldocs
82 + # prepalldocs isn't supported any more?
83 dodoc README Changelog
84
85 doicon "${FILESDIR}"/smartcard.svg