diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-02 22:55:20 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-07 15:21:42 -0400 |
commit | c5b74cf344eb1b0c380c565130054d957c2fffd9 (patch) | |
tree | 36fcb064ae5a1e03797c48bbb429406b4199f977 /net-dns | |
parent | dev-lang/polyml: use HTTPs (diff) | |
download | gentoo-c5b74cf344eb1b0c380c565130054d957c2fffd9.tar.gz gentoo-c5b74cf344eb1b0c380c565130054d957c2fffd9.tar.bz2 gentoo-c5b74cf344eb1b0c380c565130054d957c2fffd9.zip |
net-dns/dnscap: EAPI=7, improve ebuild, fix HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8697
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnscap/dnscap-20130814.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/net-dns/dnscap/dnscap-20130814.ebuild b/net-dns/dnscap/dnscap-20130814.ebuild index baed5d542660..229ade9c0a25 100644 --- a/net-dns/dnscap/dnscap-20130814.ebuild +++ b/net-dns/dnscap/dnscap-20130814.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit eutils - -DESCRIPTION="dnscap is a network capture utility designed specifically for DNS traffic" -HOMEPAGE="http://dnscap.dns-oarc.net/" +DESCRIPTION="network capture utility designed specifically for DNS traffic" +HOMEPAGE="https://dnscap.dns-oarc.net/" ## github commit tarball MY_GIT_COMMIT="727ed7d5e46625abc2c8d988689a300589e948b6" @@ -23,7 +21,4 @@ IUSE="" RDEPEND="net-libs/libpcap" DEPEND="${RDEPEND}" -src_prepare() { - ## adds DESTDIR to install target - epatch "${FILESDIR}/${P}.install.patch" -} +PATCHES=( "${FILESDIR}/${P}.install.patch" ) |