net-dns/tlsa_rdata: new package

Package-Manager: portage-2.2.26
This commit is contained in:
nemunaire 2016-04-28 06:49:26 +01:00
commit 2590a50d30
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,22 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
MY_PV=v${PV}
DESCRIPTION="TLSA record rdata generator from X.509 certificate"
HOMEPAGE="https://github.com/shuque/tlsa_rdata"
SRC_URI="https://github.com/shuque/${PN}/archive/${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
RDEPEND="dev-python/m2crypto"
DEPEND="${RDEPEND}"