* [gentoo-commits] repo/gentoo:master commit in: dev-util/lorax/
@ 2016-10-12 19:13 Richard Farina
0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina @ 2016-10-12 19:13 UTC (permalink / raw
To: gentoo-commits
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>zerochaos@gentoo.org</email>
+ <name>Rick Farina</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/lorax/
@ 2016-10-12 19:36 Richard Farina
0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina @ 2016-10-12 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 969ce079216bb58b58c7429a59b7c3f505d55d25
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 19:35:33 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 19:35:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969ce079
dev-util/lorax: add python 3.4 support
Package-Manager: portage-2.3.1
dev-util/lorax/lorax-26.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild
index b051c1e..bbda821 100644
--- a/dev-util/lorax/lorax-26.0.ebuild
+++ b/dev-util/lorax/lorax-26.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
DESCRIPTION="Redhat Tools for creating disk, filesystem, and iso images"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/lorax/
@ 2016-10-12 19:46 Richard Farina
0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina @ 2016-10-12 19:46 UTC (permalink / raw
To: gentoo-commits
commit: 109515b16d90259f7d46969912828c1b4edf03ac
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 19:45:40 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 19:45:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109515b1
dev-util/lorax: add a stub for the non-working tests
Package-Manager: portage-2.3.1
dev-util/lorax/lorax-26.0.ebuild | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild
index bbda821..0671c1a 100644
--- a/dev-util/lorax/lorax-26.0.ebuild
+++ b/dev-util/lorax/lorax-26.0.ebuild
@@ -14,8 +14,16 @@ SRC_URI="https://github.com/rhinstaller/lorax/archive/${P}-1.tar.gz -> ${P}-1.ta
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE=test
+
+#ImportError: No module named 'pocketlint'
+RESTRICT=test
S="${WORKDIR}"/"${PN}-${P}-1"
-DEPEND=""
-RDEPEND="${DEPEND}"
+DEPEND="test? ( dev-python/pylint )"
+RDEPEND=""
+
+src_test() {
+ emake check
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/lorax/
@ 2016-10-14 13:45 Richard Farina
0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina @ 2016-10-14 13:45 UTC (permalink / raw
To: gentoo-commits
commit: 0a537294ad9976313248113a3dd0b117bb690ac3
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 20:07:46 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 13:45:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a537294
dev-util/lorax: pull keywords, not working entirely. add in missing selinux deps but still need dnf to make it work
Package-Manager: portage-2.3.1
dev-util/lorax/lorax-26.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild
index 0671c1a..163f341 100644
--- a/dev-util/lorax/lorax-26.0.ebuild
+++ b/dev-util/lorax/lorax-26.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/rhinstaller/lorax/archive/${P}-1.tar.gz -> ${P}-1.ta
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+#KEYWORDS="~amd64 ~x86"
IUSE=test
#ImportError: No module named 'pocketlint'
@@ -21,8 +21,9 @@ RESTRICT=test
S="${WORKDIR}"/"${PN}-${P}-1"
-DEPEND="test? ( dev-python/pylint )"
-RDEPEND=""
+RDEPEND="sys-libs/libselinux[python,${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? ( dev-python/pylint[${PYTHON_USEDEP}] )"
src_test() {
emake check
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-10-14 13:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 19:13 [gentoo-commits] repo/gentoo:master commit in: dev-util/lorax/ Richard Farina
-- strict thread matches above, loose matches on Subject: below --
2016-10-12 19:36 Richard Farina
2016-10-12 19:46 Richard Farina
2016-10-14 13:45 Richard Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox