Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/courier: ChangeLog courier-0.59.0.ebuild
Date: Tue, 22 Apr 2008 11:59:40
Message-Id: E1JoH9t-0005Bb-Iy@stork.gentoo.org
1 flameeyes 08/04/22 11:59:37
2
3 Modified: ChangeLog courier-0.59.0.ebuild
4 Log:
5 Don't call _elibtoolize manually! Use eautoreconf instead.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.102 mail-mta/courier/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/ChangeLog?rev=1.102&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/ChangeLog?rev=1.102&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/ChangeLog?r1=1.101&r2=1.102
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v
18 retrieving revision 1.101
19 retrieving revision 1.102
20 diff -u -r1.101 -r1.102
21 --- ChangeLog 21 Apr 2008 15:42:39 -0000 1.101
22 +++ ChangeLog 22 Apr 2008 11:59:37 -0000 1.102
23 @@ -1,6 +1,9 @@
24 # ChangeLog for mail-mta/courier
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.101 2008/04/21 15:42:39 phreak Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.102 2008/04/22 11:59:37 flameeyes Exp $
28 +
29 + 22 Apr 2008; Diego Pettenò <flameeyes@g.o> courier-0.59.0.ebuild:
30 + Don't call _elibtoolize manually! Use eautoreconf instead.
31
32 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
33 Fixing up the metadata.xml. If there's no maintainer and no herd, also add
34
35
36
37 1.3 mail-mta/courier/courier-0.59.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild?r1=1.2&r2=1.3
42
43 Index: courier-0.59.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- courier-0.59.0.ebuild 21 Apr 2008 17:16:53 -0000 1.2
50 +++ courier-0.59.0.ebuild 22 Apr 2008 11:59:37 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v 1.2 2008/04/21 17:16:53 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v 1.3 2008/04/22 11:59:37 flameeyes Exp $
56
57 WANT_AUTOCONF="latest"
58 WANT_AUTOMAKE="latest"
59 @@ -66,8 +66,7 @@
60
61 epatch "${FILESDIR}/remove-sysconftool.patch"
62
63 - # some libtool version mismatch
64 - _elibtoolize --copy --force || die
65 + eautoreconf
66 }
67
68 src_compile() {
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list