diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-08-26 13:14:18 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-08-26 13:14:18 +0000 |
commit | f3e494b065527c61e8467e1f73d5c79288ff7a49 (patch) | |
tree | 1d02799c95b5c946f6430411a0446cc334df62e6 /dev-perl/Mail-SPF-Query | |
parent | giv-annex-4.20130815 version bump (diff) | |
download | gentoo-2-f3e494b065527c61e8467e1f73d5c79288ff7a49.tar.gz gentoo-2-f3e494b065527c61e8467e1f73d5c79288ff7a49.tar.bz2 gentoo-2-f3e494b065527c61e8467e1f73d5c79288ff7a49.zip |
revbump -> EAPI 5
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl/Mail-SPF-Query')
-rw-r--r-- | dev-perl/Mail-SPF-Query/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild | 30 |
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-perl/Mail-SPF-Query/ChangeLog b/dev-perl/Mail-SPF-Query/ChangeLog index 4e89186095f5..8e0e3a9bc2bd 100644 --- a/dev-perl/Mail-SPF-Query/ChangeLog +++ b/dev-perl/Mail-SPF-Query/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Mail-SPF-Query -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v 1.37 2012/06/24 12:59:04 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v 1.38 2013/08/26 13:14:18 idella4 Exp $ + +*Mail-SPF-Query-1.999.1-r1 (26 Aug 2013) + + 26 Aug 2013; Ian Delaney <idella4@gentoo.org> + +Mail-SPF-Query-1.999.1-r1.ebuild: + revbump -> EAPI 5 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild b/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild new file mode 100644 index 000000000000..43f3a2be50bb --- /dev/null +++ b/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI=5 + +MODULE_AUTHOR=JMEHNLE +MODULE_SECTION=mail-spf-query +inherit perl-module + +DESCRIPTION="query Sender Policy Framework for an IP,email,helo" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +# Disabling tests for now. Ticho got them to magically work on his end, +# but bug 169285 shows the chaotic responses he got for a while. +# Enable again during a bump test, but keep disabled for general use. +# ~mcummings +#SRC_TEST="do" + +DEPEND=">=dev-perl/Net-DNS-0.46 + >=dev-perl/Net-CIDR-Lite-0.15 + dev-perl/Sys-Hostname-Long + dev-perl/URI" + +RDEPEND="${DEPEND} + !mail-filter/libspf2" |