Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/tfm-fingerprint: ChangeLog tfm-fingerprint-1.0.ebuild
Date: Mon, 22 Dec 2008 03:44:53
Message-Id: E1LEbir-0002aL-Rq@stork.gentoo.org
1 vapier 08/12/22 03:44:49
2
3 Modified: ChangeLog tfm-fingerprint-1.0.ebuild
4 Log:
5 Silence QA warnings with binary-only libtfmessbsp.so.
6 (Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
7
8 Revision Changes Path
9 1.7 sys-auth/tfm-fingerprint/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 26 Oct 2008 19:15:10 -0000 1.6
22 +++ ChangeLog 22 Dec 2008 03:44:49 -0000 1.7
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-auth/tfm-fingerprint
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.6 2008/10/26 19:15:10 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.7 2008/12/22 03:44:49 vapier Exp $
28 +
29 + 22 Dec 2008; Mike Frysinger <vapier@g.o>
30 + tfm-fingerprint-1.0.ebuild:
31 + Silence QA warnings with binary-only libtfmessbsp.so.
32
33 26 Oct 2008; Markus Meier <maekke@g.o> tfm-fingerprint-1.0.ebuild:
34 x86 stable, bug #244448
35
36
37
38 1.6 sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild?r1=1.5&r2=1.6
43
44 Index: tfm-fingerprint-1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- tfm-fingerprint-1.0.ebuild 26 Oct 2008 19:15:10 -0000 1.5
51 +++ tfm-fingerprint-1.0.ebuild 22 Dec 2008 03:44:49 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.5 2008/10/26 19:15:10 maekke Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.6 2008/12/22 03:44:49 vapier Exp $
57
58 inherit multilib
59
60 @@ -13,6 +13,7 @@
61 SLOT="0"
62 KEYWORDS="x86"
63 IUSE=""
64 +RESTRICT="strip"
65
66 RDEPEND="sys-auth/bioapi"
67 DEPEND="${RDEPEND}
68 @@ -20,6 +21,8 @@
69
70 S=${WORKDIR}
71
72 +QA_TEXTRELS="usr/lib64/libtfmessbsp.so"
73 +
74 src_install() {
75 # this is a binary blob, so it probably shouldnt live in /usr/lib
76 dolib.so libtfmessbsp.so || die