diff options
author | 2013-08-30 05:37:24 +0000 | |
---|---|---|
committer | 2013-08-30 05:37:24 +0000 | |
commit | 261695f17e8848f349f2c99e8b56dcbdd9fb9b0b (patch) | |
tree | 489f84864a976a6da0cb4707d40c4505423fed72 /app-crypt/efitools/efitools-1.4.1.ebuild | |
parent | fixed metadata.xml to point to me (diff) | |
download | gentoo-2-261695f17e8848f349f2c99e8b56dcbdd9fb9b0b.tar.gz gentoo-2-261695f17e8848f349f2c99e8b56dcbdd9fb9b0b.tar.bz2 gentoo-2-261695f17e8848f349f2c99e8b56dcbdd9fb9b0b.zip |
add efitools package
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt/efitools/efitools-1.4.1.ebuild')
-rw-r--r-- | app-crypt/efitools/efitools-1.4.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-crypt/efitools/efitools-1.4.1.ebuild b/app-crypt/efitools/efitools-1.4.1.ebuild new file mode 100644 index 000000000000..aec17bdc3d81 --- /dev/null +++ b/app-crypt/efitools/efitools-1.4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/efitools/efitools-1.4.1.ebuild,v 1.1 2013/08/30 05:37:24 gregkh Exp $ + +EAPI="4" + +DESCRIPTION="Tools for manipulating UEFI secure boot platforms" +HOMEPAGE="git://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git" +SRC_URI="https://build.opensuse.org/package/rawsourcefile/home:jejb1:UEFI/efitools/efitools-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/openssl + sys-apps/util-linux" +DEPEND="${RDEPEND} + sys-apps/help2man + sys-boot/gnu-efi + virtual/pkgconfig" + |