axs         14/08/27 17:03:58

  Modified:             ChangeLog
  Added:                fpdns-0.10.0_pre20130404-r1.ebuild
                        fpdns-0.9.1-r1.ebuild
  Removed:              fpdns-0.9.1.ebuild fpdns-0.10.0_pre20130404.ebuild
  Log:
  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)

Revision  Changes    Path
1.5                  net-dns/fpdns/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/fpdns/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   26 Apr 2014 19:26:54 -0000      1.4
+++ ChangeLog   27 Aug 2014 17:03:58 -0000      1.5
@@ -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_) <[email protected]>
+  +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)
 



1.1                  net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild?rev=1.1&content-type=text/plain

Index: fpdns-0.10.0_pre20130404-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 
2014/08/27 17:03:58 axs Exp $

EAPI=5

inherit eutils perl-module

DESCRIPTION="Fingerprinting DNS servers"
HOMEPAGE="https://github.com/kirei/fpdns/";

MY_P="${PN}-${PV##*_pre}"
SRC_URI="https://github.com/kirei/fpdns/archive/20130404.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=dev-perl/Net-DNS-0.74"

S="${WORKDIR}"/"${MY_P}"

src_prepare() {
        ## fixes https://github.com/kirei/fpdns/issues/6
        epatch "${FILESDIR}/${P}.ro-header.patch"
}

src_install() {
        newbin apps/fpdns fpdns
        insinto "${VENDOR_LIB}"/Net/DNS/
        doins lib/Net/DNS/Fingerprint.pm
}



1.1                  net-dns/fpdns/fpdns-0.9.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/fpdns-0.9.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/fpdns-0.9.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: fpdns-0.9.1-r1.ebuild
===================================================================
# 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-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/";
SRC_URI="http://www.rfc.se/fpdns/distfiles/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-perl/Net-DNS-0.42"

src_compile() { :; }

src_install() {
        newbin fpdns.pl fpdns
        doman fpdns.1
}




Reply via email to