net-analyzer/nagios-check_dane: Version 0.1 bump

Package-Manager: portage-2.2.26
This commit is contained in:
nemunaire 2016-04-11 00:15:46 +01:00
commit 8ee7b40ffc
3 changed files with 56 additions and 6 deletions

View file

@ -6,16 +6,25 @@ EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
inherit git-r3 multilib
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"
EGIT_REPO_URI="https://github.com/debfx/check_dane.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-libs/openssl:0
@ -25,6 +34,6 @@ RDEPEND="${DEPEND}"
src_install() {
local nagiosplugindir="/usr/$(get_libdir)/nagios/plugins"
insinto "${nagiosplugindir}"
exeinto "${nagiosplugindir}"
doexe check_dane
}