Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnokii: ChangeLog gnokii-0.6.22-r1.ebuild
Date: Tue, 01 Jan 2008 16:16:44
Message-Id: E1J9jnB-0004uM-7s@stork.gentoo.org
1 mrness 08/01/01 16:16:37
2
3 Modified: ChangeLog gnokii-0.6.22-r1.ebuild
4 Log:
5 Fix broken compilation on glibc-2.7 (#203787).
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.67 app-mobilephone/gnokii/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/ChangeLog?rev=1.67&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/ChangeLog?rev=1.67&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/ChangeLog?r1=1.66&r2=1.67
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v
18 retrieving revision 1.66
19 retrieving revision 1.67
20 diff -u -r1.66 -r1.67
21 --- ChangeLog 1 Jan 2008 15:44:57 -0000 1.66
22 +++ ChangeLog 1 Jan 2008 16:16:36 -0000 1.67
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-mobilephone/gnokii
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.66 2008/01/01 15:44:57 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.67 2008/01/01 16:16:36 mrness Exp $
28 +
29 + 01 Jan 2008; Alin Năstac <mrness@g.o>
30 + +files/gnokii-0.6.22-locale.patch, gnokii-0.6.22-r1.ebuild:
31 + Fix broken compilation on glibc-2.7 (#203787).
32
33 01 Jan 2008; Markus Meier <maekke@g.o> gnokii-0.6.22-r1.ebuild:
34 x86 stable, bug #203745
35
36
37
38 1.3 app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: gnokii-0.6.22-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- gnokii-0.6.22-r1.ebuild 1 Jan 2008 15:44:57 -0000 1.2
51 +++ gnokii-0.6.22-r1.ebuild 1 Jan 2008 16:16:36 -0000 1.3
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/app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild,v 1.2 2008/01/01 15:44:57 maekke Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r1.ebuild,v 1.3 2008/01/01 16:16:36 mrness Exp $
57
58 WANT_AUTOMAKE="none"
59
60 @@ -39,6 +39,7 @@
61 src_unpack() {
62 unpack ${A}
63 cd "${S}"
64 + epatch "${FILESDIR}"/${P}-locale.patch
65
66 if use sms ; then
67 local MY_SMSD_DB_OBJS="file.lo"
68
69
70
71 --
72 gentoo-commits@g.o mailing list