Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: ChangeLog pcsc-lite-1.4.99.ebuild
Date: Wed, 09 Jan 2008 13:26:58
Message-Id: E1JCaxK-0000BD-P1@stork.gentoo.org
1 alonbl 08/01/09 13:26:54
2
3 Modified: ChangeLog
4 Added: pcsc-lite-1.4.99.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.57 sys-apps/pcsc-lite/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 13 Oct 2007 16:04:37 -0000 1.56
23 +++ ChangeLog 9 Jan 2008 13:26:54 -0000 1.57
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-apps/pcsc-lite
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.56 2007/10/13 16:04:37 alonbl Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.57 2008/01/09 13:26:54 alonbl Exp $
30 +
31 +*pcsc-lite-1.4.99 (09 Jan 2008)
32 +
33 + 09 Jan 2008; Alon Bar-Lev <alonbl@g.o> +pcsc-lite-1.4.99.ebuild:
34 + Version bump
35
36 13 Oct 2007; Alon Bar-Lev <alonbl@g.o> pcsc-lite-1.4.4.ebuild:
37 Modify docs installed, bug#195712, requested by Mart Raudsepp
38
39
40
41 1.1 sys-apps/pcsc-lite/pcsc-lite-1.4.99.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.4.99.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.4.99.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pcsc-lite-1.4.99.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.4.99.ebuild,v 1.1 2008/01/09 13:26:54 alonbl Exp $
51
52 inherit multilib
53
54 STUPID_NUM="2257"
55 MY_P="${PN}-${PV/_/-}"
56 DESCRIPTION="PC/SC Architecture smartcard middleware library"
57 HOMEPAGE="http://www.linuxnet.com/middle.html"
58 SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${MY_P}.tar.gz"
59
60 LICENSE="as-is"
61 SLOT="0"
62 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
63 IUSE="static debug"
64
65 RDEPEND="!static? ( dev-libs/libusb )"
66 DEPEND="dev-libs/libusb
67 dev-util/pkgconfig"
68
69 S="${WORKDIR}/${MY_P}"
70
71 src_compile() {
72 econf \
73 --docdir="/usr/share/doc/${PF}" \
74 --enable-usbdropdir="/usr/$(get_libdir)/readers/usb" \
75 --enable-muscledropdir="/usr/share/pcsc/services" \
76 --enable-runpid="/var/run/pcscd.pid" \
77 $(use_enable debug) \
78 $(use_enable static) \
79 || die "configure failed"
80 emake || die
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die
85
86 dodoc AUTHORS DRIVERS HELP README SECURITY ChangeLog
87 prepalldocs
88
89 newinitd "${FILESDIR}/pcscd-init" pcscd
90 newconfd "${FILESDIR}/pcscd-confd" pcscd
91 }
92
93 pkg_postinst() {
94 ewarn "You should run 'revdep-rebuild --library libpcsclite.so.0'"
95 }
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list