Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/fpdns: fpdns-0.10.0_pre20130404-r1.ebuild fpdns-0.9.1-r1.ebuild ChangeLog fpdns-0.9.1.ebuild fpdns-0.10.0_pre20130404.ebuild
Date: Wed, 27 Aug 2014 17:04:02
Message-Id: 20140827170358.93DAD3FF3@oystercatcher.gentoo.org
1 axs 14/08/27 17:03:58
2
3 Modified: ChangeLog
4 Added: fpdns-0.10.0_pre20130404-r1.ebuild
5 fpdns-0.9.1-r1.ebuild
6 Removed: fpdns-0.9.1.ebuild fpdns-0.10.0_pre20130404.ebuild
7 Log:
8 bumped EAPI to 5 to support upgrades of dev-lang/perl when inheriting perl-module ; bumped EAPI to 4 to avoid deprecated EAPI otherwise.
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
11
12 Revision Changes Path
13 1.5 net-dns/fpdns/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/ChangeLog?rev=1.5&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/ChangeLog?rev=1.5&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/ChangeLog?r1=1.4&r2=1.5
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-dns/fpdns/ChangeLog,v
22 retrieving revision 1.4
23 retrieving revision 1.5
24 diff -u -r1.4 -r1.5
25 --- ChangeLog 26 Apr 2014 19:26:54 -0000 1.4
26 +++ ChangeLog 27 Aug 2014 17:03:58 -0000 1.5
27 @@ -1,6 +1,15 @@
28 # ChangeLog for net-dns/fpdns
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/ChangeLog,v 1.4 2014/04/26 19:26:54 wschlich Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/ChangeLog,v 1.5 2014/08/27 17:03:58 axs Exp $
32 +
33 +*fpdns-0.9.1-r1 (27 Aug 2014)
34 +*fpdns-0.10.0_pre20130404-r1 (27 Aug 2014)
35 +
36 + 27 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
37 + +fpdns-0.10.0_pre20130404-r1.ebuild, +fpdns-0.9.1-r1.ebuild,
38 + -fpdns-0.10.0_pre20130404.ebuild, -fpdns-0.9.1.ebuild:
39 + bumped EAPI to 5 to support upgrades of dev-lang/perl when inheriting perl-
40 + module ; bumped EAPI to 4 to avoid deprecated EAPI otherwise.
41
42 *fpdns-0.10.0_pre20130404 (26 Apr 2014)
43
44
45
46
47 1.1 net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild?rev=1.1&view=markup
50 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
51
52 Index: fpdns-0.10.0_pre20130404-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $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 $
57
58 EAPI=5
59
60 inherit eutils perl-module
61
62 DESCRIPTION="Fingerprinting DNS servers"
63 HOMEPAGE="https://github.com/kirei/fpdns/"
64
65 MY_P="${PN}-${PV##*_pre}"
66 SRC_URI="https://github.com/kirei/fpdns/archive/20130404.tar.gz -> ${P}.tar.gz"
67
68 LICENSE="BSD"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 DEPEND=""
74 RDEPEND=">=dev-perl/Net-DNS-0.74"
75
76 S="${WORKDIR}"/"${MY_P}"
77
78 src_prepare() {
79 ## fixes https://github.com/kirei/fpdns/issues/6
80 epatch "${FILESDIR}/${P}.ro-header.patch"
81 }
82
83 src_install() {
84 newbin apps/fpdns fpdns
85 insinto "${VENDOR_LIB}"/Net/DNS/
86 doins lib/Net/DNS/Fingerprint.pm
87 }
88
89
90
91 1.1 net-dns/fpdns/fpdns-0.9.1-r1.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/fpdns/fpdns-0.9.1-r1.ebuild?rev=1.1&view=markup
94 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
95
96 Index: fpdns-0.9.1-r1.ebuild
97 ===================================================================
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $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 $
101
102 EAPI=4
103
104 DESCRIPTION="Fingerprinting DNS servers"
105 HOMEPAGE="http://www.rfc.se/fpdns/"
106 SRC_URI="http://www.rfc.se/fpdns/distfiles/${P}.tar.gz"
107
108 LICENSE="BSD"
109 SLOT="0"
110 KEYWORDS="~amd64 ~x86"
111 IUSE=""
112
113 RDEPEND=">=dev-perl/Net-DNS-0.42"
114
115 src_compile() { :; }
116
117 src_install() {
118 newbin fpdns.pl fpdns
119 doman fpdns.1
120 }