Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/evolution: ChangeLog evolution-2.12.1.ebuild evolution-2.12.0.ebuild
Date: Mon, 19 Nov 2007 13:51:04
Message-Id: E1Iu71b-0007EG-Nj@stork.gentoo.org
1 eva 07/11/19 13:50:55
2
3 Modified: ChangeLog evolution-2.12.1.ebuild
4 evolution-2.12.0.ebuild
5 Log:
6 fix test fixing to actually be in the right place
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.209 mail-client/evolution/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.209&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.209&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/evolution/ChangeLog?r1=1.208&r2=1.209
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v
19 retrieving revision 1.208
20 retrieving revision 1.209
21 diff -u -r1.208 -r1.209
22 --- ChangeLog 6 Nov 2007 17:08:00 -0000 1.208
23 +++ ChangeLog 19 Nov 2007 13:50:55 -0000 1.209
24 @@ -1,6 +1,10 @@
25 # ChangeLog for mail-client/evolution
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.208 2007/11/06 17:08:00 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.209 2007/11/19 13:50:55 eva Exp $
29 +
30 + 19 Nov 2007; Gilles Dartiguelongue <eva@g.o>
31 + evolution-2.12.0.ebuild, evolution-2.12.1.ebuild:
32 + fix test fixing to actually be applied in the right place
33
34 06 Nov 2007; Raúl Porcel <armin76@g.o> evolution-2.10.3.ebuild:
35 sparc stable wrt #193339
36
37
38
39 1.6 mail-client/evolution/evolution-2.12.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/evolution/evolution-2.12.1.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/evolution/evolution-2.12.1.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/evolution/evolution-2.12.1.ebuild?r1=1.5&r2=1.6
44
45 Index: evolution-2.12.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.12.1.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- evolution-2.12.1.ebuild 2 Nov 2007 15:58:10 -0000 1.5
52 +++ evolution-2.12.1.ebuild 19 Nov 2007 13:50:55 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.12.1.ebuild,v 1.5 2007/11/02 15:58:10 phreak Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.12.1.ebuild,v 1.6 2007/11/19 13:50:55 eva Exp $
58
59 inherit gnome2 flag-o-matic
60
61 @@ -98,6 +98,21 @@
62 G2CONF="${G2CONF} $(use_with krb4 krb4 /usr)"
63 fi
64
65 + # dang - I've changed this to do --enable-plugins=experimental. This will autodetect
66 + # new-mail-notify and exchange, but that cannot be helped for the moment.
67 + # They should be changed to depend on a --enable-<foo> like mono is. This
68 + # cleans up a ton of crap from this ebuild.
69 +}
70 +
71 +src_unpack() {
72 + gnome2_src_unpack
73 +
74 + # Mail-remote doesn't build
75 + epatch "${FILESDIR}"/${P}-mail-remote-broken.patch
76 +
77 + # Fix timezone offsets on fbsd. bug #183708
78 + epatch "${FILESDIR}"/${PN}-2.10.2-fbsd.patch
79 +
80 # Fix tests (again)
81 echo "evolution-addressbook.xml" >> "${S}"/po/POTFILES.in
82 echo "evolution-calendar.xml" >> "${S}"/po/POTFILES.in
83 @@ -116,21 +131,6 @@
84 echo "evolution-task-editor.xml" >> "${S}"/po/POTFILES.in
85 echo "evolution-tasks.xml" >> "${S}"/po/POTFILES.in
86 echo "evolution.xml" >> "${S}"/po/POTFILES.in
87 -
88 - # dang - I've changed this to do --enable-plugins=experimental. This will autodetect
89 - # new-mail-notify and exchange, but that cannot be helped for the moment.
90 - # They should be changed to depend on a --enable-<foo> like mono is. This
91 - # cleans up a ton of crap from this ebuild.
92 -}
93 -
94 -src_unpack() {
95 - gnome2_src_unpack
96 -
97 - # Mail-remote doesn't build
98 - epatch "${FILESDIR}"/${P}-mail-remote-broken.patch
99 -
100 - # Fix timezone offsets on fbsd. bug #183708
101 - epatch "${FILESDIR}"/${PN}-2.10.2-fbsd.patch
102 }
103
104 src_compile() {
105
106
107
108 1.6 mail-client/evolution/evolution-2.12.0.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/evolution/evolution-2.12.0.ebuild?rev=1.6&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/evolution/evolution-2.12.0.ebuild?rev=1.6&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/evolution/evolution-2.12.0.ebuild?r1=1.5&r2=1.6
113
114 Index: evolution-2.12.0.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.12.0.ebuild,v
117 retrieving revision 1.5
118 retrieving revision 1.6
119 diff -u -r1.5 -r1.6
120 --- evolution-2.12.0.ebuild 2 Nov 2007 15:58:10 -0000 1.5
121 +++ evolution-2.12.0.ebuild 19 Nov 2007 13:50:55 -0000 1.6
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2007 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.12.0.ebuild,v 1.5 2007/11/02 15:58:10 phreak Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.12.0.ebuild,v 1.6 2007/11/19 13:50:55 eva Exp $
127
128 inherit gnome2 flag-o-matic
129
130 @@ -98,6 +98,18 @@
131 G2CONF="${G2CONF} $(use_with krb4 krb4 /usr)"
132 fi
133
134 + # dang - I've changed this to do --enable-plugins=experimental. This will autodetect
135 + # new-mail-notify and exchange, but that cannot be helped for the moment.
136 + # They should be changed to depend on a --enable-<foo> like mono is. This
137 + # cleans up a ton of crap from this ebuild.
138 +}
139 +
140 +src_unpack() {
141 + gnome2_src_unpack
142 +
143 + # Mail-remote doesn't build
144 + epatch "${FILESDIR}"/${PN}-2.11.90-mail-remote-broken.patch
145 +
146 # Fix tests (again)
147 echo "evolution-addressbook.xml" >> "${S}"/po/POTFILES.in
148 echo "evolution-calendar.xml" >> "${S}"/po/POTFILES.in
149 @@ -116,18 +128,6 @@
150 echo "evolution-task-editor.xml" >> "${S}"/po/POTFILES.in
151 echo "evolution-tasks.xml" >> "${S}"/po/POTFILES.in
152 echo "evolution.xml" >> "${S}"/po/POTFILES.in
153 -
154 - # dang - I've changed this to do --enable-plugins=experimental. This will autodetect
155 - # new-mail-notify and exchange, but that cannot be helped for the moment.
156 - # They should be changed to depend on a --enable-<foo> like mono is. This
157 - # cleans up a ton of crap from this ebuild.
158 -}
159 -
160 -src_unpack() {
161 - gnome2_src_unpack
162 -
163 - # Mail-remote doesn't build
164 - epatch "${FILESDIR}"/${PN}-2.11.90-mail-remote-broken.patch
165 }
166
167 src_compile() {
168
169
170
171 --
172 gentoo-commits@g.o mailing list