summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/perl: Bump to version 5.28.0 [masked]Kent Fredric2018-07-101-0/+642
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/php: Version bump for 7.3 alpha 3Brian Evans2018-07-082-0/+744
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/luajit: arm stable, bug #654434Markus Meier2018-07-081-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="arm"
* dev-lang/perl: filter -flto as upstream is pretty shoddyKent Fredric2018-07-081-0/+3
| | | | | | | Changes in EUMM's test suite breaks -flto in ways beyond my ability to fix. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/perl: Update patches for bug #645084Kent Fredric2018-07-082-2/+4
| | | | | | | | | - Disables tests affected by sandbox - Disables various porting tests that can conditionally fail ( though usually when using git sources ) Closes: https://bugs.gentoo.org/645084 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/erlang: BumpPatrick Lauer2018-07-073-0/+455
| | | | | | | | | Restore wxwidgets useflag to avoid pulling in all of X, GTK and wx on servers where it can't be used anyway. Strictly speaking this is not completely correct, but it's the pragmatic fix. Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/python: remove threads USE flagMike Gilbert2018-07-071-8/+1
| | | | | | Threads are always enabled in Python 3.7. Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* dev-lang/spidermonkey: stable 38.3.0 for ia64, bug #660314Sergei Trofimovich2018-07-071-1/+1
| | | | | | Bug: https://bugs.gentoo.org/660314 Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-lang/spidermonkey: stable 38.3.0 for sparcRolf Eike Beer2018-07-071-1/+1
| | | | | | Bug: https://bugs.gentoo.org/660314 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* dev-lang/rakudo: BumpPatrick Lauer2018-07-072-0/+73
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/nqp: BumpPatrick Lauer2018-07-072-0/+160
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/moarvm: BumpPatrick Lauer2018-07-072-0/+58
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/python: bump to 3.7.0Mike Gilbert2018-07-062-0/+333
| | | | | Closes: https://bugs.gentoo.org/659578 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* dev-lang/spidermonkey: bump 38.x to 38.3.0 and stabilizeIan Stakenvicius2018-07-062-4/+4
| | | | | | Stabilized for amd64 and x86 by maintainer after testing. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/perl: Bump 5.28.9999 to 5.28.0 FinalKent Fredric2018-07-062-4/+4
| | | | | | | | | | | - Still fails tests due to bug #645084 Upstream: - Now includes Archive-Tar 2.280.0 for CVE-2018-12015 (Bug #657968) Bug: https://bugs.gentoo.org/645084 Bug: https://bugs.gentoo.org/657968 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* Revert "dev-lang/squirrel: declare used CMake variables, bug #659880"Sergei Trofimovich2018-07-042-15/+1
| | | | | | | | This reverts commit ccc69bc760de2a0cba00f6123349dc4f380b4abb. Eike noticed i've messed up STATIC_LIBS variable handling and static libs are not installed at all. Bug: https://bugs.gentoo.org/659880
* dev-lang/python: work around bug in test_help_with_metavarMike Gilbert2018-07-041-0/+3
| | | | | Bug: https://bugs.gentoo.org/660358 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* dev-lang/python: bump to 3.6.6Mike Gilbert2018-07-042-0/+348
| | | | Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* dev-lang/swi-prolog: bump 7.7 development versionKeri Harris2018-07-042-0/+149
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/R: Bump to 3.5.1Mark Wright2018-07-042-5/+2
| | | | | | | | | Thanks to Neil for reporting, Daniel M. Weeks, John Dough and Marcel Schilling for commenting. Closes: https://bugs.gentoo.org/632364 Closes: https://bugs.gentoo.org/660294 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/squirrel: declare used CMake variables, bug #659880Sergei Trofimovich2018-07-032-1/+15
| | | | | | | | | | | | | | portage's QA check complains: > One or more CMake variables were not used by the project: > DISABLE_STATIC > LONG_OUTPUT_NAMES The warning is misleading. Variables are used but not declared as 'options()'s. This change tweaks the declaration. Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/659880 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/swi-prolog: bump 7.7 development versionKeri Harris2018-07-032-0/+149
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/R: Bump to 3.5.1 RCMark Wright2018-07-032-0/+208
| | | | | | Thanks to Neil for reporting, John Dough and Daniel M. Weeks for commenting. Bug: https://bugs.gentoo.org/632364 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/vala: remove oldMart Raudsepp2018-07-023-82/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/mono: 5.12.0.226 Don't block against dev-lang/mono-basicMikhail Pukhlikov2018-07-021-1/+0
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/julia: update live ebuildMatthias Maier2018-06-302-21/+22
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/julia: drop old version 0.6.2Matthias Maier2018-06-303-282/+0
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/julia: fix library installation pathMatthias Maier2018-06-302-10/+98
| | | | | Closes: https://bugs.gentoo.org/655072 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/julia: take over maintainershipMatthias Maier2018-06-301-4/+4
| | | | | | So much fun. Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/julia: version bump to 0.6.3Matthias Maier2018-06-302-0/+196
| | | | | Closes: https://bugs.gentoo.org/658196 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/julia: relax version constraintMatthias Maier2018-06-301-1/+0
| | | | | Closes: https://bugs.gentoo.org/650940 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/swig: Remove oldDavid Seifert2018-06-305-141/+0
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/mmix: set VARTEXFONTS to prevent sandbox violationsMatthias Maier2018-06-282-0/+2
| | | | | Closes: https://bugs.gentoo.org/652018 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/hy: Support python3.6Pacho Ramos2018-06-271-1/+1
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/rust: bump to 1.27.0Mikhail Pukhlikov2018-06-274-411/+24
| | | | | | drop some old versions virtual/rust: bump to 1.27.0 update EAPI to 7
* dev-lang/php-7.1.18-r0: alpha stableTobias Klausmann2018-06-271-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/658092
* dev-lang/php-7.0.30-r0: alpha stableTobias Klausmann2018-06-271-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/658092
* dev-lang/php-5.6.36-r0: alpha stableTobias Klausmann2018-06-271-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/658092
* dev-lang/php: Silence uncontrolable repoman warningsBrian Evans2018-06-269-45/+45
| | | | | | | The addpredicts originate due to libsnmp that PHP cannot change in its behaviour Silence the warnings to find real problems Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/spark: Fix build.Tupone Alfredo2018-06-261-4/+4
| | | | | Closes: https://bugs.gentoo.org/658554 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/php: Version bump for 7.1.19Brian Evans2018-06-262-0/+729
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/php: arm stable wrt bug #658092Mikle Kolyada2018-06-263-3/+3
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/mono: bump to 5.12.0.226Mikhail Pukhlikov2018-06-263-0/+141
|
* dev-lang/luajit: amd64 stableAaron Bauman2018-06-251-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/scala: amd64 stableAaron Bauman2018-06-252-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/scala: x86 stable (bug #637940)Thomas Deutschmann2018-06-262-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/luajit: x86 stable (bug #654434)Thomas Deutschmann2018-06-261-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/php: Drop old version in 7.2 slotBrian Evans2018-06-252-744/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/php: Version bump for 7.2.7Brian Evans2018-06-252-0/+741
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/erlang-20.3-r0: alpha stableTobias Klausmann2018-06-251-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/649202