[gentoo-dev] [PATCH 3/8] virtualx.eclass: Use eqawarn instead of ewarn "QA:..."

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 0b6614a..a7f17ec 100644 --- a/eclass/virtualx.eclass +++

[gentoo-dev] [PATCH 7/8] virtualx.eclass: Add missing die

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 54514b0..f9fa879 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -93,9

[gentoo-dev] [PATCH 6/8] virtualx.eclass: Whitespace cleanup

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 048359f..54514b0 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -50,7 +50,6 @@

[gentoo-dev] [PATCH 8/8] virtualx.eclass: Simplify API into single virtx()

2015-11-28 Thread Justin Lecher
The new API runs all specified arguments to virtx() inside an XFVB, instead of defining VIRTUALX_COMMAND and running that in virtualmake. Xemake and Xeconf should be replaced by "virtx emake" and "virtx econf". Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 42

[gentoo-dev] [PATCH 2/8] virtualx.eclass: Only source eclass once

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 584fb29..0b6614a 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -20,6 +20,8 @@ case

[gentoo-dev] [PATCH 0/8] virtualx.eclass: New API and EAPI=6 support

2015-11-28 Thread Justin Lecher
The main new feature is the introduction of virtx(). This function executes the arguments inside a Xfvb context in contrast to the deprecated virtualmake which required to set VIRTUALX_COMMAND, which then gets executed. Xemake and Xeconf should be converted to "virtx emake" and "virtx econf",

[gentoo-dev] [PATCH 5/8] virtualx.eclass: Support EAPI=6

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 615ff0e..048359f 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -13,7 +13,7 @@

Re: [gentoo-dev] [PATCH 0/8] virtualx.eclass: New API and EAPI=6 support

2015-11-28 Thread Michał Górny
Dnia 28 listopada 2015 14:24:13 CET, Justin Lecher napisał(a): >The main new feature is the introduction of virtx(). This function >executes >the arguments inside a Xfvb context in contrast to the deprecated >virtualmake which required to set VIRTUALX_COMMAND, which then gets

[gentoo-dev] [PATCH 1/8] virtualx.eclass: Use case/esac to handle supported EAPIs

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 5d27ed9..584fb29 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@

[gentoo-dev] [PATCH 4/8] virtualx.eclass: Ban deprecated functionality in EAPI > 5

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 4 1 file changed, 4 insertions(+) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index a7f17ec..615ff0e 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -59,6 +59,7 @@ case

Re: [gentoo-dev] [PATCH 4/8] virtualx.eclass: Ban deprecated functionality in EAPI > 5

2015-11-28 Thread Justin Lecher (jlec)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28/11/15 15:03, Michał Górny wrote: > > > Dnia 28 listopada 2015 14:24:17 CET, Justin Lecher > napisał(a): >> Signed-off-by: Justin Lecher --- >> eclass/virtualx.eclass | 4 1 file changed, 4

[gentoo-dev] [PATCH 7/8] virtualx.eclass: Simplify API into single virtx()

2015-11-28 Thread Justin Lecher
The new API runs all specified arguments to virtx() inside an XFVB, instead of defining VIRTUALX_COMMAND and running that in virtualmake. Xemake and Xeconf should be replaced by "virtx emake" and "virtx econf". Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 56

[gentoo-dev] [PATCH 6/8] virtualx.eclass: Add missing die

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 1f90147..d10dbb2 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -94,9

[gentoo-dev] [PATCH 2/8] virtualx.eclass: Only source eclass once

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 3d0c6c8..517bdac 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -20,6 +20,8 @@ case

[gentoo-dev] [PATCH 8/8] virtualx.eclass: Support EAPI=6

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index b124034..95f4ed0 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -13,7 +13,7 @@

Re: [gentoo-dev] [PATCH 8/8] virtualx.eclass: Simplify API into single virtx()

2015-11-28 Thread Justin Lecher (jlec)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28/11/15 16:28, Davide Pesavento wrote: >> else - nonfatal ${VIRTUALX_COMMAND} "$@" + >> nonfatal "$@" > > Please take the opportunity to clean this up, possibly only in > EAPI=6 if you don't want to risk breaking existing ebuilds.

Re: [gentoo-dev] [PATCH 1/8] virtualx.eclass: Use case/esac to handle supported EAPIs

2015-11-28 Thread Davide Pesavento
On Sat, Nov 28, 2015 at 2:24 PM, Justin Lecher wrote: > Signed-off-by: Justin Lecher > --- > eclass/virtualx.eclass | 14 -- > 1 file changed, 12 insertions(+), 2 deletions(-) > > diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass > index

Re: [gentoo-dev] [PATCH 8/8] virtualx.eclass: Simplify API into single virtx()

2015-11-28 Thread Davide Pesavento
On Sat, Nov 28, 2015 at 2:24 PM, Justin Lecher wrote: > The new API runs all specified arguments to virtx() inside an XFVB, > instead of defining VIRTUALX_COMMAND and running that in virtualmake. > > Xemake and Xeconf should be replaced by "virtx emake" and "virtx econf". > >

Re: [gentoo-dev] [PATCH 4/8] virtualx.eclass: Ban deprecated functionality in EAPI > 5

2015-11-28 Thread Justin Lecher (jlec)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28/11/15 16:57, Michał Górny wrote: > > > Dnia 28 listopada 2015 15:08:52 CET, "Justin Lecher (jlec)" > napisał(a): On 28/11/15 15:03, Michał Górny > wrote: Dnia 28 listopada 2015 14:24:17 CET, Justin Lecher

Re: [gentoo-dev] [PATCH 4/8] virtualx.eclass: Ban deprecated functionality in EAPI > 5

2015-11-28 Thread Michał Górny
Dnia 28 listopada 2015 15:08:52 CET, "Justin Lecher (jlec)" napisał(a): >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA512 > >On 28/11/15 15:03, Michał Górny wrote: >> >> >> Dnia 28 listopada 2015 14:24:17 CET, Justin Lecher >> napisał(a): >>> Signed-off-by:

[gentoo-dev] [PATCH 1/8] virtualx.eclass: Use case/esac to handle supported EAPIs

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 5d27ed9..3d0c6c8 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@

[gentoo-dev] [PATCH 3/8] virtualx.eclass: Use eqawarn instead of ewarn "QA:..."

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 517bdac..230897b 100644 --- a/eclass/virtualx.eclass +++

[gentoo-dev] [PATCH 4/8] virtualx.eclass: Ban deprecated functionality in EAPI > 5

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 230897b..a5e5457 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -59,6 +59,8 @@ case

[gentoo-dev] [PATCH 5/8] virtualx.eclass: Whitespace cleanup

2015-11-28 Thread Justin Lecher
Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index a5e5457..1f90147 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -50,7 +50,6 @@

Re: [gentoo-dev] [PATCH] python-utils-r1.eclass: python_export_utf8_locale(), ensure sane locale

2015-11-28 Thread Michał Górny
On Sun, 15 Nov 2015 10:21:51 +0100 Michał Górny wrote: > Ensure that the locale selected by python_export_utf8_locale() conforms > to POSIX-ish case conversions. Otherwise, we may accidentally force > a locale that will break random ebuilds and programs. > --- >

Re: [gentoo-dev] [PATCHES] Clean-up & EAPI 6 support for python-r1 suite

2015-11-28 Thread Michał Górny
On Sun, 22 Nov 2015 20:50:41 +0100 Michał Górny wrote: > Hi, > > Here's a large batch of patches to various python-r1 suite eclasses for > initial review. They intend to clean up the eclasses and make them > suitable for EAPI 6. Merged. -- Best regards, Michał Górny

[gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/

2015-11-28 Thread Robin H. Johnson
All of your recent lxqt ebuild additions are missing Manifests, and have stopped distribution to rsync again. repoman manifest is NOT optional, use it! On Sat, Nov 28, 2015 at 05:36:03PM +, Patrice Clement wrote: > commit: e5c613dc970ad1f2d132ea5d802ec5aeec0ad0f2 > Author: Paolo

[gentoo-dev] RFD: Replacement for versionator.eclass in PMS (for EAPI 7?)

2015-11-28 Thread Ulrich Mueller
As you may know, we intend to move the functionality of versionator.eclass to the package manager, possibly in EAPI 7. The following is what mgorny and myself have come up with, see bug 482170 [1], especially comments 15 and 16 there. Currently there are 15 functions defined in that eclass, and

[gentoo-dev] last rite; all versions of xen-4.2.5

2015-11-28 Thread Ian Delaney
# Ian Delaney (29 Nov 2015) # versions of 4.2.x supporting the hypervisor for x86 # no longer supported upstream. The purging of 4.2.x # has been held off longer than required already. # Unless otherwise directed, masked for removal in 30 days <=app-emulation/xen4.2.5-r12