| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Solidity is a high-level language whose syntax is similar
to that of JavaScript and it is designed to compile
to code for the Ethereum Virtual Machine.
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2514
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/2164
Acked-By: Alexis Baller <aballier@gentoo.org>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
|
|
| |
Gentoo-bug: 595402
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
|
|
|
|
| |
Fixes build failure on mipsel
Bug: https://github.com/nim-lang/Nim/pull/4853
Reported-by: der@2-47.ru
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
| |
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
| |
|
|
|
|
| |
Gentoo-Bug: 589580
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
| |
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
|
|
|
|
|
| |
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
|
|
|
|
| |
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
|
|
|
|
|
| |
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
| |
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We create several copies of ${S} -- one for each SAPI -- during the
build. Until now, those copies have been made with "cp -r". I believe
this caused unnecessary regeneration of the Zend parsers, opening the
door for version mismatches of sys-devel/bison.
For example, the file
${S}/Zend/zend_language_parser.c
is generated from
${S}/Zend/zend_language_parser.y,
but the ".c" file should already exist in the source tree. In the
upstream tarball, the former always exists (pre-generated) and has a
timestamp later than the latter. This prevents the build system from
attempting to call "yacc" on zend_language_parser.y. When we use
"cp -r" to copy the source tree, I find timestamps like the following:
2016-08-16 19:08 zend_language_parser.c
2016-08-16 19:08 zend_language_parser.y
They look identical, but if the copy was performed in alphabetical
order, I suspect that the ".y" file looks newer than the ".c" file
that it generates. It is therefore my educated guess that the build
system is using bison to regenerate those ".c" files when in fact
there is no need to do so. By using "cp -a" instead of "cp -r", I
hope to preserve the ages of those files, and eliminate bison from
normal end-user builds of dev-lang/php.
The fix has been applied to the latest 5.6 and 7.0 revisions in-place.
Gentoo-Bug: 595792
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
| |
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
| |
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
|
|
|
|
|
|
|
| |
All these files were used by the perl-5.24.0 ebuild
and you can now see how crazy it all was.
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
|
|
| |
The eblits based variation of 5.24.0 is now surplus to requirements
and 5.24.0-r1 is much more sane and predictable.
No reverse dependencies have any significance here.
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE=berkdb compiles perl linking against sys-libs/db,
indicating that removing the slot perl compiled against
(which appears to be "latest") will cause Perl to be broken.
This change actually requires -r1 bumps for all dev-lang/perl
to propagate, however, that is a little too complex right now
in the tail of a stabilization.
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The main license under which PHP is distributed is the "PHP license."
But, a lot of files, functions, and libraries have been inlined and
bring with them the associated license from the upstream project. This
commit adds the following unconditionally:
* BSD (thread-safe resource manager, probably other places)
* Zend-2.0 (used by the Zend engine, everything under ${S}/Zend/)
and the following USE-conditionally:
* LGPL-2.1+, used by the bcmath extension.
* BSD-2, used by the fpm SAPI and mbstring extension.
* gd, used by gd.
* LGPL-2.1, used by the mbstring extension.
The main license was also updated from "PHP-3" to "PHP-3.01", because
that's what it is.
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The PHP build system checks for the presence of bison (even if it will
not be needed), and it emits a warning if an appropriate version is
not found. In the 7.0.x series, this is easy to address by simply
adding a newish version of bison to DEPEND.
In the 5.6.x series, however, there is a bug in the bison version
check. A warning is emitted even when a suitable version of bison
(>= 3.0.1) is present on the system. So in that series, we have added
>=sys-devel/bison-3.0.1 to DEPEND, but also added a new patch. The
patch disables the buggy bison version check, eliminating the
warning. There should be no danger in doing so now that a newer bison
is in DEPEND.
Gentoo-Bug: 593278
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|