Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/opendmarc: ChangeLog opendmarc-1.2.0.ebuild opendmarc-1.1.3.ebuild
Date: Sun, 29 Jun 2014 15:21:42
Message-Id: 20140629152136.EA96D2004E@flycatcher.gentoo.org
1 dilfridge 14/06/29 15:21:36
2
3 Modified: ChangeLog opendmarc-1.2.0.ebuild
4 opendmarc-1.1.3.ebuild
5 Log:
6 perl-core/Switch is the only Switch provider since perl-5.14
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
9
10 Revision Changes Path
11 1.8 mail-filter/opendmarc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 17 Apr 2014 07:56:57 -0000 1.7
24 +++ ChangeLog 29 Jun 2014 15:21:36 -0000 1.8
25 @@ -1,6 +1,10 @@
26 # ChangeLog for mail-filter/opendmarc
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.7 2014/04/17 07:56:57 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.8 2014/06/29 15:21:36 dilfridge Exp $
30 +
31 + 29 Jun 2014; Andreas K. Huettel <dilfridge@g.o>
32 + opendmarc-1.1.3.ebuild, opendmarc-1.2.0.ebuild:
33 + perl-core/Switch is the only Switch provider since perl-5.14
34
35 *opendmarc-1.2.0 (17 Apr 2014)
36
37
38
39
40 1.2 mail-filter/opendmarc/opendmarc-1.2.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild?r1=1.1&r2=1.2
45
46 Index: opendmarc-1.2.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- opendmarc-1.2.0.ebuild 17 Apr 2014 07:56:57 -0000 1.1
53 +++ opendmarc-1.2.0.ebuild 29 Jun 2014 15:21:36 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild,v 1.1 2014/04/17 07:56:57 grobian Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild,v 1.2 2014/06/29 15:21:36 dilfridge Exp $
59
60 EAPI=5
61
62 @@ -18,7 +18,7 @@
63 DEPEND="dev-perl/DBI
64 || ( mail-filter/libmilter mail-mta/sendmail )"
65 RDEPEND="${DEPEND}
66 - virtual/perl-Switch"
67 + perl-core/Switch"
68
69 pkg_setup() {
70 enewgroup milter
71
72
73
74 1.7 mail-filter/opendmarc/opendmarc-1.1.3.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild?rev=1.7&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild?rev=1.7&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild?r1=1.6&r2=1.7
79
80 Index: opendmarc-1.1.3.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v
83 retrieving revision 1.6
84 retrieving revision 1.7
85 diff -u -r1.6 -r1.7
86 --- opendmarc-1.1.3.ebuild 3 Feb 2014 13:36:52 -0000 1.6
87 +++ opendmarc-1.1.3.ebuild 29 Jun 2014 15:21:36 -0000 1.7
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v 1.6 2014/02/03 13:36:52 hattya Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v 1.7 2014/06/29 15:21:36 dilfridge Exp $
93
94 EAPI=5
95
96 @@ -16,7 +16,7 @@
97 DEPEND="dev-perl/DBI
98 || ( mail-filter/libmilter mail-mta/sendmail )"
99 RDEPEND="${DEPEND}
100 - virtual/perl-Switch"
101 + perl-core/Switch"
102
103 src_configure() {
104 econf \