Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/nullmailer: nullmailer-1.13-r5.ebuild ChangeLog
Date: Mon, 02 Feb 2015 11:50:17
Message-Id: 20150202115013.2D32D10E44@oystercatcher.gentoo.org
1 jlec 15/02/02 11:50:13
2
3 Modified: nullmailer-1.13-r5.ebuild ChangeLog
4 Log:
5 mail-mta/nullmailer: Import header in portable way, #538482
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.5 mail-mta/nullmailer/nullmailer-1.13-r5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild?r1=1.4&r2=1.5
15
16 Index: nullmailer-1.13-r5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- nullmailer-1.13-r5.ebuild 31 Dec 2014 16:20:24 -0000 1.4
23 +++ nullmailer-1.13-r5.ebuild 2 Feb 2015 11:50:13 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild,v 1.4 2014/12/31 16:20:24 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild,v 1.5 2015/02/02 11:50:13 jlec Exp $
30
31 EAPI=5
32
33 @@ -66,6 +66,8 @@
34 # DO NOT APPLY patch 0009... It breaks
35 epatch "${WORKDIR}"/patches/000{1..8}*patch
36
37 + epatch "${FILESDIR}"/${P}-unistd.h.patch
38 +
39 sed -i.orig \
40 -e '/^nullmailer_send_LDADD/s, =, = ../lib/cli++/libcli++.a,' \
41 "${S}"/src/Makefile.am || die "Sed failed"
42
43
44
45 1.92 mail-mta/nullmailer/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.92&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.92&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.91&r2=1.92
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v
54 retrieving revision 1.91
55 retrieving revision 1.92
56 diff -u -r1.91 -r1.92
57 --- ChangeLog 5 Jan 2015 12:46:00 -0000 1.91
58 +++ ChangeLog 2 Feb 2015 11:50:13 -0000 1.92
59 @@ -1,6 +1,10 @@
60 # ChangeLog for mail-mta/nullmailer
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.91 2015/01/05 12:46:00 jlec Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.92 2015/02/02 11:50:13 jlec Exp $
64 +
65 + 02 Feb 2015; Justin Lecher <jlec@g.o> nullmailer-1.13-r5.ebuild,
66 + +files/nullmailer-1.13-unistd.h.patch:
67 + Import header in portable way, #538482
68
69 05 Jan 2015; Justin Lecher <jlec@g.o> -nullmailer-1.13-r4.ebuild:
70 Drop old, obsoletes #521552 & #532588