Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/recutils: ChangeLog recutils-1.5.ebuild
Date: Fri, 02 Nov 2012 03:37:14
Message-Id: 20121102033652.26A6321600@flycatcher.gentoo.org
1 radhermit 12/11/02 03:36:52
2
3 Modified: ChangeLog recutils-1.5.ebuild
4 Log:
5 Fix build with glibc-2.16 (bug #426922).
6
7 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.3 dev-db/recutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/recutils/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/recutils/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/recutils/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/recutils/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 3 May 2012 02:33:10 -0000 1.2
23 +++ ChangeLog 2 Nov 2012 03:36:52 -0000 1.3
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-db/recutils
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/ChangeLog,v 1.2 2012/05/03 02:33:10 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/ChangeLog,v 1.3 2012/11/02 03:36:52 radhermit Exp $
29 +
30 + 02 Nov 2012; Tim Harder <radhermit@g.o> recutils-1.5.ebuild,
31 + +files/recutils-1.5-glibc-2.16.patch:
32 + Fix build with glibc-2.16 (bug #426922).
33
34 03 May 2012; Jeff Horelick <jdhore@g.o> recutils-1.5.ebuild:
35 dev-util/pkgconfig -> virtual/pkgconfig
36
37
38
39 1.3 dev-db/recutils/recutils-1.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/recutils/recutils-1.5.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/recutils/recutils-1.5.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/recutils/recutils-1.5.ebuild?r1=1.2&r2=1.3
44
45 Index: recutils-1.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/recutils/recutils-1.5.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- recutils-1.5.ebuild 3 May 2012 02:33:10 -0000 1.2
52 +++ recutils-1.5.ebuild 2 Nov 2012 03:36:52 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/recutils-1.5.ebuild,v 1.2 2012/05/03 02:33:10 jdhore Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/recutils-1.5.ebuild,v 1.3 2012/11/02 03:36:52 radhermit Exp $
58
59 EAPI=4
60
61 @@ -38,6 +38,7 @@
62
63 src_prepare() {
64 epatch "${FILESDIR}"/${P}-automagic.patch
65 + epatch "${FILESDIR}"/${P}-glibc-2.16.patch
66
67 # Don't unconditionally install emacs files
68 sed -i -e "/^dist_lisp_DATA/d" etc/Makefile.am || die