| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Package-Manager: portage-2.2.24
|
|
|
|
| |
Package-Manager: portage-2.2.24
|
| |
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"
|
| |
|
| |
|
|
|
|
|
| |
Fix the issues in obtaining sitedir for epython.py module install when
dev-lang/python is not yet installed.
|
| |
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
| |
The eclass change in fd4001e9 causes python_export to call ${PYTHON}
to obtain PYTHON_SITEDIR. This returns an empty string if ${PYTHON}
has not yet been merged.
Package-Manager: portage-2.2.23_p26
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
|
|
|
|
|
| |
Remove the python-config-X.Y symlinks that were added as the Gentoo
divergence compatibility.
|
|
|
|
|
| |
Replace python3.X executables (duplicate to python3.Xm) installed by
the build system with symlinks to the ABIFLAGS-enabled variants.
|
|
|
|
|
|
|
| |
Disable the ABIFLAGS removal that was introduced on python3.2+ for
'aesthetic reasons'. This caused Gentoo Python installations to
unnecessarily diverge from upstream and promote bad development
practices.
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
|
|
|
|
|
| |
Package-Manager: portage-2.2.24
RepoMan-Options: --ignore-arches
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.23_p18
|
|
|
|
|
|
|
| |
This commit makes the same changes as ec5104f, only for the latest 7.x
series ebuild. The 7.x series is already package.masked.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit fixes a number of issues in the php-5.6.15-r2 ebuild:
* The ./configure handling is rewritten to use autotools-utils.
This is the most invasive (and dangerous) change, but fixes
all of the unquoted $EPREFIX appearing throughout src_configure.
* Add die() statements to sed, cp, cd, etc. commands.
* Remove die() statements on helper functions (we're using EAPI 5).
* Line-wrap some long lines.
Ideally this should behave the same as -r2, but since the change is so
invasive, -r3 is being added masked.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In bug #564824, Robert Förster noticed that there's an issue building
PHP with both sys-libs/db-5.3 and sys-libs/db-6.0 installed. The root
cause of the failure is that PHP attempts to autodetect sys-libs/db,
but doesn't specifically look for db-5.3. When db-5.3 is not found,
it falls back to /usr/include/db.h from version 6.0 and that version
is incompatible.
A similar issue exists with older 4.x versions, but not with db-4.5
through db-5.1. A fix has been sent upstream for db-5.3. In the
meantime, we remove that and the older 4.x versions from $DEPEND.
Gentoo-Bug: 564824
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
|
|
|
|
|
|
|
|
|
| |
We had two calls to addpredict() at the top of src_prepare().
Supposedly they were needed with USE="session sharedmem"; however,
testing shows that they are no longer necessary. The build succeeds
fine without the addpredict() calls, so we remove them.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
| |
This adds the sixth release candidate of php-7.0.0, leaving rc4 and
rc5 behind. No changes were needed to the ebuild, but to avoid a later
revbump, the sys-libs/db dependency was updated according to bug
is gone.
Gentoo-Bug: 521222
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The segfault issue was reported in bug #564690 by Zoltán
Halassy. There is an upstream fix that we've added as a patch. The
problem/fix have both been confirmed.
Since this requires a revbump, the sys-libs/db dependency has been
fixed along with it according to bug #521222. It still remains to
address that issue for the php-7.x series.
Gentoo-Bug: 521222
Gentoo-Bug: 564690
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
| |
unavailable bootstrap package dependency
Package-Manager: portage-2.2.20-prefix
|