From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- sys-boot/Manifest.gz | Bin 6227 -> 6222 bytes sys-boot/mokutil/Manifest | 6 +++--- sys-boot/mokutil/metadata.xml | 2 +- sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild | 26 ------------------------ sys-boot/mokutil/mokutil-0.4.0.ebuild | 26 ++++++++++++++++++++++++ 5 files changed, 30 insertions(+), 30 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/Manifest.gz b/sys-boot/Manifest.gz index e9fd0279475f..ea88d9d3d4e5 100644 Binary files a/sys-boot/Manifest.gz and b/sys-boot/Manifest.gz differ diff --git a/sys-boot/mokutil/Manifest b/sys-boot/mokutil/Manifest index 861d1820dd9b..f2914bb726f1 100644 --- a/sys-boot/mokutil/Manifest +++ b/sys-boot/mokutil/Manifest @@ -1,3 +1,3 @@ -DIST mokutil-0.3.0_p20170404.tar.gz 32590 BLAKE2B 867574b05a7a7c842869f75bd3b6a0cd0af083862ffc912b25b12fe6283946968ac6872b25a727d37185fb821871d5a2f958afddbb7e2bfefde854c6f434ab8f SHA512 ee64627089efe341bff466249a126dcdcc4a53878b17f651b17423650c3aea76d52dcae01ed689ba5bd317125dd9a669816563aa676d46d8ac36863f38f9ea16 -EBUILD mokutil-0.3.0_p20170404.ebuild 593 BLAKE2B 3391a97d8f30d1ec2ae56eb38a6c6019a2cb640955699998dc7b7a13eedcb260e2f34bd40a09be282f3fba879cabef5be13c3c9e82cfc349566db3440a59be94 SHA512 694a2b1c0bf144a338fafe5eee9237ee7468477131a71867f56829df4cb35557c10e43009db59c0598eeae97ff37ab77a3af9ac07cd431c0726dddd0b51300e5 -MISC metadata.xml 339 BLAKE2B bd74af3869aa4eb2b1288e07b6040b1b1d365b60ca93a7478d0eecc32430d64159a7f87bd81193151313620fa3f68fdf7128c62271ebce58f9dcce3e80e2acbe SHA512 5b7223ec67865be0739d020357f5e863f315b52b44bde1e66386949b2232093fa4e0dc1b8ec52c8500ea61fecc6dd35ba43609262ab99ed007667fa36da8839b +DIST mokutil-0.4.0.tar.gz 32590 BLAKE2B 867574b05a7a7c842869f75bd3b6a0cd0af083862ffc912b25b12fe6283946968ac6872b25a727d37185fb821871d5a2f958afddbb7e2bfefde854c6f434ab8f SHA512 ee64627089efe341bff466249a126dcdcc4a53878b17f651b17423650c3aea76d52dcae01ed689ba5bd317125dd9a669816563aa676d46d8ac36863f38f9ea16 +EBUILD mokutil-0.4.0.ebuild 590 BLAKE2B 95518e0a246fc8c61bb9c1a8f2dff2840f34cee1b6bf3b17b45cd83a245650c0410095a6697c1498c93d9a1e15a76fc7f2fce3fb8eeeae8f9d68da9c50eb18b7 SHA512 9f588eea643aee867d3f6553655716d9e61778a5beb205afbedd131bcc3f6eff8d0fe7b8a7cbbec644c319d29c5270324e1791e0b07c1698434b3ff3ec8d8b1d +MISC metadata.xml 323 BLAKE2B fb75bd2e6eee9344e32cff8aa3c9cc46cfdf5bab288c940760436b49d92b83cc9db685c3de73b3ace360c4561f1be86d9d9b6c8ccfd60f5c4bd3ce5aebff734a SHA512 359106c578f89585a6985585d398b0c583220ae29b73c77c877b1df5e6b568afe6972beb6ba985c74049e31cbc1678faf457553b41c1e8c55b128c63c2a5cacb diff --git a/sys-boot/mokutil/metadata.xml b/sys-boot/mokutil/metadata.xml index 71aa8dfdc31d..de8565bc478f 100644 --- a/sys-boot/mokutil/metadata.xml +++ b/sys-boot/mokutil/metadata.xml @@ -6,6 +6,6 @@ Rick Farina - rapid7/metasploit-framework + lcp/mokutil 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