summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/ocaml: Stable for PPC64 (bug #463018).Jeroen Roovers2015-11-031-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* dev-lang/php: remove two obsolete addpredict() calls.Michael Orlitzky2015-11-022-16/+0
| | | | | | | | | 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
* dev-lang/php: version bump the 7.x series and fix bug #521222.Michael Orlitzky2015-11-022-0/+762
| | | | | | | | | | | 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
* dev-lang/php: revbump php-5.6.15 to fix a segfault.Michael Orlitzky2015-11-022-2/+80
| | | | | | | | | | | | | | | 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
* dev-lang/go: keyword 1.4.2 for x64-solaris, can't keyword 1.5 due to ↵Fabian Groffen2015-11-021-1/+1
| | | | | | unavailable bootstrap package dependency Package-Manager: portage-2.2.20-prefix
* dev-lang/go: add patch for darwin by yegle in bug #558368Fabian Groffen2015-11-022-0/+13
| | | | Package-Manager: portage-2.2.20-prefix
* dev-lang/php: add alpha keywordTobias Klausmann2015-11-011-1/+1
| | | | | | Gentoo-Bug: 562882 Package-Manager: portage-2.2.23
* dev-lang/php: add alpha keywordTobias Klausmann2015-11-011-1/+1
| | | | | | Gentoo-Bug: 562882 Package-Manager: portage-2.2.23
* dev-lang/ocaml: Stable for HPPA (bug #463018).Jeroen Roovers2015-11-011-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* dev-lang/php: depend on SLOT=0 of sys-libs/readline.Michael Orlitzky2015-10-302-2/+2
| | | | | | | | | The sys-libs/readline package has three slots, two of which are kept around for ABI compatibility. Packages generally build against SLOT=0, and that's the one we want, so this adds the slot operator to the dependency. Package-Manager: portage-2.2.20.1
* dev-lang/php: depend on SLOT=0 of dev-libs/gmp.Michael Orlitzky2015-10-302-2/+2
| | | | | | | | The dev-libs/gmp package has two slots, one of which is only kept around for the libgmp.so.3 ABI SONAME. We want to build against SLOT=0, so depend on that. Package-Manager: portage-2.2.20.1
* dev-lang/php: add "any slot" operator to our dev-db/postgresql dependency.Michael Orlitzky2015-10-302-2/+2
| | | | | | | | | | | | | This does not change the current behavior, and silences a repoman warning. I also believe it is correct: dev-db/postgresql is slotted along major (e.g. 9.3, 9.4) version lines. The libpq interface doesn't seem to break between those versions, and mailing list discussions by the Postgres devs indicate that they'd prefer to avoid that kind of breakage. Gentoo-Bug: 551526 Package-Manager: portage-2.2.20.1
* dev-lang/php: use "+=" consistently for appending to $my_conf.Michael Orlitzky2015-10-302-8/+8
| | | | | | | | | There were a few places still using my_conf="${my_conf} ..." to append to the my_conf variable. Update them all to use the "append" operator. Gentoo-Bug: 551526 Package-Manager: portage-2.2.20.1
* dev-lang/php: remove second redundant "if use oci8-instant-client" check.Michael Orlitzky2015-10-302-10/+4
| | | | | | | | This fixes the same issue as 7c05e6f, but in another spot in the ebuild. Gentoo-Bug: 551526 Package-Manager: portage-2.2.20.1
* dev-lang/php: remove redundant "if use oci8-instant-client" check.Michael Orlitzky2015-10-302-8/+4
| | | | | | | | | The use_with function doesn't do anything if its USE flag is disabled, so there's no reason to wrap use_with in "if use...". Gentoo-Bug: 551526 Package-Manager: portage-2.2.20.1
* dev-lang/php: remove redundant "if use iodbc" check.Michael Orlitzky2015-10-302-12/+4
| | | | | | | | | | The use_with function doesn't do anything if its USE flag is disabled, so there's no reason to wrap use_with in "if use...". This use_with block was also merged with the one for USE=odbc. Gentoo-Bug: 551526 Package-Manager: portage-2.2.20.1
* dev-lang/php: remove redundant "if use odbc" check.Michael Orlitzky2015-10-302-8/+4
| | | | | | | | | The use_with function doesn't do anything if its USE flag is disabled, so there's no reason to wrap use_with in "if use...". Gentoo-Bug: 551526 Package-Manager: portage-2.2.20.1
* dev-lang/php: remove redundant "if use firebird" check.Michael Orlitzky2015-10-302-10/+4
| | | | | | | | | The use_with function doesn't do anything if its USE flag is disabled, so there's no reason to wrap use_with in "if use...". Gentoo-Bug: 551526 Package-Manager: portage-2.2.20.1
* dev-lang/php: slot openssl dependency.Michael Orlitzky2015-10-302-2/+2
| | | | | | | | | | | | The dev-libs/openssl package now has two slots. The SLOT=0.9.8 is for binary compatibility, and SLOT=0 is what most packages should depend on. Adding ":0" to our openssl dependency ensures that we get the correct slot, and silences a repoman warning. The lower bound on openssl was also removed since all versions in the tree satisfied it. Package-Manager: portage-2.2.20.1
* dev-lang/php: replace dead URL in postinst, bug #564432 by Ortwin Glueck.Michael Orlitzky2015-10-302-4/+4
| | | | | | | | | | | | | The postinst message was pointing people to https://www.gentoo.org/proj/en/php/php-upgrading.xml which now simply 404s. Its spiritual successor is on the wiki, so the postinst message has been updated to send people there. Gentoo-Bug: 564432 Package-Manager: portage-2.2.20.1
* dev-lang/php: fix typo "chose" -> "choose", bug #537904 by David Flogeras.Michael Orlitzky2015-10-302-2/+2
| | | | | | Gentoo-Bug: 537904 Package-Manager: portage-2.2.20.1
* dev-lang/php: version bump adding php-5.6.15.ebuild.Michael Orlitzky2015-10-302-0/+785
| | | | Package-Manager: portage-2.2.20.1
* dev-lang/ekopath: Remove snapshots predating 6.0.551_p20151010Michał Górny2015-10-315-300/+0
|
* dev-lang/ekopath: snapshot bump to 6.0.570_p20151029Michał Górny2015-10-312-0/+75
|
* dev-lang/R: Clean oldJustin Lecher2015-10-3011-1292/+1
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-lang/python: ppc stable wrt bug #561524Agostino Sarubbo2015-10-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* dev-lang/python: ppc stable wrt bug #530858Agostino Sarubbo2015-10-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* dev-lang/R: ppc stable wrt bug #556422Agostino Sarubbo2015-10-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* def-lang/fsharp: bumpHeather Cynede2015-10-292-1/+1
|
* dev-lang/php: Stable for HPPA (bug #562882).Jeroen Roovers2015-10-291-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* dev-lang/php: Stable for HPPA (bug #562882).Jeroen Roovers2015-10-291-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* dev-lang/php: Stable for PPC64 (bug #562882).Jeroen Roovers2015-10-292-2/+2
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* dev-lang/php: x86 stable wrt bug #562882Agostino Sarubbo2015-10-282-2/+2
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-lang/php: amd64 stable wrt bug #562882Agostino Sarubbo2015-10-282-2/+2
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-lang/orc: change hardened to pax_kernel use flag #554596Magnus Granberg2015-10-272-3/+6
| | | | Package-Manager: portage-2.2.23
* dev-lang/elixir: rm oldJulian Ospald2015-10-252-29/+0
|
* dev-lang/elixir: version bump to 1.1.1Julian Ospald2015-10-252-0/+29
|
* dev-lang/elixir: version bump to 1.1.0Julian Ospald2015-10-252-0/+29
| | | | Gentoo-Bug: 564054
* dev-lang/python: arm stable, bug #530858Markus Meier2015-10-251-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm"
* dev-lang/gdl: Support wxGTK:3.0Pacho Ramos2015-10-251-0/+158
| | | | Package-Manager: portage-2.2.23
* dev-lang/erlang: Support wxGTK:3.0 (#563322)Pacho Ramos2015-10-251-1/+1
| | | | Package-Manager: portage-2.2.23
* dev-lang/erlang: Support wxGTK:3.0 (#563322)Pacho Ramos2015-10-252-0/+697
| | | | Package-Manager: portage-2.2.23
* dev-lang/clojure: x86 stable wrt bug #563422Mikle Kolyada2015-10-251-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-lang/clojure: amd64 stable wrt bug #563422Agostino Sarubbo2015-10-231-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-lang/go: Do Not include testdata as part of the dependenciesWilliam Hubbs2015-10-224-0/+8
| | | | This is for bug #563744
* dev-lang/ispc: add upstream patch to support llvm-3.7Christoph Junghans2015-10-202-0/+58
| | | | | | | | Details on github ispc/ispc#1106 Gentoo-Bug: #562630 Package-Manager: portage-2.2.20.1
* dev-lang/ispc: doesn't build with >=llvm-3.7Christoph Junghans2015-10-201-0/+2
| | | | | | | | Details on github ispc/ispc#1106 Gentoo-Bug: #562630 Package-Manager: portage-2.2.20.1
* dev-lang/vala: sparc stable wrt bug #551826Mikle Kolyada2015-10-181-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-lang/python: arm stable, bug #561524Markus Meier2015-10-171-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm"
* Update remote-idsJustin Lecher2015-10-163-5/+13
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>