diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-27 17:03:58 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-27 17:03:58 +0000 |
commit | 125e752768d8f9e9f5d1ddc38913463296818da2 (patch) | |
tree | c4c4d87a9e7ae7c44d674a271971288f4f1749f1 /net-dns | |
parent | bumped EAPI to 5 ; committed direct to stable as there are no other changes a... (diff) | |
download | gentoo-2-125e752768d8f9e9f5d1ddc38913463296818da2.tar.gz gentoo-2-125e752768d8f9e9f5d1ddc38913463296818da2.tar.bz2 gentoo-2-125e752768d8f9e9f5d1ddc38913463296818da2.zip |
bumped EAPI to 5 to support upgrades of dev-lang/perl when inheriting perl-module ; bumped EAPI to 4 to avoid deprecated EAPI otherwise.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/fpdns/ChangeLog | 11 | ||||
-rw-r--r-- | net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild (renamed from net-dns/fpdns/fpdns-0.10.0_pre20130404.ebuild) | 4 | ||||
-rw-r--r-- | net-dns/fpdns/fpdns-0.9.1-r1.ebuild (renamed from net-dns/fpdns/fpdns-0.9.1.ebuild) | 6 |
3 files changed, 16 insertions, 5 deletions
diff --git a/net-dns/fpdns/ChangeLog b/net-dns/fpdns/ChangeLog index 7f04bcaecd8c..dbf95f8d1c4d 100644 --- a/net-dns/fpdns/ChangeLog +++ b/net-dns/fpdns/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-dns/fpdns # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/ChangeLog,v 1.4 2014/04/26 19:26:54 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/ChangeLog,v 1.5 2014/08/27 17:03:58 axs Exp $ + +*fpdns-0.9.1-r1 (27 Aug 2014) +*fpdns-0.10.0_pre20130404-r1 (27 Aug 2014) + + 27 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +fpdns-0.10.0_pre20130404-r1.ebuild, +fpdns-0.9.1-r1.ebuild, + -fpdns-0.10.0_pre20130404.ebuild, -fpdns-0.9.1.ebuild: + bumped EAPI to 5 to support upgrades of dev-lang/perl when inheriting perl- + module ; bumped EAPI to 4 to avoid deprecated EAPI otherwise. *fpdns-0.10.0_pre20130404 (26 Apr 2014) diff --git a/net-dns/fpdns/fpdns-0.10.0_pre20130404.ebuild b/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild index 1a721d50f272..0bd2c37257f3 100644 --- a/net-dns/fpdns/fpdns-0.10.0_pre20130404.ebuild +++ b/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/fpdns-0.10.0_pre20130404.ebuild,v 1.1 2014/04/26 19:26:54 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild,v 1.1 2014/08/27 17:03:58 axs Exp $ -EAPI=4 +EAPI=5 inherit eutils perl-module diff --git a/net-dns/fpdns/fpdns-0.9.1.ebuild b/net-dns/fpdns/fpdns-0.9.1-r1.ebuild index 115c172fbd76..0699082cfbac 100644 --- a/net-dns/fpdns/fpdns-0.9.1.ebuild +++ b/net-dns/fpdns/fpdns-0.9.1-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/fpdns-0.9.1.ebuild,v 1.2 2010/02/05 22:40:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/fpdns-0.9.1-r1.ebuild,v 1.1 2014/08/27 17:03:58 axs Exp $ + +EAPI=4 DESCRIPTION="Fingerprinting DNS servers" HOMEPAGE="http://www.rfc.se/fpdns/" |