snmpenum: remove fetch restriction

This commit is contained in:
blshkv 2016-05-15 15:32:59 +08:00
parent dc10ca0f8f
commit f36e2b6e21
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -9,7 +9,6 @@ inherit eutils
DESCRIPTION="A perl script to enumerate SNMP table dumper"
HOMEPAGE="http://packetstormsecurity.org"
SRC_URI="https://dl.packetstormsecurity.net/UNIX/scanners/${PN}.zip"
RESTRICT="fetch"
LICENSE="GPL-2"
SLOT="0"
@ -21,12 +20,6 @@ RDEPEND="dev-perl/Net-SNMP"
S="${WORKDIR}"
pkg_nofetch() {
einfo "Upstream's certificate chain is incomplete. Run the following command:"
einfo "wget \"${SRC_URI}\" --no-check-certificate"
einfo "and placed the file into ${DISTDIR}"
}
src_configure() {
epatch "${FILESDIR}"/${PN}-gentoo.patch
}