Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lorax/
Date: Wed, 12 Oct 2016 19:13:32
Message-Id: 1476299536.5c01f7b02ef2d064d17f0ba921c91afdd93c7699.zerochaos@gentoo
1 commit: 5c01f7b02ef2d064d17f0ba921c91afdd93c7699
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 19:11:54 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 19:12:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c01f7b0
7
8 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
9
10 Package-Manager: portage-2.3.1
11
12 dev-util/lorax/Manifest | 1 +
13 dev-util/lorax/lorax-26.0.ebuild | 21 +++++++++++++++++++++
14 dev-util/lorax/metadata.xml | 10 ++++++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/dev-util/lorax/Manifest b/dev-util/lorax/Manifest
18 new file mode 100644
19 index 00000000..a3c960e
20 --- /dev/null
21 +++ b/dev-util/lorax/Manifest
22 @@ -0,0 +1 @@
23 +DIST lorax-26.0-1.tar.gz 2481389 SHA256 984c7ad3c863a3f600400a2798a4688aebb98aaedf35b19f2398908dc19c0734 SHA512 9d6b833f2cb8e23625c6cd69b69eb9156cb460ecae2634db065109d2e0fc0b0d7fb6648a0d260ff475a31276b63e7115d69b39dbc90def05147449bcd8a49c5b WHIRLPOOL dbfb5aab8e723a48fb08949209386f1824699371c3e172df08d8a7638735783e3cb24aa6a9659f79023172e2d32fe2b2e7df8a37a19a6f0f3512efcc356e0164
24
25 diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild
26 new file mode 100644
27 index 00000000..b051c1e
28 --- /dev/null
29 +++ b/dev-util/lorax/lorax-26.0.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Header: $
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python2_7 )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Redhat Tools for creating disk, filesystem, and iso images"
41 +HOMEPAGE="https://github.com/rhinstaller/lorax"
42 +SRC_URI="https://github.com/rhinstaller/lorax/archive/${P}-1.tar.gz -> ${P}-1.tar.gz"
43 +
44 +LICENSE="GPL-2"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +S="${WORKDIR}"/"${PN}-${P}-1"
49 +
50 +DEPEND=""
51 +RDEPEND="${DEPEND}"
52
53 diff --git a/dev-util/lorax/metadata.xml b/dev-util/lorax/metadata.xml
54 new file mode 100644
55 index 00000000..f513208
56 --- /dev/null
57 +++ b/dev-util/lorax/metadata.xml
58 @@ -0,0 +1,10 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <maintainer type="person">
63 + <email>zerochaos@g.o</email>
64 + <name>Rick Farina</name>
65 + </maintainer>
66 + <longdescription lang="en">
67 + </longdescription>
68 +</pkgmetadata>