Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libnfc: ChangeLog libnfc-1.5.1.ebuild
Date: Tue, 26 Mar 2013 23:58:50
Message-Id: 20130326235846.4A3ED2171E@flycatcher.gentoo.org
1 ikelos 13/03/26 23:58:46
2
3 Modified: ChangeLog libnfc-1.5.1.ebuild
4 Log:
5 Apply patch for glibc-2.17, fixes bug 452212.
6
7 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 6C20157A)
8
9 Revision Changes Path
10 1.10 dev-libs/libnfc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnfc/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnfc/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnfc/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnfc/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 17 Oct 2011 21:29:54 -0000 1.9
23 +++ ChangeLog 26 Mar 2013 23:58:46 -0000 1.10
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/libnfc
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/ChangeLog,v 1.9 2011/10/17 21:29:54 ikelos Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/ChangeLog,v 1.10 2013/03/26 23:58:46 ikelos Exp $
30 +
31 + 26 Mar 2013; Mike Auty <ikelos@g.o> libnfc-1.5.1.ebuild,
32 + +files/libnfc-1.5.1-glibc-2.17.patch:
33 + Apply patch for glibc-2.17, fixes bug 452212.
34
35 *libnfc-1.5.1 (17 Oct 2011)
36
37
38
39
40 1.2 dev-libs/libnfc/libnfc-1.5.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnfc/libnfc-1.5.1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnfc/libnfc-1.5.1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnfc/libnfc-1.5.1.ebuild?r1=1.1&r2=1.2
45
46 Index: libnfc-1.5.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.5.1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- libnfc-1.5.1.ebuild 17 Oct 2011 21:29:54 -0000 1.1
53 +++ libnfc-1.5.1.ebuild 26 Mar 2013 23:58:46 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.5.1.ebuild,v 1.1 2011/10/17 21:29:54 ikelos Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.5.1.ebuild,v 1.2 2013/03/26 23:58:46 ikelos Exp $
60
61 EAPI="4"
62
63 @@ -20,6 +20,10 @@
64 DEPEND="${RDEPEND}
65 doc? ( app-doc/doxygen )"
66
67 +src_prepare() {
68 + epatch "${FILESDIR}/${PN}-1.5.1-glibc-2.17.patch"
69 +}
70 +
71 src_compile() {
72 emake || die "Failed to compile."
73 use doc && doxygen