diff options
Diffstat (limited to 'sys-boot/mokutil')
-rw-r--r-- | sys-boot/mokutil/Manifest | 4 | ||||
-rw-r--r-- | sys-boot/mokutil/mokutil-0.6.0.ebuild (renamed from sys-boot/mokutil/mokutil-0.3.0_p20170405.ebuild) | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/sys-boot/mokutil/Manifest b/sys-boot/mokutil/Manifest index 3dd73f0576b4..daddd517b8cc 100644 --- a/sys-boot/mokutil/Manifest +++ b/sys-boot/mokutil/Manifest @@ -1,5 +1,5 @@ -DIST mokutil-0.3.0_p20170405.tar.gz 32590 BLAKE2B 867574b05a7a7c842869f75bd3b6a0cd0af083862ffc912b25b12fe6283946968ac6872b25a727d37185fb821871d5a2f958afddbb7e2bfefde854c6f434ab8f SHA512 ee64627089efe341bff466249a126dcdcc4a53878b17f651b17423650c3aea76d52dcae01ed689ba5bd317125dd9a669816563aa676d46d8ac36863f38f9ea16 DIST mokutil-0.5.0.tar.gz 37181 BLAKE2B 6bd74e4ef2777afcd80cfe1d56dba7c861b9cb7bb957db19529dc36df7d6172c1d43870b80fbacd5f2bf20dbe9c8174be0d4cb5ce3638ce83a99795ae7627c4b SHA512 600c142fcc44e33efd307341b814018ef956668790b56d42a523140e81098746d14ae096fc6c93985b3c26bb414b8b6862f59312f2c4bd9d657a11e4becc6ea7 -EBUILD mokutil-0.3.0_p20170405.ebuild 686 BLAKE2B 2500e342c120ff2e5072104a5ff1fab0932f25618062138425a5c4cf51c0d72069e93096cc64bf01c6721f212cdd82241377aa7cd391c4e033fd79ce064e85a0 SHA512 e6a972fc0b83e46f2ffc84b065133b8e8870596ac98422afbf5bd892925d9d0c513fdef85ac3e63a8aec1dfa4591612f235796af24d1755d51d88462e444f35b +DIST mokutil-0.6.0.tar.gz 38047 BLAKE2B f2307807c700091f1e5a783b3ad8e7b3eaa17e05580b2c24fd0e92433c6b9bedfb51e9eb2d5d1c71448623b12b6667a573dd51ed03fc738aaf9815083e118ca0 SHA512 11a9d172dba4fbb674e58e5d82cb1dc65a80cff844c0eaebd106b4d4608b24a8207e0cfabf36fe1eedb67f68a8a18db2136c7b62aa3230ac104615e8284dbd7d EBUILD mokutil-0.5.0-r1.ebuild 560 BLAKE2B 95644c634226181843c3eb6e4d988e16f3f43a2187a2d7cb318d4f21ada38c5d6a44c254ecc380ad3d040316dd83a549030e34255a33e4130a90da6b6a203a0a SHA512 02668a462d47eef98cc517ec7952d0463194688b7f9bf7ee7512c5635838b17d6fa0cbc43a2765d8f49f749699b6bc2911937d142274523854a4b93a3cdbd440 +EBUILD mokutil-0.6.0.ebuild 560 BLAKE2B 548bef83e75844fcc68afd6f5743fe2cd2772a3f681bce329fc9c03a09ae82507d5d3923fd7ca55a0cfe76acacd3faebfbe0bfaf1938e488631cd9e7a55fabec SHA512 095e83605147ba2771ca5245823f56e387a5ede8628fcb55a9f9e3d2e8565e039c142621424d3c16d6ac029ee054678f1521f9fcdea161535c2f49b83415df5a MISC metadata.xml 324 BLAKE2B 803a9f3dfc400fd7358eb385dbdcd68c75cb26fbaf90ceb26ff41c7eef6ed3c34cb2d1418e2baa2c3b479615d473583fa7aa6b88544b6b1399cdd1e304ad3cbc SHA512 c0d24dc6c45f5d6f4d6d2b01b14a79376f4adf5847348bd9e5cdde20af1fe88ec9681bc6fd88126febf749dc0822d3b78bd2babcfa80abbbff3d1580aafc530e diff --git a/sys-boot/mokutil/mokutil-0.3.0_p20170405.ebuild b/sys-boot/mokutil/mokutil-0.6.0.ebuild index c83be9c0cdf4..cf7a65403d0e 100644 --- a/sys-boot/mokutil/mokutil-0.3.0_p20170405.ebuild +++ b/sys-boot/mokutil/mokutil-0.6.0.ebuild @@ -1,22 +1,20 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools -# This corresponds to a commit between 0.3.0 and 0.4.0! -GIT_HASH="e19adc575c1f9d8f08b7fbc594a0887ace63f83f" DESCRIPTION="The utility to manipulate machines owner keys which managed in shim" HOMEPAGE="https://github.com/lcp/mokutil" -SRC_URI="https://github.com/lcp/mokutil/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${GIT_HASH}" +SRC_URI="https://github.com/lcp/mokutil/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-libs/openssl:= + sys-apps/keyutils:= sys-libs/efivar:= virtual/libcrypt:=" RDEPEND="${DEPEND}" |