Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: sylpheed-2.4.8.ebuild sylpheed-2.5.0.ebuild ChangeLog
Date: Mon, 23 Jun 2008 09:25:00
Message-Id: E1KAiI9-0007QO-8a@stork.gentoo.org
1 hattya 08/06/23 09:24:53
2
3 Modified: sylpheed-2.4.8.ebuild sylpheed-2.5.0.ebuild
4 ChangeLog
5 Log:
6 fixes bug #219341.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.10 mail-client/sylpheed/sylpheed-2.4.8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.9&r2=1.10
15
16 Index: sylpheed-2.4.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- sylpheed-2.4.8.ebuild 22 Jun 2008 19:31:13 -0000 1.9
23 +++ sylpheed-2.4.8.ebuild 23 Jun 2008 09:24:52 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.9 2008/06/22 19:31:13 ken69267 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.10 2008/06/23 09:24:52 hattya Exp $
29
30 inherit autotools eutils
31
32 @@ -28,16 +28,22 @@
33 app-misc/mime-types
34 x11-misc/shared-mime-info"
35
36 +AT_M4DIR="ac"
37 +
38 src_unpack() {
39 +
40 unpack ${A}
41 cd "${S}"
42 - epatch "${FILESDIR}"/${PN}-2.*.diff
43
44 - mkdir m4 # bug 219341
45 + epatch "${FILESDIR}"/${PN}-2.*.diff
46
47 use crypt || cp ac/missing/gpgme.m4 ac
48
49 - AT_M4DIR="ac" eautoreconf
50 + # remove "-I m4" from aclocal arguments
51 + sed -i "/^ACLOCAL_AMFLAGS/d" Makefile.am
52 +
53 + eautomake
54 +
55 }
56
57 src_compile() {
58
59
60
61 1.2 mail-client/sylpheed/sylpheed-2.5.0.ebuild
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild?rev=1.2&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild?rev=1.2&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild?r1=1.1&r2=1.2
66
67 Index: sylpheed-2.5.0.ebuild
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v
70 retrieving revision 1.1
71 retrieving revision 1.2
72 diff -u -r1.1 -r1.2
73 --- sylpheed-2.5.0.ebuild 19 Jun 2008 15:06:12 -0000 1.1
74 +++ sylpheed-2.5.0.ebuild 23 Jun 2008 09:24:52 -0000 1.2
75 @@ -1,6 +1,6 @@
76 # Copyright 1999-2008 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v 1.1 2008/06/19 15:06:12 hattya Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v 1.2 2008/06/23 09:24:52 hattya Exp $
80
81 inherit autotools eutils
82
83 @@ -39,6 +39,9 @@
84
85 use crypt || cp ac/missing/gpgme.m4 ac
86
87 + # remove "-I m4" from aclocal arguments
88 + sed -i "/^ACLOCAL_AMFLAGS/d" Makefile.am
89 +
90 eautomake
91
92 }
93
94
95
96 1.268 mail-client/sylpheed/ChangeLog
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.268&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.268&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.267&r2=1.268
101
102 Index: ChangeLog
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
105 retrieving revision 1.267
106 retrieving revision 1.268
107 diff -u -r1.267 -r1.268
108 --- ChangeLog 23 Jun 2008 09:19:13 -0000 1.267
109 +++ ChangeLog 23 Jun 2008 09:24:52 -0000 1.268
110 @@ -1,6 +1,10 @@
111 # ChangeLog for mail-client/sylpheed
112 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
113 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.267 2008/06/23 09:19:13 hattya Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.268 2008/06/23 09:24:52 hattya Exp $
115 +
116 + 23 Jun 2008; Akinori Hattori <hattya@g.o> sylpheed-2.4.8.ebuild,
117 + sylpheed-2.5.0.ebuild:
118 + fixes bug #219341.
119
120 23 Jun 2008; Akinori Hattori <hattya@g.o> -sylpheed-2.4.5.ebuild,
121 -sylpheed-2.4.7.ebuild:
122
123
124
125 --
126 gentoo-commits@l.g.o mailing list