diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-08-23 21:34:53 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-08-23 21:34:53 -0400 |
commit | cf90a21600e8d81c12b7e1143f43cd28f58dd70d (patch) | |
tree | a8562fd09aca4baadcd945605921c9169525409f /sys-boot | |
parent | sys-boot/mokutil: fix build failure (diff) | |
download | gentoo-cf90a21600e8d81c12b7e1143f43cd28f58dd70d.tar.gz gentoo-cf90a21600e8d81c12b7e1143f43cd28f58dd70d.tar.bz2 gentoo-cf90a21600e8d81c12b7e1143f43cd28f58dd70d.zip |
sys-boot/mokutil: drop 0.5.0-r1
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/mokutil/Manifest | 1 | ||||
-rw-r--r-- | sys-boot/mokutil/mokutil-0.5.0-r1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/sys-boot/mokutil/Manifest b/sys-boot/mokutil/Manifest index bc4aa5a911fd..24fa911ab2e8 100644 --- a/sys-boot/mokutil/Manifest +++ b/sys-boot/mokutil/Manifest @@ -1,2 +1 @@ -DIST mokutil-0.5.0.tar.gz 37181 BLAKE2B 6bd74e4ef2777afcd80cfe1d56dba7c861b9cb7bb957db19529dc36df7d6172c1d43870b80fbacd5f2bf20dbe9c8174be0d4cb5ce3638ce83a99795ae7627c4b SHA512 600c142fcc44e33efd307341b814018ef956668790b56d42a523140e81098746d14ae096fc6c93985b3c26bb414b8b6862f59312f2c4bd9d657a11e4becc6ea7 DIST mokutil-0.6.0.tar.gz 38047 BLAKE2B f2307807c700091f1e5a783b3ad8e7b3eaa17e05580b2c24fd0e92433c6b9bedfb51e9eb2d5d1c71448623b12b6667a573dd51ed03fc738aaf9815083e118ca0 SHA512 11a9d172dba4fbb674e58e5d82cb1dc65a80cff844c0eaebd106b4d4608b24a8207e0cfabf36fe1eedb67f68a8a18db2136c7b62aa3230ac104615e8284dbd7d diff --git a/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild b/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild deleted file mode 100644 index 560c290cb156..000000000000 --- a/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} |