aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Fish <gentoo@seaofdirac.net>2017-03-16 16:39:55 +0100
committerNicholas Fish <gentoo@seaofdirac.net>2017-03-16 16:39:55 +0100
commit51ebae156689df03ac2160ed55be66833f240a39 (patch)
tree5ee43240b1470821b30c176e3faae84f295ecfe5
parentAdd musl-tolerating Adobe Flash 25.0.0.127 package (diff)
downloadennui-51ebae156689df03ac2160ed55be66833f240a39.tar.gz
ennui-51ebae156689df03ac2160ed55be66833f240a39.tar.bz2
ennui-51ebae156689df03ac2160ed55be66833f240a39.zip
efitools: Regenerate oid.h include
-rw-r--r--app-crypt/efitools/Manifest3
-rw-r--r--app-crypt/efitools/efitools-1.7.0-r1.ebuild1
-rw-r--r--app-crypt/efitools/efitools-9999.ebuild32
3 files changed, 34 insertions, 2 deletions
diff --git a/app-crypt/efitools/Manifest b/app-crypt/efitools/Manifest
index a564b07..e4c482c 100644
--- a/app-crypt/efitools/Manifest
+++ b/app-crypt/efitools/Manifest
@@ -1,3 +1,4 @@
DIST efitools-1.7.0.tar.bz2 96042 SHA256 6221323665359ded31aefd2979853203cc08509d35bed09b05a28a9c060866ea SHA512 1e839c5565b0a113569cf47bf98d656875f9a127b481287a553e8b1276969021e1a39a730b9ede3852e15d1ac045db7ec64767f5ac71a24567236c0938697ccb WHIRLPOOL fc1762b5a35111f5f103273615b03318a4c319147e1e66898ceb748fd767cd977d8cf4d466e2cd7289fea66a755a4b13f44d9f7498a6a2216213045439726bf7
-EBUILD efitools-1.7.0-r1.ebuild 813 SHA256 b0b92c13fda3c5067c132bbe9d37fd359cdf8a75e46b8a97f6d43c3cf1ac4563 SHA512 9a14f89f130ebd75b432d9bb86a646610916e2f81595271cf0c5846fdc767b0835048bd8256f58f717eb4144f1c01cac86571728a459ddf16aad7e3218b4127e WHIRLPOOL bac64a89582033612a0df5c2e06f5dd9a15f4797a7b12bdc99598330fd714a7fb4b7f1332de76aaaee065ae59555cd3392a44ae16213c085c51fe53d59baff43
+EBUILD efitools-1.7.0-r1.ebuild 763 SHA256 b2871aa0fa5acc524a54a0d63eb10ca470d7662d4733a497e20a12b69f7bed9c SHA512 5b2f914d796ba0b69b2f8b551d061076b704f1a2b4942cd0e5300a078097d95c823ac9d87a71628b71670b4e0caec8f81dd0c9f6a8077a98bfd6e0a067819907 WHIRLPOOL 5f9cfc5be3c2c352e19a7fcd3ebc2d50edd8596e8d91e9f6a66d20df08f42560fb86527bf75123c0f90ab26266dd55f921ce9d37b02eba120c8e8f8ae5daff36
+EBUILD efitools-9999.ebuild 834 SHA256 35ebca845c04721c512daa71026d6ea2bb352c93c1e37a6c3f7a3e0503b8db47 SHA512 d28880a924e72576fc2d7b65a801f83059bb67ef387bd05be9501bf5de160246e93b8fd97c287b4be20a158e2d189e7fb71b6160ff533a13161b42940ebc3486 WHIRLPOOL 9c32b34102b2b009b7586c13bcdba0c2e2b55795d350c8d98e2cdf1c912af3a133f0243084b3b31193d04021af485a5bcccb373f68a6162d75c36aa8eac06b26
MISC metadata.xml 139 SHA256 5cdc1888ebc8807b9a37b1d33429c61cabe7415a4f240e21a4c2ff8eca7a34ed SHA512 8be912ace7468a4396eb1da00a9785030a8ce35da4357a01591876a1056fd45e44da65de2af3e1eb0506ce6551714962c40c3ae5a3aefa2ad231de35af2519be WHIRLPOOL 620431014dd4fb752c3d46d11904ecb2c6d4525f5b4e30f4f778a3b74d3f7187ae4ccd856ebd7eabb48ce261b21849c732928fe647edce024a3fdc082d8f8630
diff --git a/app-crypt/efitools/efitools-1.7.0-r1.ebuild b/app-crypt/efitools/efitools-1.7.0-r1.ebuild
index b0de54b..0a32787 100644
--- a/app-crypt/efitools/efitools-1.7.0-r1.ebuild
+++ b/app-crypt/efitools/efitools-1.7.0-r1.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: f5357a38b8ea8ddb6ff06fb92d50f7aac8b64b40 $
EAPI="6"
diff --git a/app-crypt/efitools/efitools-9999.ebuild b/app-crypt/efitools/efitools-9999.ebuild
new file mode 100644
index 0000000..424288c
--- /dev/null
+++ b/app-crypt/efitools/efitools-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Tools for manipulating UEFI secure boot platforms"
+HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
+
+if [[ ${PV} == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git"
+else
+ SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git/snapshot/v${PV}.tar.bz2 -> ${P}.tar.bz2"
+ S=${WORKDIR}/v${PV}
+fi
+
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="libressl"
+
+RDEPEND="
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ sys-apps/util-linux"
+DEPEND="${RDEPEND}
+ sys-apps/help2man
+ >=sys-boot/gnu-efi-3.0u
+ app-crypt/sbsigntool
+ virtual/pkgconfig
+ dev-perl/File-Slurp"