public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ima-evm-utils/
Date: Mon, 27 Aug 2018 08:34:54 +0000 (UTC)	[thread overview]
Message-ID: <1535358880.ea7a5fffa770b179d3c04b6f89bbaaab3c65ed7a.perfinion@gentoo> (raw)

commit:     ea7a5fffa770b179d3c04b6f89bbaaab3c65ed7a
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 27 08:24:40 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 08:34:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7a5fff

app-crypt/ima-evm-utils: bump to 1.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/ima-evm-utils/Manifest                              |  1 +
 .../{ima-evm-utils-9999.ebuild => ima-evm-utils-1.1.ebuild}   | 11 +++++++----
 app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild             |  6 ++++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/app-crypt/ima-evm-utils/Manifest b/app-crypt/ima-evm-utils/Manifest
index e4172dca042..9e6ad9d7cf8 100644
--- a/app-crypt/ima-evm-utils/Manifest
+++ b/app-crypt/ima-evm-utils/Manifest
@@ -1,3 +1,4 @@
 DIST ima-evm-utils-0.2.tar.gz 16329 BLAKE2B 6682d42d7e5801adf49a253fbcbbfbb9f66387e78e27fa8fa301a4cd6da904d0666b5f2011df7791dfc7c0e05cebe90fa20d7a103254141b6fbcd2c1a56aa334 SHA512 44d5ead01d0d1241d743a8545a619308a1988f2188384571d7d37dca567598f46d1d7d8b8a6ba3fdaf5b5e980f4c8a80f1c098ec4dadf082393a727f7a266229
 DIST ima-evm-utils-0.8.tar.gz 32025 BLAKE2B 4635c737257bba7b5aa7ca5b9b27e57a3cb16c7730bcd752602923c84e0f6e4c56e7de9099fcde6e6ae479fcfdb3b6c3251aeeb2872ecbc9430977f7f77fce7e SHA512 cfa90963426c9adfaa3b61e31c1b63d87407a1dfadd39d4c00f5c16b2b312d7535159c84c7f1854bb143147b5b097ef41dde22f8bba30555eecd8ed0255f3630
 DIST ima-evm-utils-1.0.tar.gz 35601 BLAKE2B 990e58e16923988d678cf1e1b588a2bc025b37cf94bda446e256640a9a1114f710b242dad9839767fb3570d593f8da7a31b39b92bf5acb6a5629e074513995e7 SHA512 f7edec4c2cd0f72291045c0096d198bff49bf892f5c5f7bf772f104613295e7522e96cccb89261c0ac035b0265c9574c14758359ab84c47180095630cf60802a
+DIST ima-evm-utils-1.1.tar.gz 37825 BLAKE2B 469f5bbc194f3fcc8996f252d01745c0d8d4d4f63476174622ea4569c97978db478bd522ae4672819c5ef995f2bb524eb857e5bf5c303131959f2f5cb9c2ebcc SHA512 fc7efc890812233db888eef210dc4357bee838b56fd95efd9a9e141d684b0b354670a3c053dd93a94a1402dd826074d4a83a4637c8e6c1d90ead3132354a5776

diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-1.1.ebuild
similarity index 72%
copy from app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
copy to app-crypt/ima-evm-utils/ima-evm-utils-1.1.ebuild
index 6252285e3f1..9ca9b52abd8 100644
--- a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
+++ b/app-crypt/ima-evm-utils/ima-evm-utils-1.1.ebuild
@@ -1,22 +1,25 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools git-r3
+inherit autotools
 
 DESCRIPTION="Supporting tools for IMA and EVM"
 HOMEPAGE="http://linux-ima.sourceforge.net"
-EGIT_REPO_URI="git://git.code.sf.net/p/linux-ima/ima-evm-utils"
+SRC_URI="mirror://sourceforge/linux-ima/${P}.tar.gz"
 
 RDEPEND="
 	dev-libs/openssl:0=
 	sys-apps/keyutils"
 DEPEND="${RDEPEND}
-	app-text/docbook-xsl-stylesheets"
+	app-text/asciidoc
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
 src_prepare() {

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 6252285e3f1..4d21524b674 100644
--- a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
+++ b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,9 @@ RDEPEND="
 	dev-libs/openssl:0=
 	sys-apps/keyutils"
 DEPEND="${RDEPEND}
-	app-text/docbook-xsl-stylesheets"
+	app-text/asciidoc
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt"
 
 LICENSE="GPL-2"
 SLOT="0"


             reply	other threads:[~2018-08-27  8:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-27  8:34 Jason Zaman [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-02-11 10:01 Michał Górny
2017-12-25 14:43 David Seifert
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=1535358880.ea7a5fffa770b179d3c04b6f89bbaaab3c65ed7a.perfinion@gentoo \
    --to=perfinion@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