summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/ruby: Stable for HPPA PPC64 (bug #565110).Jeroen Roovers2015-11-112-2/+2
| | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --ignore-arches
* dev-lang/swi-prolog: add support for libressl. Closes #565276Keri Harris2015-11-103-7/+14
| | | | Package-Manager: portage-2.2.20.1
* dev-lang/ocaml: remove oldAlexis Ballier2015-11-105-427/+0
| | | | | Package-Manager: portage-2.2.24 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-lang/ocaml: amd64 stable wrt bug #463018Agostino Sarubbo2015-11-101-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-lang/ruby: amd64 stable wrt bug #565110Agostino Sarubbo2015-11-092-2/+2
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-lang/php: ia64 stable wrt bug #562882Mikle Kolyada2015-11-082-2/+2
| | | | Package-Manager: portage-2.2.20.1
* dev-lang/python: ia64 stable wrt bug #561524Mikle Kolyada2015-11-081-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-lang/python: Restore keywords on latest python 2.7, 3.4 ebuildsMike Gilbert2015-11-065-1009/+45
| | | | Package-Manager: portage-2.2.23_p18
* dev-lang/php: revbump dev-lang/php-7.0.0_rc6 to fix QA issues.Michael Orlitzky2015-11-051-0/+767
| | | | | | | This commit makes the same changes as ec5104f, only for the latest 7.x series ebuild. The 7.x series is already package.masked. Package-Manager: portage-2.2.20.1
* dev-lang/php: revbump dev-lang/php-5.6.15 to fix QA issues.Michael Orlitzky2015-11-051-0/+796
| | | | | | | | | | | | | | | | | | | This commit fixes a number of issues in the php-5.6.15-r2 ebuild: * The ./configure handling is rewritten to use autotools-utils. This is the most invasive (and dangerous) change, but fixes all of the unquoted $EPREFIX appearing throughout src_configure. * Add die() statements to sed, cp, cd, etc. commands. * Remove die() statements on helper functions (we're using EAPI 5). * Line-wrap some long lines. Ideally this should behave the same as -r2, but since the change is so invasive, -r3 is being added masked. Package-Manager: portage-2.2.20.1
* dev-lang/php: arm stable, bug #562882Markus Meier2015-11-051-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm"
* dev-lang/php: arm stable, bug #562882Markus Meier2015-11-051-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm"
* Remove hard masked packagePacho Ramos2015-11-0510-741/+0
|
* dev-lang/php: don't depend on versions of sys-libs/db that won't be detected.Michael Orlitzky2015-11-052-22/+10
| | | | | | | | | | | | | | | | | In bug #564824, Robert Förster noticed that there's an issue building PHP with both sys-libs/db-5.3 and sys-libs/db-6.0 installed. The root cause of the failure is that PHP attempts to autodetect sys-libs/db, but doesn't specifically look for db-5.3. When db-5.3 is not found, it falls back to /usr/include/db.h from version 6.0 and that version is incompatible. A similar issue exists with older 4.x versions, but not with db-4.5 through db-5.1. A fix has been sent upstream for db-5.3. In the meantime, we remove that and the older 4.x versions from $DEPEND. Gentoo-Bug: 564824 Package-Manager: portage-2.2.20.1
* dev-lang/php: sparc stable wrt bug #562882Agostino Sarubbo2015-11-052-2/+2
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* dev-lang/php: ppc stable wrt bug #562882Agostino Sarubbo2015-11-042-2/+2
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* dev-lang/swi-prolog: bump EAPI to 5Keri Harris2015-11-041-7/+7
| | | | Package-Manager: portage-2.2.20.1
* dev-lang/swi-prolog: bump 7.3 development versionKeri Harris2015-11-042-0/+141
| | | | Package-Manager: portage-2.2.20.1
* 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