Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: ChangeLog nullmailer-1.04.ebuild
Date: Fri, 29 Feb 2008 20:40:40
Message-Id: E1JVC22-0002Gf-1B@stork.gentoo.org
1 bangert 08/02/29 20:40:38
2
3 Modified: ChangeLog nullmailer-1.04.ebuild
4 Log:
5 fix utf-8 borkage in ChangeLog - dont inherit mailer eclass
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.29 mail-mta/nullmailer/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.29&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.29&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.28&r2=1.29
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
18 retrieving revision 1.28
19 retrieving revision 1.29
20 diff -u -r1.28 -r1.29
21 --- ChangeLog 28 Feb 2008 07:50:09 -0000 1.28
22 +++ ChangeLog 29 Feb 2008 20:40:37 -0000 1.29
23 @@ -1,6 +1,10 @@
24 # ChangeLog for mail-mta/nullmailer
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.28 2008/02/28 07:50:09 bangert Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.29 2008/02/29 20:40:37 bangert Exp $
28 +
29 + 28 Feb 2008; Thilo Bangert <bangert@g.o> ChangeLog,
30 + nullmailer-1.04.ebuild:
31 + fix utf-8 borkage in ChangeLog - dont inherit mailer eclass
32
33 *nullmailer-1.04 (28 Feb 2008)
34
35 @@ -29,7 +33,7 @@
36 nullmailer-1.02-r1.ebuild, nullmailer-1.02-r2.ebuild:
37 Replacing einfo with elog
38
39 - 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
40 + 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
41 Transition to Manifest2.
42
43 27 Apr 2006; Marien Zwart <marienz@g.o> Manifest:
44 @@ -59,16 +63,16 @@
45 Bug #112163 - Version bump. Bug #118043 - init.d script. Bug #118826 -
46 ~amd64 keyword.
47
48 - 31 Dec 2005; Diego Pettenò <flameeyes@g.o>
49 + 31 Dec 2005; Diego Pettenò <flameeyes@g.o>
50 nullmailer-1.00_rc7.ebuild, nullmailer-1.00_rc7-r1.ebuild,
51 nullmailer-1.00_rc7-r2.ebuild, nullmailer-1.00_rc7-r4.ebuild,
52 nullmailer-1.00_rc7-r5.ebuild, nullmailer-1.00.ebuild:
53 Use -1 instead of /bin/false as default shell.
54
55 - 25 Dec 2005; Diego Pettenò <flameeyes@g.o> nullmailer-1.00.ebuild:
56 + 25 Dec 2005; Diego Pettenò <flameeyes@g.o> nullmailer-1.00.ebuild:
57 Actually change last version, not the one before.
58
59 - 25 Dec 2005; Diego Pettenò <flameeyes@g.o>
60 + 25 Dec 2005; Diego Pettenò <flameeyes@g.o>
61 nullmailer-1.00_rc7-r5.ebuild:
62 Use bindnow-flags function instead of -Wl,-z,now.
63
64
65
66
67 1.2 mail-mta/nullmailer/nullmailer-1.04.ebuild
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild?rev=1.2&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild?rev=1.2&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild?r1=1.1&r2=1.2
72
73 Index: nullmailer-1.04.ebuild
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v
76 retrieving revision 1.1
77 retrieving revision 1.2
78 diff -u -r1.1 -r1.2
79 --- nullmailer-1.04.ebuild 28 Feb 2008 07:50:09 -0000 1.1
80 +++ nullmailer-1.04.ebuild 29 Feb 2008 20:40:37 -0000 1.2
81 @@ -1,8 +1,8 @@
82 # Copyright 1999-2008 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.1 2008/02/28 07:50:09 bangert Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.2 2008/02/29 20:40:37 bangert Exp $
86
87 -inherit eutils flag-o-matic mailer
88 +inherit eutils flag-o-matic
89
90 MY_P="${P/_rc/RC}"
91 S=${WORKDIR}/${MY_P}
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list