From 7f0ccc917c7abe6223784c703d86cd14755691fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 3 Jul 2021 22:39:47 +0100 Subject: gentoo resync : 03.07.2021 --- sys-boot/mokutil/Manifest | 6 ++++-- sys-boot/mokutil/mokutil-0.3.0_p20170405.ebuild | 28 +++++++++++++++++++++++++ sys-boot/mokutil/mokutil-0.4.0.ebuild | 26 ----------------------- sys-boot/mokutil/mokutil-0.5.0-r1.ebuild | 26 +++++++++++++++++++++++ 4 files changed, 58 insertions(+), 28 deletions(-) create mode 100644 sys-boot/mokutil/mokutil-0.3.0_p20170405.ebuild delete mode 100644 sys-boot/mokutil/mokutil-0.4.0.ebuild create mode 100644 sys-boot/mokutil/mokutil-0.5.0-r1.ebuild (limited to 'sys-boot/mokutil') diff --git a/sys-boot/mokutil/Manifest b/sys-boot/mokutil/Manifest index f2914bb726f1..f244c1258828 100644 --- a/sys-boot/mokutil/Manifest +++ b/sys-boot/mokutil/Manifest @@ -1,3 +1,5 @@ -DIST mokutil-0.4.0.tar.gz 32590 BLAKE2B 867574b05a7a7c842869f75bd3b6a0cd0af083862ffc912b25b12fe6283946968ac6872b25a727d37185fb821871d5a2f958afddbb7e2bfefde854c6f434ab8f SHA512 ee64627089efe341bff466249a126dcdcc4a53878b17f651b17423650c3aea76d52dcae01ed689ba5bd317125dd9a669816563aa676d46d8ac36863f38f9ea16 -EBUILD mokutil-0.4.0.ebuild 590 BLAKE2B 95518e0a246fc8c61bb9c1a8f2dff2840f34cee1b6bf3b17b45cd83a245650c0410095a6697c1498c93d9a1e15a76fc7f2fce3fb8eeeae8f9d68da9c50eb18b7 SHA512 9f588eea643aee867d3f6553655716d9e61778a5beb205afbedd131bcc3f6eff8d0fe7b8a7cbbec644c319d29c5270324e1791e0b07c1698434b3ff3ec8d8b1d +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 +EBUILD mokutil-0.5.0-r1.ebuild 560 BLAKE2B 95644c634226181843c3eb6e4d988e16f3f43a2187a2d7cb318d4f21ada38c5d6a44c254ecc380ad3d040316dd83a549030e34255a33e4130a90da6b6a203a0a SHA512 02668a462d47eef98cc517ec7952d0463194688b7f9bf7ee7512c5635838b17d6fa0cbc43a2765d8f49f749699b6bc2911937d142274523854a4b93a3cdbd440 MISC metadata.xml 323 BLAKE2B fb75bd2e6eee9344e32cff8aa3c9cc46cfdf5bab288c940760436b49d92b83cc9db685c3de73b3ace360c4561f1be86d9d9b6c8ccfd60f5c4bd3ce5aebff734a SHA512 359106c578f89585a6985585d398b0c583220ae29b73c77c877b1df5e6b568afe6972beb6ba985c74049e31cbc1678faf457553b41c1e8c55b128c63c2a5cacb diff --git a/sys-boot/mokutil/mokutil-0.3.0_p20170405.ebuild b/sys-boot/mokutil/mokutil-0.3.0_p20170405.ebuild new file mode 100644 index 000000000000..c83be9c0cdf4 --- /dev/null +++ b/sys-boot/mokutil/mokutil-0.3.0_p20170405.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-libs/openssl:= + sys-libs/efivar:= + virtual/libcrypt:=" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + eautoreconf +} diff --git a/sys-boot/mokutil/mokutil-0.4.0.ebuild b/sys-boot/mokutil/mokutil-0.4.0.ebuild deleted file mode 100644 index e7350f82c725..000000000000 --- a/sys-boot/mokutil/mokutil-0.4.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} diff --git a/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild b/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild new file mode 100644 index 000000000000..560c290cb156 --- /dev/null +++ b/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +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/${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}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + eautoreconf +} -- cgit v1.2.3