Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/pcsc-perl: pcsc-perl-1.4.13-r1.ebuild ChangeLog
Date: Tue, 27 Aug 2013 13:42:29
Message-Id: 20130827134222.50BFC2004C@flycatcher.gentoo.org
1 idella4 13/08/27 13:42:22
2
3 Modified: ChangeLog
4 Added: pcsc-perl-1.4.13-r1.ebuild
5 Log:
6 revbump -> EAPI 5
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.9 dev-perl/pcsc-perl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/pcsc-perl/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/pcsc-perl/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/pcsc-perl/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/pcsc-perl/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 1 Apr 2013 17:33:04 -0000 1.8
24 +++ ChangeLog 27 Aug 2013 13:42:22 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/pcsc-perl
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/pcsc-perl/ChangeLog,v 1.8 2013/04/01 17:33:04 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/pcsc-perl/ChangeLog,v 1.9 2013/08/27 13:42:22 idella4 Exp $
30 +
31 +*pcsc-perl-1.4.13-r1 (27 Aug 2013)
32 +
33 + 27 Aug 2013; Ian Delaney <idella4@g.o> +pcsc-perl-1.4.13-r1.ebuild:
34 + revbump -> EAPI 5
35
36 *pcsc-perl-1.4.13 (01 Apr 2013)
37
38
39
40
41 1.1 dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pcsc-perl-1.4.13-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild,v 1.1 2013/08/27 13:42:22 idella4 Exp $
51
52 EAPI=5
53
54 inherit perl-module eutils multilib
55
56 DESCRIPTION="A Perl Module for PC/SC SmartCard access."
57 HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
58 SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
63 IUSE=""
64
65 DEPEND=">=sys-apps/pcsc-lite-1.6.0"
66
67 myconf="-I/usr/include/ -l/usr/$(get_libdir)"