summaryrefslogtreecommitdiff
path: root/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-24 03:50:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-24 03:50:36 +0100
commit49d36e9793573ab563c841fc0aebeb7d62c58859 (patch)
tree50d229047e5c5fa392945a459bfcd4c09b3d66cc /sys-boot/mokutil/mokutil-0.5.0-r1.ebuild
parentce80202cfcf7f0dcb80e055eba3f6475232a5961 (diff)
gentoo auto-resync : 24:08:2023 - 03:50:35
Diffstat (limited to 'sys-boot/mokutil/mokutil-0.5.0-r1.ebuild')
-rw-r--r--sys-boot/mokutil/mokutil-0.5.0-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
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
-}