Gentoo Archives: gentoo-dev

From: Justin Lecher <jlec@g.o>
To: gentoo-dev@l.g.o
Cc: Justin Lecher <jlec@g.o>
Subject: [gentoo-dev] [PATCH 0/8] virtualx.eclass: New API and EAPI=6 support
Date: Sat, 28 Nov 2015 13:25:06
Message-Id: 1448717061-11581-1-git-send-email-jlec@gentoo.org
1 The main new feature is the introduction of virtx(). This function executes
2 the arguments inside a Xfvb context in contrast to the deprecated
3 virtualmake which required to set VIRTUALX_COMMAND, which then gets
4 executed.
5
6 Xemake and Xeconf should be converted to "virtx emake" and "virtx econf",
7 respectively.
8
9 Justin Lecher (8):
10 virtualx.eclass: Use case/esac to handle supported EAPIs
11 virtualx.eclass: Only source eclas once
12 virtualx.eclass: Use eqawarn instead of ewarn "QA:..."
13 virtualx.eclass: Ban deprecated functionality in EAPI > 5
14 virtualx.eclass: Support EAPI=6
15 virtualx.eclass: Whitespace cleanup
16 virtualx.eclass: Add missing die
17 virtualx.eclass: Simplify API into single virtx()
18
19 eclass/virtualx.eclass | 87 +++++++++++++++++++++++++++++++++++++-------------
20 1 file changed, 65 insertions(+), 22 deletions(-)
21
22 --
23 2.6.3

Replies