Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/opensmtpd-extras: opensmtpd-extras-5.4.5.201506020835.ebuild ChangeLog
Date: Thu, 02 Jul 2015 12:45:24
Message-Id: 20150702124515.AF86474B@oystercatcher.gentoo.org
1 zx2c4 15/07/02 12:45:15
2
3 Modified: opensmtpd-extras-5.4.5.201506020835.ebuild
4 ChangeLog
5 Log:
6 Nit
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 55758000)
9
10 Revision Changes Path
11 1.2 mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild?r1=1.1&r2=1.2
16
17 Index: opensmtpd-extras-5.4.5.201506020835.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- opensmtpd-extras-5.4.5.201506020835.ebuild 2 Jun 2015 12:00:05 -0000 1.1
24 +++ opensmtpd-extras-5.4.5.201506020835.ebuild 2 Jul 2015 12:45:15 -0000 1.2
25 @@ -1,6 +1,6 @@
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-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild,v 1.1 2015/06/02 12:00:05 zx2c4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild,v 1.2 2015/07/02 12:45:15 zx2c4 Exp $
30
31 EAPI=5
32
33 @@ -86,6 +86,6 @@
34 --with-privsep-user=smtpd \
35 --with-privsep-path=/var/empty \
36 --sysconfdir=/etc/opensmtpd \
37 - --with-lua-type=$(use luajit && echo luajit || echo lua) \
38 + --with-lua-type=$(usex luajit luajit lua) \
39 $(for use in $MY_COMPONENTS; do use_with $use; done)
40 }
41
42
43
44 1.5 mail-filter/opensmtpd-extras/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opensmtpd-extras/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opensmtpd-extras/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opensmtpd-extras/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/mail-filter/opensmtpd-extras/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 2 Jun 2015 12:00:05 -0000 1.4
57 +++ ChangeLog 2 Jul 2015 12:45:15 -0000 1.5
58 @@ -1,6 +1,10 @@
59 # ChangeLog for mail-filter/opensmtpd-extras
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opensmtpd-extras/ChangeLog,v 1.4 2015/06/02 12:00:05 zx2c4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opensmtpd-extras/ChangeLog,v 1.5 2015/07/02 12:45:15 zx2c4 Exp $
63 +
64 + 02 Jul 2015; Jason A. Donenfeld <zx2c4@g.o>
65 + opensmtpd-extras-5.4.5.201506020835.ebuild:
66 + Nit
67
68 *opensmtpd-extras-5.4.5.201506020835 (02 Jun 2015)