Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/liblangtag: liblangtag-0.5.1.ebuild ChangeLog
Date: Tue, 30 Jul 2013 07:10:20
Message-Id: 20130730070938.5B25B2171D@flycatcher.gentoo.org
1 scarabeus 13/07/30 07:09:38
2
3 Modified: liblangtag-0.5.1.ebuild ChangeLog
4 Log:
5 Fix liblangtag build on older gccs wrt bug#475494. Thanks to Fabio Rossi for finding the patch.
6
7 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.5 app-text/liblangtag/liblangtag-0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.5.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.5.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.5.1.ebuild?r1=1.4&r2=1.5
15
16 Index: liblangtag-0.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- liblangtag-0.5.1.ebuild 25 Jun 2013 12:49:27 -0000 1.4
23 +++ liblangtag-0.5.1.ebuild 30 Jul 2013 07:09:38 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.1.ebuild,v 1.4 2013/06/25 12:49:27 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.1.ebuild,v 1.5 2013/07/30 07:09:38 scarabeus Exp $
29
30 EAPI=5
31
32 @@ -27,6 +27,10 @@
33 # Upstream expect liblangtag to be installed when one runs tests...
34 RESTRICT="test"
35
36 +PATCHES=(
37 + "${FILESDIR}/${P}-gcc45.patch"
38 +)
39 +
40 src_configure() {
41 local myeconfargs=(
42 $(use_enable introspection)
43
44
45
46 1.20 app-text/liblangtag/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?rev=1.20&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?rev=1.20&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?r1=1.19&r2=1.20
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v
55 retrieving revision 1.19
56 retrieving revision 1.20
57 diff -u -r1.19 -r1.20
58 --- ChangeLog 25 Jun 2013 12:49:27 -0000 1.19
59 +++ ChangeLog 30 Jul 2013 07:09:38 -0000 1.20
60 @@ -1,6 +1,11 @@
61 # ChangeLog for app-text/liblangtag
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.19 2013/06/25 12:49:27 ago Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.20 2013/07/30 07:09:38 scarabeus Exp $
65 +
66 + 30 Jul 2013; Tomáš Chvátal <scarabeus@g.o>
67 + +files/liblangtag-0.5.1-gcc45.patch, liblangtag-0.5.1.ebuild:
68 + Fix liblangtag build on older gccs wrt bug#475494. Thanks to Fabio Rossi for
69 + finding the patch.
70
71 25 Jun 2013; Agostino Sarubbo <ago@g.o> liblangtag-0.5.1.ebuild:
72 Stable for amd64, wrt bug #474156