public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/mokutil/
Date: Wed,  4 Jul 2018 15:48:09 +0000 (UTC)	[thread overview]
Message-ID: <1530719250.3a15ff8bae4da89f049f23f88fe4a33837d2b5b2.zerochaos@gentoo> (raw)

commit:     3a15ff8bae4da89f049f23f88fe4a33837d2b5b2
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  4 15:47:30 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Jul  4 15:47:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a15ff8b

sys-boot/mokutil: initial commit

this is a tool that works with shim to allow secure booting with UEFI

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-boot/mokutil/Manifest                       |  1 +
 sys-boot/mokutil/metadata.xml                   | 11 +++++++++++
 sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild | 26 +++++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/sys-boot/mokutil/Manifest b/sys-boot/mokutil/Manifest
new file mode 100644
index 00000000000..b9f69c820d3
--- /dev/null
+++ b/sys-boot/mokutil/Manifest
@@ -0,0 +1 @@
+DIST mokutil-0.3.0_p20170404.tar.gz 32590 BLAKE2B 867574b05a7a7c842869f75bd3b6a0cd0af083862ffc912b25b12fe6283946968ac6872b25a727d37185fb821871d5a2f958afddbb7e2bfefde854c6f434ab8f SHA512 ee64627089efe341bff466249a126dcdcc4a53878b17f651b17423650c3aea76d52dcae01ed689ba5bd317125dd9a669816563aa676d46d8ac36863f38f9ea16

diff --git a/sys-boot/mokutil/metadata.xml b/sys-boot/mokutil/metadata.xml
new file mode 100644
index 00000000000..71aa8dfdc31
--- /dev/null
+++ b/sys-boot/mokutil/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zerochaos@gentoo.org</email>
+		<name>Rick Farina</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">rapid7/metasploit-framework</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild b/sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild
new file mode 100644
index 00000000000..d50f17eba46
--- /dev/null
+++ b/sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="The utility to manipulate machines owner keys which managed in shim"
+HOMEPAGE="https://github.com/lcp/mokutil"
+GIT_HASH="e19adc575c1f9d8f08b7fbc594a0887ace63f83f"
+SRC_URI="https://github.com/lcp/mokutil/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/openssl:=
+	sys-libs/efivar:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${GIT_HASH}"
+
+src_prepare() {
+	default
+	eautoreconf
+}


             reply	other threads:[~2018-07-04 15:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-04 15:48 Richard Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-26 17:06 [gentoo-commits] repo/gentoo:master commit in: sys-boot/mokutil/ Rick Farina
2021-02-26 17:06 Rick Farina
2021-07-01  6:45 Sam James
2023-08-19 13:59 Rick Farina
2023-08-19 13:59 Rick Farina
2023-08-24  1:35 Rick Farina
2024-10-02 11:26 James Le Cuirot
2024-10-23 15:56 Sam James
2024-10-23 15:56 Sam James

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=1530719250.3a15ff8bae4da89f049f23f88fe4a33837d2b5b2.zerochaos@gentoo \
    --to=zerochaos@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