commit: 5c01f7b02ef2d064d17f0ba921c91afdd93c7699 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org> AuthorDate: Wed Oct 12 19:11:54 2016 +0000 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Wed Oct 12 19:12:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c01f7b0
dev-util/lorax: I am the lorax and I speak for the trees! Also a tool that redhat uses for release engineering that has some very useful uefi tools which I intend to use Package-Manager: portage-2.3.1 dev-util/lorax/Manifest | 1 + dev-util/lorax/lorax-26.0.ebuild | 21 +++++++++++++++++++++ dev-util/lorax/metadata.xml | 10 ++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-util/lorax/Manifest b/dev-util/lorax/Manifest new file mode 100644 index 00000000..a3c960e --- /dev/null +++ b/dev-util/lorax/Manifest @@ -0,0 +1 @@ +DIST lorax-26.0-1.tar.gz 2481389 SHA256 984c7ad3c863a3f600400a2798a4688aebb98aaedf35b19f2398908dc19c0734 SHA512 9d6b833f2cb8e23625c6cd69b69eb9156cb460ecae2634db065109d2e0fc0b0d7fb6648a0d260ff475a31276b63e7115d69b39dbc90def05147449bcd8a49c5b WHIRLPOOL dbfb5aab8e723a48fb08949209386f1824699371c3e172df08d8a7638735783e3cb24aa6a9659f79023172e2d32fe2b2e7df8a37a19a6f0f3512efcc356e0164 diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild new file mode 100644 index 00000000..b051c1e --- /dev/null +++ b/dev-util/lorax/lorax-26.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 + +DESCRIPTION="Redhat Tools for creating disk, filesystem, and iso images" +HOMEPAGE="https://github.com/rhinstaller/lorax" +SRC_URI="https://github.com/rhinstaller/lorax/archive/${P}-1.tar.gz -> ${P}-1.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}"/"${PN}-${P}-1" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-util/lorax/metadata.xml b/dev-util/lorax/metadata.xml new file mode 100644 index 00000000..f513208 --- /dev/null +++ b/dev-util/lorax/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Rick Farina</name> + </maintainer> + <longdescription lang="en"> + </longdescription> +</pkgmetadata>
