Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/libwpd: ChangeLog libwpd-0.8.14-r1.ebuild libwpd-0.9.1.ebuild
Date: Sat, 02 Jul 2011 11:24:26
Message-Id: 20110702112414.9E8312004B@flycatcher.gentoo.org
1 pacho 11/07/02 11:24:14
2
3 Modified: ChangeLog libwpd-0.8.14-r1.ebuild
4 libwpd-0.9.1.ebuild
5 Log:
6 Skip stream tests when it's disabled, bug #373757 by Nikoli.
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.74 app-text/libwpd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.74&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.74&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.73&r2=1.74
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
20 retrieving revision 1.73
21 retrieving revision 1.74
22 diff -u -r1.73 -r1.74
23 --- ChangeLog 1 Jul 2011 21:06:25 -0000 1.73
24 +++ ChangeLog 2 Jul 2011 11:24:14 -0000 1.74
25 @@ -1,6 +1,10 @@
26 # ChangeLog for app-text/libwpd
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.73 2011/07/01 21:06:25 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.74 2011/07/02 11:24:14 pacho Exp $
30 +
31 + 02 Jul 2011; Pacho Ramos <pacho@g.o> libwpd-0.8.14-r1.ebuild,
32 + libwpd-0.9.1.ebuild:
33 + Skip stream tests when it's disabled, bug #373757 by Nikoli.
34
35 01 Jul 2011; Markos Chandras <hwoarang@g.o> libwpd-0.8.14-r1.ebuild:
36 Stable on amd64 wrt bug #278255
37
38
39
40 1.3 app-text/libwpd/libwpd-0.8.14-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.8.14-r1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.8.14-r1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.8.14-r1.ebuild?r1=1.2&r2=1.3
45
46 Index: libwpd-0.8.14-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.8.14-r1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- libwpd-0.8.14-r1.ebuild 1 Jul 2011 21:06:25 -0000 1.2
53 +++ libwpd-0.8.14-r1.ebuild 2 Jul 2011 11:24:14 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.8.14-r1.ebuild,v 1.2 2011/07/01 21:06:25 hwoarang Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.8.14-r1.ebuild,v 1.3 2011/07/02 11:24:14 pacho Exp $
59
60 EAPI="4"
61
62 @@ -24,6 +24,13 @@
63 test? ( dev-util/cppunit )
64 "
65
66 +src_prepare() {
67 + # Skip stream tests when it's disabled, bug #373757
68 + if ! use tools; then
69 + sed -i -e '/src\/test/d' Makefile.{am,in} || die
70 + fi
71 +}
72 +
73 src_configure() {
74 econf \
75 $(use_with doc docs) \
76
77
78
79 1.6 app-text/libwpd/libwpd-0.9.1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.1.ebuild?rev=1.6&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.1.ebuild?rev=1.6&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/libwpd-0.9.1.ebuild?r1=1.5&r2=1.6
84
85 Index: libwpd-0.9.1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.1.ebuild,v
88 retrieving revision 1.5
89 retrieving revision 1.6
90 diff -u -r1.5 -r1.6
91 --- libwpd-0.9.1.ebuild 1 May 2011 10:04:00 -0000 1.5
92 +++ libwpd-0.9.1.ebuild 2 Jul 2011 11:24:14 -0000 1.6
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2011 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.1.ebuild,v 1.5 2011/05/01 10:04:00 pacho Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.1.ebuild,v 1.6 2011/07/02 11:24:14 pacho Exp $
98
99 EAPI="4"
100
101 @@ -30,6 +30,11 @@
102
103 epatch "${FILESDIR}/${P}-gcc46.patch"
104
105 + # Skip stream tests when it's disabled, bug #373757
106 + if ! use tools; then
107 + sed -i -e '/src\/test/d' Makefile.{am,in} || die
108 + fi
109 +
110 # Do not build tests if not needed (and no before the lib itself)
111 epatch "${FILESDIR}/${P}-test-build.patch"
112 eautoreconf