public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ima-evm-utils/
Date: Mon, 25 Dec 2017 14:43:18 +0000 (UTC)	[thread overview]
Message-ID: <1514212931.a7d432a61be60ab70c9bf3c1d5b502bb2a4ea05f.soap@gentoo> (raw)

commit:     a7d432a61be60ab70c9bf3c1d5b502bb2a4ea05f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 13:19:43 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 14:42:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d432a6

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

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild | 33 +++++++++++++++--------
 1 file changed, 22 insertions(+), 11 deletions(-)

diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
index a7366acbcaa..6252285e3f1 100644
--- a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
+++ b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
@@ -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)
+}


             reply	other threads:[~2017-12-25 14:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-25 14:43 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-23 21:34 [gentoo-commits] repo/gentoo:master commit in: app-crypt/ima-evm-utils/ Sam James
2022-02-26  2:43 Sam James
2021-09-29  0:09 Sam James
2021-09-29  0:09 Sam James
2021-09-29  0:09 Sam James
2021-09-28  1:45 Sam James
2021-09-28  1:45 Sam James
2019-09-07 17:44 Matt Turner
2019-03-25  6:06 Michał Górny
2018-08-27  8:34 Jason Zaman
2018-08-27  8:34 Jason Zaman
2018-02-11 10:01 Michał Górny
2016-11-26 11:23 Jason Zaman
2016-10-30 20:05 Sven Wegener

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1514212931.a7d432a61be60ab70c9bf3c1d5b502bb2a4ea05f.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox