summaryrefslogtreecommitdiff
path: root/dev-lang
Commit message (Collapse)AuthorAge
* dev-lang/php: Adjust the REQUIRED_USE to be readline or libedit for cliBrian Evans2016-01-29
| | | | Package-Manager: portage-2.2.27
* dev-lang/scala: Bump 2.10 slot to 2.10.6.Mark Wright2016-01-30
| | | | | | Gentoo-Bug: 559924 Package-Manager: portage-2.2.27
* dev-lang/php: enforce what was an elog warning with REQUIRED_USE.Michael Orlitzky2016-01-28
| | | | | | | | | | The interactive "php -a" command-line interface will hang unless PHP is built with USE=readline. This used to be an elog warning, but was rather easy to overlook and mysterious to those who hit the bug. We already have REQUIRED_USE for our other flags, so it makes sense to enforce the cli dependency on readline there. Package-Manager: portage-2.2.26
* dev-lang/php: remove "minor" from "minor version slotting" in elogs.Michael Orlitzky2016-01-28
| | | | | | | | Now that PHP upstream is playing fast and loose with their versioning, our slotting applies to major versions as well as minor ones. Remove the word "minor" since it's no longer correct. Package-Manager: portage-2.2.26
* dev-lang/php: call `eselect php cleanup` in pkg_postinst and pkg_postrm.Michael Orlitzky2016-01-28
| | | | | | | | | | | | | | | | | | | | | | | | We have two bugs (432962 and 572436) regarding stale eselect symlinks. The first issue is that removal of an old slot does not update the eselect-php symlinks to point to a newer slot. Thus, if a user upgrades slots and depcleans the old one, his symlinks (and thus PHP) are left broken until eselect-php is run manually. This is fixed by running `eselect php cleanup` in pkg_postrm, since removal of the old slot will trigger a cleanup (which updates the symlink). The second issue is that disabling a SAPI would leave behind a broken symlink. For example, if the "cgi" SAPI was once used but the user has reinstalled PHP with USE="-cgi", then the old eselect-php symlink for php-cgi would be left behind. This is fixed by running `eselect php cleanup` in pkg_postinst, since that will be triggered after the reinstall finishes, at which point the php-cgi symlink will be dead and thus get removed. Gentoo-Bug: 432962 Gentoo-Bug: 572436 Package-Manager: portage-2.2.26
* dev-lang/php: revision the 5.6 and 7.0 series to add sys-libs/db:5.3 support.Michael Orlitzky2016-01-28
| | | | | | | | | | We had to leave db:5.3 out of our dependency string until now because the upstream build system couldn't detect it. The latest v5.6.17 and v7.0.2 will find it, though, so we add it as an option. Gentoo-Bug: 564824 Package-Manager: portage-2.2.26
* dev-lang/icon: EAPI 5 bump.Patrice Clement2016-01-27
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-lang/ekopath: Snapshot bumpMichał Górny2016-01-25
|
* dev-lang/php: revision the 5.6 and 7.0 series to add pdo-firebird support.Michael Orlitzky2016-01-25
| | | | | | | | | | | | | | | | | | PHP has two Firebird drivers -- the legacy "interbase" driver and the new pdo-firebird driver. We have always supported the legacy driver with USE=firebird, but were missing the pdo-firebird configure flag when USE="pdo firebird" was set. Similar tricks were in place for e.g. sqlite and oci8, but Firebird was forgotten. Dmitry A. Bakshaev was nice enough to point this out in bug 538226, and even supplied a patch. Testing shows that both drivers work in php:5.6, but that only the PDO driver works in php:7.0. That's not a regression; this commit adds the only driver that works in php:7.0. Gentoo-Bug: 538226 Suggested-By: Dmitry A. Bakshaev Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-24
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-24
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-24
| | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-24
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* dev-lang/php: revision the 5.6 and 7.0 series to set --localstatedir.Michael Orlitzky2016-01-22
| | | | | | | | | | | | The php-fpm.conf file uses the @localstatedir@ passed to ./configure as its default prefix for some settings. The econf default for localstatedir is ${EPREFIX}/var/lib, but php-fpm.conf is expecting ${EPREFIX}/var, so we pass that instead. This ensures that the default log location (e.g. /var/log) actually exists. Gentoo-Bug: 572002 Package-Manager: portage-2.2.26
* dev-lang/rust-bin: version bumpJauhien Piatlicki2016-01-22
| | | | | | Thanks to Heather Package-Manager: portage-2.2.26
* dev-lang/mercury: Use ecvs_clean to clean workdirJustin Lecher2016-01-22
| | | | | | | * add missing die Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-lang/julia: Set up blas/lapack dependencies correctly, bug 572546Matthias Maier2016-01-22
| | | | Package-Manager: portage-2.2.26
* dev-lang/falcon: version bumpMichael Palimaka2016-01-23
| | | | | | Gentoo-bug: 361995 Package-Manager: portage-2.2.27
* dev-lang/python: pax-mark the python binary in src_installMike Gilbert2016-01-22
| | | | | | Bug: https://bugs.gentoo.org/569908 Package-Manager: portage-2.2.27_p47
* dev-lang/go: remove old unstable versionWilliam Hubbs2016-01-19
|
* dev-lang/go: marked ~x64-solarisFabian Groffen2016-01-19
| | | | Package-Manager: portage-2.2.20-prefix
* dev-lang/go-bootstrap: marked ~x64-solarisFabian Groffen2016-01-19
| | | | Package-Manager: portage-2.2.20-prefix
* dev-lang/php: Stable for HPPA PPC64 (bug #571254).Jeroen Roovers2016-01-18
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* dev-lang/php: ppc stable wrt bug #571254Agostino Sarubbo2016-01-17
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: add alpha keywordTobias Klausmann2016-01-17
| | | | | | Gentoo-Bug: 571254 Package-Manager: portage-2.2.26
* dev-lang/luajit: ppc stable wrt bug #570808Agostino Sarubbo2016-01-17
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: add alpha keywordTobias Klausmann2016-01-17
| | | | | | Gentoo-Bug: 571254 Package-Manager: portage-2.2.26
* dev-lang/php: arm stable, bug #571254Markus Meier2016-01-17
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* dev-lang/php: arm stable, bug #571254Markus Meier2016-01-17
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* dev-lang/julia: Update SRC_URI for 0.4.3Matthias Maier2016-01-16
| | | | Package-Manager: portage-2.2.26
* dev-lang/julia: drop old 0.2* versionsMatthias Maier2016-01-16
| | | | Package-Manager: portage-2.2.26
* dev-lang/julia: version bump to 0.4.3 (bug 564338)Matthias Maier2016-01-16
| | | | Package-Manager: portage-2.2.26
* Drop support for Java on ppc across the treeJames Le Cuirot2016-01-16
| | | | Sorry! *sniff*
* dev-lang/cilk: add -std=gnu89 to CFLAGS to restore pre-GCC5 semanticsDavid Seifert2016-01-15
| | | | | | | Gentoo-Bug: 571060 Also bump ebuild to EAPI=6. Package-Manager: portage-2.2.26
* dev-lang/go: version bumpWilliam Hubbs2016-01-15
|
* dev-go/go-bootstrap: version bumpWilliam Hubbs2016-01-15
|
* dev-lang/php: 5.5.31 and 5.6.17 stable on x86, see bug 571254Andreas Schuerch2016-01-15
| | | | Package-Manager: portage-2.2.26
* dev-lang/luajit: arm stable, bug #570808Markus Meier2016-01-14
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* dev-lang/php: amd64 stable wrt bug #571254Agostino Sarubbo2016-01-14
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/execline: version bumpWilliam Hubbs2016-01-13
|
* dev-lang/spidermonkey-1.8.5: honour CFLAGS, disable forced -O3 optimizationIan Stakenvicius2016-01-13
| | | | | | Bug: http://bugs.gentoo.org/571762 Package-Manager: portage-2.2.26
* dev-lang/spidermonkey: fix cross-compiling logicMike Frysinger2016-01-13
|
* dev-lang/spidermonkey: depend on readline since it is usedMike Frysinger2016-01-13
|
* dev-lang/swi-prolog: bump 7.3 development versionKeri Harris2016-01-12
| | | | Package-Manager: portage-2.2.20.1
* dev-lang/swi-prolog: remove old development versionsKeri Harris2016-01-12
| | | | Package-Manager: portage-2.2.20.1
* dev-lang/lua: adjust prefix in .pc file for PrefixFabian Groffen2016-01-11
| | | | Package-Manager: portage-2.2.20-prefix
* dev-lang/python-exec: Bump to 2.2, needed for #568974Michał Górny2016-01-11
| | | | | | | Bump to version 2.2 that makes it possible to symlink python-exec2-c directly as wrapper. This is necessary to support wrapping /usr/bin/python correctly on non-Linux systems where shebangs must only reference real executables (rather than the Python script used so far).
* dev-lang/swig: version bump to 3.0.8Tim Harder2016-01-10
|
* dev-lang/erlang: version bump to 18.2.1 (fixes bug 563240)Dirkjan Ochtman2016-01-09
| | | | Package-Manager: portage-2.2.24
* dev-lang/erlang: remove old versionsDirkjan Ochtman2016-01-09
|