app-crypt/ima-evm-utils: [QA] Port to git-r3

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
David Seifert
2017-12-25 14:19:43 +01:00
parent a6588bf7a0
commit a7d432a61b

View File

@@ -1,21 +1,32 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
EGIT_REPO_URI="git://git.code.sf.net/p/linux-ima/ima-evm-utils"
EGIT_BOOTSTRAP="autogen.sh"
inherit git-2 eutils
inherit autotools git-r3
DESCRIPTION="Supporting tools for IMA and EVM"
HOMEPAGE="http://linux-ima.sourceforge.net"
SRC_URI=""
EGIT_REPO_URI="git://git.code.sf.net/p/linux-ima/ima-evm-utils"
DEPEND="sys-apps/keyutils"
RDEPEND="${DEPEND}"
RDEPEND="
dev-libs/openssl:0=
sys-apps/keyutils"
DEPEND="${RDEPEND}
app-text/docbook-xsl-stylesheets"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
IUSE="debug"
src_prepare() {
default
sed -i '/^MANPAGE_DOCBOOK_XSL/s:/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl:/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl:' Makefile.am || die
eautoreconf
}
src_configure() {
econf $(use_enable debug)
}