| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
qtdeclarative was revbumped due to the inclusion of an important patch. All
other modules had either trivial or no changes.
Gentoo-bug: 586646
|
| |
|
|
|
|
|
|
|
|
| |
The USE=multislot was used only to control build-time blocker on
previous versions of binutils. However, there is no technical reason not
to have multiple binutils versions installed at build time (or run
time). Considering that the flag does not control the installed files or
the package in any other way, it is an invalid use of USE flags.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The USE=multislot as defined partially by toolchain.eclass and partially
by sys-devel/gcc was used for two purposes:
- enabling build-time (only) blockers on old gcc versions -- which do
not make any sense because they are build-time only and there is no
technical reason for two gcc version ranges not to be installed at
the same time, both at build time and at run time,
- changing behavior of post-install wrt conditional gcc-config calls.
Both cases are invalid use of USE flags, considering that the flag does
not affect the installed files in any way.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
kgenapidox was removed from kapidox in bb4063f5d9f9015b86dbc3a48a424c8cb1a8193f
and there does not appear to be a suitable replacement (for us).
|
|
|
|
| |
KDE_DESIGNERPLUGIN toggles dependencies and configure with USE=designer
|
| |
|
| |
|
|
|
|
|
| |
The variable holding the min version requirement can be named anything.
This should catch most cases, most importantly Qt5 modules.
|
|
|
|
|
| |
This mirrors the behaviour during src_configure where cmake and its arguments
are printed for clarity.
|
|
|
|
|
| |
CMAKE_INSTALL_DO_STRIP does not appear to be widely used, so this is a good
opportunity to get rid of it.
|
|
|
|
|
|
|
|
| |
A few quotes and dies are updated.
https://archives.gentoo.org/gentoo-dev/message/8a1c67b1d1145e55447c65c7b213dce9
Bug: 478436
|
|
|
|
| |
Bug: http://bugs.gentoo.org/585922
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
But only in 5.6 and later, we don't want to touch stable 5.5.1.
Upstream is switching to this new setting in 5.8, see qtbase
commit 6d9f648d0ed591a0afba018adfbb089871f67b38.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- mozcoreconf-v4 introduced to centralize toolchain and related build
settings, and improve configuration settings related to toolchain usage.
- mozconfig-v6.45 modified to inherit new mozcoreconf-v4
- mozconfig-v6.47 introduced, also inheriting mozcoreconf-v4
- removed old versions of mozconfig related to mozilla versions no longer
in repo
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|