summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* virtualx.eclass: Enable RANDR with Xvfb (bug #571420, bug #567720)Sebastian Pipping2016-01-131-1/+1
|
* virtualx.eclass: fix diagnostic messages in virtx()Davide Pesavento2015-12-271-2/+2
| | | Gentoo-Bug: 569876
* virtualx.eclass: Add verbose warning about nonfatal callJustin Lecher2015-12-071-0/+21
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=517976 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* virtualx.eclass: Support EAPI=6Justin Lecher2015-12-071-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* virtualx.eclass: Ban deprecated functionality in EAPI > 5Justin Lecher2015-12-071-1/+16
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* virtualx.eclass: Simplify API into single virtx()Justin Lecher2015-12-071-10/+36
| | | | | | | | | 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 <jlec@gentoo.org>
* virtualx.eclass: Add missing dieJustin Lecher2015-12-071-2/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* virtualx.eclass: Whitespace cleanupJustin Lecher2015-12-071-1/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* virtualx.eclass: Use eqawarn instead of ewarn "QA:..."Justin Lecher2015-12-071-11/+13
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* virtualx.eclass: Only source eclass onceJustin Lecher2015-12-071-0/+5
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* virtualx.eclass: Use case/esac to handle supported EAPIsJustin Lecher2015-12-071-2/+12
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* virtualx.eclass: Always start Xvfb sessionJustin Lecher2015-11-261-62/+50
| | | | | | | | | In order to have guarantee the same X env, we should always create a Xvfb session instead of attaching to a running X session. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=374141 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+199
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed