summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2016-05-08 22:10:17 +0200
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2016-05-08 22:10:42 +0200
commit643faf81a2345c654e965a05fea01488e08974c4 (patch)
treed147221cea53b97905564fb7f86a2b01cedc022b /app-crypt
parentwww-client/chromium: beta channel bump (51.0.2704.36) (diff)
downloadgentoo-643faf81a2345c654e965a05fea01488e08974c4.tar.gz
gentoo-643faf81a2345c654e965a05fea01488e08974c4.tar.bz2
gentoo-643faf81a2345c654e965a05fea01488e08974c4.zip
app-crypt/efitools: version bump (1.7.0) for bug #533572
Credits: Ben Sagal - bug reporter Gabriel Marcano - uploaded git-based ebuild Package-Manager: portage-2.2.26
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/efitools/efitools-1.7.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-crypt/efitools/efitools-1.7.0.ebuild b/app-crypt/efitools/efitools-1.7.0.ebuild
new file mode 100644
index 000000000000..4395a3d2810f
--- /dev/null
+++ b/app-crypt/efitools/efitools-1.7.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+inherit git-r3
+
+DESCRIPTION="Tools for manipulating UEFI secure boot platforms"
+HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
+SRC_URI=""
+
+EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git"
+EGIT_COMMIT="v1.7.0"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/openssl
+ sys-apps/util-linux"
+DEPEND="${RDEPEND}
+ sys-apps/help2man
+ >=sys-boot/gnu-efi-3.0u
+ app-crypt/sbsigntool
+ virtual/pkgconfig
+ dev-perl/File-Slurp"