| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
This was only necessary when we ran phases in parallel.
Also, PMS says this variable should not be modified.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also remove .pydistutils.cfg from HOME before returning.
This config should only be needed when we are invoking setup.py. The
esetup.py wrapper provides a normalized way for doing this; if ebuilds
call setup.py without the wrapper, they are now also responsible for
setting the build directory if necessary.
This change allows us to stop overriding the HOME variable, and prevents
leakage of eclass-specifc configuration to the general ebuild
environment.
|
|
|
|
| |
This just looks nicer in build logs.
|
| |
|
|
|
|
|
| |
New version for updated gnat-gcc-4.9 and future releases. Supports new
bootstrap compilers, upstream config. Other arches in progress.
|
| |
|
|
|
|
|
| |
Migrate to virtx function as old virtualmake is banned in EAPI 6, which
makes test phase fail for eclass consumers require virtual X.
|
|
|
|
|
|
|
|
|
|
| |
commit 2db4176c329e5e99e68f47dcb058c55d434bb64e accidentally
exposed IUSE=hoogle to ::gentoo. It's meant
to be used only in ::haskell.
The patch reverts accidental change back.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
| |
Reported-by: Dennis Schridde
Bug: https://bugs.gentoo.org/534194
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
| |
|
|\
| |
| |
| |
| | |
* anthonyryan1-github:
HTTPS (and canonicalize domain) for github.com
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All links to www.github.com were changed to github.com (preferred by GitHub).
During the automated testing of all modified packages the following SRC_URIs
were discovered to have changed upstream. Upon closer inspection they were
all confirmed to not be regressions. They will all continue to work when
served from the mirrors.
* dev-python/catkin_pkg-0.2.10 (upstream tarball changed)
* dev-python/rosdistro-0.4.4 (upstream tarball changed)
* dev-util/rosdep-0.11.4 (upstream tarball changed)
* dev-util/wstool-0.1.12 (upstream tarball changed)
* dev-util/wstool-0.1.13 (upstream tarball changed)
* dev-util/rosdep-0.11.5 (upstream tarball deleted)
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
The code comment was incorrect, the flag *is* used, at least in Qt 5.6
and later. It obviously applies only to qtdeclarative, but for some
reason the flag can only be toggled from qtbase's configure... meh.
We don't allow turning this functionality off via a USE flag because
it would be a mess to implement properly, and its meaning would be
rather obscure for most users. It's a small amount of code anyway, and
it doesn't require any additional dependencies.
The configure already enabled -qml-debug by default, so this commit
effectively doesn't change anything in practice.
|
|
|
|
| |
for vdr-plugin-2.eclass
|
| |
|
|
|
|
|
|
| |
Some packages have separate configs for build and tests. Build config is
always named 'rebar.config' and there seem to be no standard name for
tests config.
|
| |
|
|
|
|
|
|
| |
This reverts commit 3bcfb71425f15e237d6002ff3626e2e169df3f05.
This change can break ebuilds that call esetup.py in src_test.
|
|
|
|
| |
Gentoo-Bug: 583352
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove the special logic that was needed to handle Google Code git
hosting since the service has been discontinued and no longer works.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Remove the code responsible for recognizing which branch HEAD pointed
out to since it was unsafe and unnecessarily complex. A proper match is
not really necessary since all operations can be safely performed on
an opaque 'HEAD' (or rather refs/git-r3/HEAD since fetching to HEAD
directly breaks git a bit).
|
|
|
|
|
|
| |
Fix the _ninjaopts_from_makeopts to handle no-parameter '-j' and '-l'
options correctly and convert them to appropriate parametrized ninja
options.
|
|
|
|
|
|
|
| |
Fix _ninjaopts_from_makeopts to handle -k correctly. Make does not
support parameters to -k, while ninja requires one. Therefore, handle
only a single '-k' and convert it into '-k 0' (no limit of failing
tasks).
|
| |
|
|
|
|
|
|
| |
It is an eclass providing functions to build Erlang/OTP projects using
dev-util/rebar. All packages in upcoming category dev-erlang are going
to use this eclass.
|
| |
|
|
|
|
|
| |
This was only necessary when we ran phases in parallel.
Also, PMS says this variable should not be modified.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Do not apply PATCHES and user patches (either via the EAPI 6 default or
pre-EAPI 5 code) when DISTUTILS_OPTIONAL is being used. In this case,
distutils functions are usually called conditionally, in a subdirectory,
while both PATCHES and user patches are usually intended to be applied
top-level.
There is no ebuild relying on distutils-r1_src_prepare applying patches
with DISTUTILS_OPTIONAL. In fact, there are ebuilds which work around
this behavior.
|
|
|
|
|
|
|
|
| |
This mirrors the behaviour of the gettext autotools macros.
Gentoo-bug: 581382
Signed-off-by: Johannes Huber <johu@gentoo.org>
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Johannes Huber <johu@gentoo.org>
|
|
|
|
|
|
| |
kde-apps/kcontrol and kde-apps/knetattach also collide with slot 5.
Signed-off-by: Johannes Huber <johu@gentoo.org>
|
| |
|
|
|
|
| |
removed since EAPI 6
|
| |
|
|
|
|
|
|
| |
- Use ebegin/eend to show process messages instead of two einfos.
- Fix sorting logic to work in all locales.
- Return 1 when things are out of sync so callers can abort if they want.
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/1466
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Replace INSDESTTREE and INSOPTIONS internal variable references with
correct calls to insinto & insopts, using a subshell to scope them.
|