From 99a3041350bb40b24f7af5de101dfd7a12d98bce Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Fri, 26 Feb 2021 12:02:44 -0500 Subject: sys-boot/mokutil: bump Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Rick Farina --- sys-boot/mokutil/Manifest | 2 +- sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild | 26 ------------------------- sys-boot/mokutil/mokutil-0.4.0.ebuild | 26 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild create mode 100644 sys-boot/mokutil/mokutil-0.4.0.ebuild (limited to 'sys-boot') diff --git a/sys-boot/mokutil/Manifest b/sys-boot/mokutil/Manifest index b9f69c820d32..775b20a0acf0 100644 --- a/sys-boot/mokutil/Manifest +++ b/sys-boot/mokutil/Manifest @@ -1 +1 @@ -DIST mokutil-0.3.0_p20170404.tar.gz 32590 BLAKE2B 867574b05a7a7c842869f75bd3b6a0cd0af083862ffc912b25b12fe6283946968ac6872b25a727d37185fb821871d5a2f958afddbb7e2bfefde854c6f434ab8f SHA512 ee64627089efe341bff466249a126dcdcc4a53878b17f651b17423650c3aea76d52dcae01ed689ba5bd317125dd9a669816563aa676d46d8ac36863f38f9ea16 +DIST mokutil-0.4.0.tar.gz 32590 BLAKE2B 867574b05a7a7c842869f75bd3b6a0cd0af083862ffc912b25b12fe6283946968ac6872b25a727d37185fb821871d5a2f958afddbb7e2bfefde854c6f434ab8f SHA512 ee64627089efe341bff466249a126dcdcc4a53878b17f651b17423650c3aea76d52dcae01ed689ba5bd317125dd9a669816563aa676d46d8ac36863f38f9ea16 diff --git a/sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild b/sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild deleted file mode 100644 index d50f17eba469..000000000000 --- a/sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} diff --git a/sys-boot/mokutil/mokutil-0.4.0.ebuild b/sys-boot/mokutil/mokutil-0.4.0.ebuild new file mode 100644 index 000000000000..e7350f82c725 --- /dev/null +++ b/sys-boot/mokutil/mokutil-0.4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# 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 +} -- cgit v1.2.3-65-gdbad