Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-SPF-Query: Mail-SPF-Query-1.999.1-r1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 13:14:24
Message-Id: 20130826131418.C30FE2004C@flycatcher.gentoo.org
1 idella4 13/08/26 13:14:18
2
3 Modified: ChangeLog
4 Added: Mail-SPF-Query-1.999.1-r1.ebuild
5 Log:
6 revbump -> EAPI 5
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.38 dev-perl/Mail-SPF-Query/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 24 Jun 2012 12:59:04 -0000 1.37
24 +++ ChangeLog 26 Aug 2013 13:14:18 -0000 1.38
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Mail-SPF-Query
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v 1.37 2012/06/24 12:59:04 tove Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v 1.38 2013/08/26 13:14:18 idella4 Exp $
31 +
32 +*Mail-SPF-Query-1.999.1-r1 (26 Aug 2013)
33 +
34 + 26 Aug 2013; Ian Delaney <idella4@g.o>
35 + +Mail-SPF-Query-1.999.1-r1.ebuild:
36 + revbump -> EAPI 5
37
38 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
39 Update CPAN upstream info
40
41
42
43 1.1 dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Mail-SPF-Query-1.999.1-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild,v 1.1 2013/08/26 13:14:18 idella4 Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=JMEHNLE
57 MODULE_SECTION=mail-spf-query
58 inherit perl-module
59
60 DESCRIPTION="query Sender Policy Framework for an IP,email,helo"
61
62 SLOT="0"
63 LICENSE="|| ( Artistic GPL-2 )"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
65 IUSE=""
66
67 # Disabling tests for now. Ticho got them to magically work on his end,
68 # but bug 169285 shows the chaotic responses he got for a while.
69 # Enable again during a bump test, but keep disabled for general use.
70 # ~mcummings
71 #SRC_TEST="do"
72
73 DEPEND=">=dev-perl/Net-DNS-0.46
74 >=dev-perl/Net-CIDR-Lite-0.15
75 dev-perl/Sys-Hostname-Long
76 dev-perl/URI"
77
78 RDEPEND="${DEPEND}
79 !mail-filter/libspf2"