net-analyzer/nagios-check_dane: Version bump
Package-Manager: portage-2.3.0
This commit is contained in:
parent
bc859a5781
commit
0306824803
2 changed files with 3 additions and 3 deletions
|
|
@ -1,39 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{4,5} )
|
||||
|
||||
if [[ ${PV} == *9999 ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/debfx/check_dane.git"
|
||||
inherit git-r3
|
||||
SRC_URI=""
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://github.com/debfx/check_dane/archive/${PV}.tar.gz"
|
||||
KEYWORDS="~arm"
|
||||
MY_P=${P/nagios-/}
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="check_dane is a set of Nagios plugins to check DANE/TLSA records"
|
||||
HOMEPAGE="https://github.com/debfx/check_dane"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/openssl:0
|
||||
dev-python/dnspython:py3
|
||||
net-analyzer/nagios-plugins"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
local nagiosplugindir="/usr/$(get_libdir)/nagios/plugins"
|
||||
exeinto "${nagiosplugindir}"
|
||||
doexe check_dane
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue