mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/nessus-client: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -1,56 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=2
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
MY_PN=NessusClient
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="A client for the Nessus vulnerability scanner"
|
||||
HOMEPAGE="http://www.nessus.org/"
|
||||
SRC_URI="mirror://gentoo/${MY_P}.tar.gz
|
||||
mirror://gentoo/nessus-client.png.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="!net-analyzer/nessus-core
|
||||
dev-libs/openssl
|
||||
>=x11-libs/gtk+-2.8.8:2"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
doc? ( app-text/htmldoc )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-make.patch
|
||||
sed -i \
|
||||
-e "/NESSUS_DOCDIR/s|/doc/NessusClient|/doc/${PF}|g" \
|
||||
nessus.tmpl.in || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
econf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc CHANGES README_SSL VERSION
|
||||
|
||||
doicon "${WORKDIR}"/${PN}.png
|
||||
make_desktop_entry NessusClient "Nessus Client" nessus-client "Network"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! use doc; then
|
||||
elog "If you do not have documentation installed, nessus-client"
|
||||
elog "will complain. To install documentation, please emerge with"
|
||||
elog "the doc useflag set. Beware that it will emerge app-text/htmldoc,"
|
||||
elog "a big package."
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user