jlec 15/02/02 11:50:13 Modified: nullmailer-1.13-r5.ebuild ChangeLog Log: mail-mta/nullmailer: Import header in portable way, #538482 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.5 mail-mta/nullmailer/nullmailer-1.13-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild?r1=1.4&r2=1.5 Index: nullmailer-1.13-r5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nullmailer-1.13-r5.ebuild 31 Dec 2014 16:20:24 -0000 1.4 +++ nullmailer-1.13-r5.ebuild 2 Feb 2015 11:50:13 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild,v 1.4 2014/12/31 16:20:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.13-r5.ebuild,v 1.5 2015/02/02 11:50:13 jlec Exp $ EAPI=5 @@ -66,6 +66,8 @@ # DO NOT APPLY patch 0009... It breaks epatch "${WORKDIR}"/patches/000{1..8}*patch + epatch "${FILESDIR}"/${P}-unistd.h.patch + sed -i.orig \ -e '/^nullmailer_send_LDADD/s, =, = ../lib/cli++/libcli++.a,' \ "${S}"/src/Makefile.am || die "Sed failed" 1.92 mail-mta/nullmailer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.92&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?rev=1.92&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/nullmailer/ChangeLog?r1=1.91&r2=1.92 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- ChangeLog 5 Jan 2015 12:46:00 -0000 1.91 +++ ChangeLog 2 Feb 2015 11:50:13 -0000 1.92 @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/nullmailer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.91 2015/01/05 12:46:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.92 2015/02/02 11:50:13 jlec Exp $ + + 02 Feb 2015; Justin Lecher <[email protected]> nullmailer-1.13-r5.ebuild, + +files/nullmailer-1.13-unistd.h.patch: + Import header in portable way, #538482 05 Jan 2015; Justin Lecher <[email protected]> -nullmailer-1.13-r4.ebuild: Drop old, obsoletes #521552 & #532588
