summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/perl: amd64 stable, wrt bug #589680Aaron Bauman2016-12-171-1/+1
|
* dev-lang/perl: arm stable, bug #589680Markus Meier2016-12-171-1/+1
| | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-lang/go: stabilize 1.7.4 on amd64 for #602766William Hubbs2016-12-161-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-lang/php: new version 5.6.29 (replaces the unstable 5.6.28-r2).Michael Orlitzky2016-12-152-0/+1
| | | | | | Gentoo-Bug: 602738 Package-Manager: portage-2.3.0
* dev-lang/perl-5.22.3_rc4-r0: stable on alphaTobias Klausmann2016-12-121-1/+1
| | | | Gentoo-Bug: 589680
* dev-lang/lazarus: version bump 1.6.2Horea Christian2016-12-112-0/+77
| | | | | | Closes: #3066 Package-Manager: portage-2.3.3
* dev-lang/php: whitespace cleanup in metadata.xml.Michael Orlitzky2016-12-091-29/+97
| | | | Package-Manager: portage-2.3.0
* dev-lang/php: add "coverage" USE flag to build with --enable-gcov.Michael Orlitzky2016-12-094-3/+10
| | | | | | | | | | | | | | | | | | | We add three new revisions, one for each supported branch of PHP. The new revisions have a "coverage" flag, which was chosen because a few other packages in ::gentoo have decided on the same flag name. When enabled, USE=coverage will pull in dev-util/lcov from the Linux Test Project, and PHP will be built with --enable-gcov. Since users won't be running code coverage reports on the PHP source tree itself (at least not the one used by their package manager), this is probably only useful for extension developers who would like to run code coverage reports on the test suites for their extensions. It also requires GCC to work, since lcov wraps GCC's gcov. Both of those caveats have been mentioned in the USE flag description. Gentoo-Bug: 542178 Package-Manager: portage-2.3.0
* dev-lang/php: new version 7.0.14 replacing 7.0.13.Michael Orlitzky2016-12-082-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-lang/php: allow app-text/htmltidy in php:7.1.Michael Orlitzky2016-12-081-1/+1
| | | | | | | | | | | | | | | | | | | To help phase out the abandoned and buggy app-text/htmltidy, I tried to make the new php:7.1 depend on app-text/tidy-html5 instead. However, since older versions of PHP do not support tidy-html5, that causes a problem: php:7.1 cannot be installed alongside the older versions when USE=tidy is set for both of them. This solution is somewhat of a cop out, allowing htmltidy to be used in php:7.1 as a last resort. The alternative would have been to backport the tidy-html5 support to (both) older versions of PHP. That may eventually become necessary if it looks like htmltidy will be masked for removal; however, for now, this is the path of least resistance. Gentoo-Bug: 601614 Package-Manager: portage-2.3.0
* dev-lang/php: three new revisions adding ACL support for php-fpm.Michael Orlitzky2016-12-083-3/+786
| | | | | | | | | | | | | | | | | | The php-fpm backend can be used to host multiple applications with different settings and permissions. Traditionally, permissions on its UNIX socket are granted to the "listen.owner" and "listen.group" defined in php-fpm.conf. However, php-fpm can be compiled with POSIX ACL support, after which the more-powerful "listen.acl_users" and "listen.acl_groups" can be used. This commit adds three new revisions -- one for each supported branch of PHP. To each new revision, the "acl" USE flag has been added. When USE=acl is set, sys-apps/acl gets pulled in as a dependency, and "--with-fpm-acl" is passed to the configure script. Gentoo-Bug: 601634 Package-Manager: portage-2.3.0
* dev-lang/R: bump to 3.3.2, thanks to Neil Shephard (bug #598834)Denis Dupeyron2016-12-082-0/+202
| | | | Package-Manager: portage-2.3.3
* dev-lang/mono: bumpMikhail Pukhlikov2016-12-082-1/+1
| | | | Package-Manager: portage-2.3.3
* dev-lang/yasm: mark 1.3.0 amd64/x86 stable #595362Mike Frysinger2016-12-071-1/+1
|
* dev-lang/orc: arm stable, bug #587010Markus Meier2016-12-061-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* dev-lang/vala: arm stable, bug #587010Markus Meier2016-12-061-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* dev-lang/perl: Bump to version 5.22.3_rc4Kent Fredric2016-12-072-0/+555
| | | | | | | The source to this ebuild is based on the 5.24 line, debriding itself of eblits. Package-Manager: portage-2.3.0
* dev-lang/crystal: bump up to 0.20.1Sergei Trofimovich2016-12-052-0/+70
| | | | Package-Manager: portage-2.3.2
* dev-lang/go: 1.7.4 version bumpWilliam Hubbs2016-12-052-0/+223
| | | | Package-Manager: portage-2.3.0
* dev-lang/lua: added 5.3.3, masked for testing (bug #541042)Rafael Martins2016-12-043-0/+229
| | | | Package-Manager: portage-2.2.28
* dev-lang/php: add php-7.1.0 in the new "7.1" slot.Michael Orlitzky2016-12-022-0/+740
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a new upstream release and the ebuild incorporates a few fixes facilitated by upstream changes: 1. We use app-text/tidy-html5 instead of the abandoned app-text/htmltidy. 2. Upstream now detects heimdal correctly so our workaround has been removed. 3. The custom Gentoo branding that required us to rebuild all of the autotools files has been removed. A few build dependencies were eliminated as a result, and the autotools and libtool eclasses were dropped. The changes above have associated Gentoo bugs. In addition, the hack for bug 343481 was removed, since it had no effect on the configure script for v7.1.0. I do not know if the fix is simply no longer needed, or if it should be forward-ported. Gentoo-Bug: 585474 Gentoo-Bug: 597448 Gentoo-Bug: 597450 Package-Manager: portage-2.3.0
* dev-lang/lua-5.1.5-r4: stable on alphaTobias Klausmann2016-12-021-1/+1
| | | | Gentoo-Bug: 520480
* dev-lang/fsharp: bumpMikhail Pukhlikov2016-12-022-1/+1
| | | | Package-Manager: portage-2.3.2
* dev-lang/mono: fix ABI_X86=32 build case for amd64 host, bug #600664Sergei Trofimovich2016-12-012-1/+31
| | | | | | | | | | | | The patch passes flags to adjust target ABI of a multiarch assembler and linker. Reported-by: Ivan Dorna Reported-by: Toralf Förster Bug: https://github.com/gentoo/dotnet/issues/270 Bug: https://bugs.gentoo.org/600664 Package-Manager: portage-2.3.2
* dev-lang/mono: fix makedev() declaration on glibc-2.24Sergei Trofimovich2016-11-302-1/+39
| | | | Package-Manager: portage-2.3.2
* dev-lang/python: restore eselect python set --python2 callMike Gilbert2016-11-301-0/+4
| | | | | | This broke Funtoo stage building since it relies on the python2 symlink. Package-Manager: portage-2.3.2_p11
* dev-lang/lua: arm stable, bug #520480Markus Meier2016-11-301-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* dev-lang/mono: downgrade unstable mono from nightlyMikhail Pukhlikov2016-11-303-135/+5
|
* dev-lang/mono: make kernel config checking not need a kernel to be installedMatthew Thode2016-11-292-0/+239
| | | | | | | | Change to linux_chkconfig_builtin as the value can only be 'y' and even if the kernel config value could be 'm' we don't have a way of checking if it is loaded. Package-Manager: portage-2.3.0
* dev-lang/python: arm stable, bug #585946Markus Meier2016-11-291-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* dev-lang/ocaml: restore keywords on 4.04Alexis Ballier2016-11-291-1/+1
| | | | Package-Manager: portage-2.3.2
* dev-lang/swi-prolog: bump 7.3 development versionKeri Harris2016-11-292-0/+144
| | | | Package-Manager: portage-2.3.0
* dev-lang/lua: fix for bug #520480Rafael Martins2016-11-282-0/+147
| | | | Package-Manager: portage-2.2.28
* dev-lang/php: Security cleanup wrt bug 599326Brian Evans2016-11-283-1545/+0
| | | | Package-Manager: portage-2.3.2
* dev-lang/php: ia64 stable wrt bug #599326Agostino Sarubbo2016-11-281-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: sparc stable wrt bug #599326Agostino Sarubbo2016-11-281-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/tk-8.6.6-r0: stable on alphaTobias Klausmann2016-11-271-1/+1
| | | | Gentoo-Bug: 586300
* dev-lang/tcl-8.6.6-r0: stable on alphaTobias Klausmann2016-11-271-1/+1
| | | | Gentoo-Bug: 586300
* dev-lang/scala-bin: version bump.Patrice Clement2016-11-272-0/+82
| | | | Package-Manager: portage-2.3.0
* dev-lang/php: ppc stable wrt bug #599326Agostino Sarubbo2016-11-271-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: arm stable wrt bug #599326Agostino Sarubbo2016-11-271-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/rakudo: BumpPatrick Lauer2016-11-252-0/+74
| | | | Package-Manager: portage-2.3.2
* dev-lang/nqp: BumpPatrick Lauer2016-11-252-0/+161
| | | | Package-Manager: portage-2.3.2
* dev-lang/moarvm: BumpPatrick Lauer2016-11-252-0/+63
| | | | Package-Manager: portage-2.3.2
* dev-lang/mono: add cmake dependMikhail Pukhlikov2016-11-241-0/+1
| | | | Package-Manager: portage-2.3.2
* dev-lang/coffee-script: replace v1.10.0 with v1.11.1.Michael Orlitzky2016-11-232-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-lang/python-3.4.5-r0: stable on alphaTobias Klausmann2016-11-231-1/+1
| | | | Gentoo-Bug: 585946
* dev-lang/perl: Bump to 5.24.1_rc4Kent Fredric2016-11-232-0/+555
| | | | Package-Manager: portage-2.3.0
* dev-lang/vala: version bump 0.34.2 → 0.34.3Gilles Dartiguelongue2016-11-232-0/+34
| | | | Package-Manager: portage-2.3.2
* dev-lang/crystal: bump up to 0.20.0Sergei Trofimovich2016-11-222-0/+72
| | | | Package-Manager: portage-2.3.2