summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/spidermonkey: arm stable, bug #633382Markus Meier2018-01-171-2/+2
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-lang/spidermonkey: Stable on amd64Manuel Rüger2017-10-301-1/+1
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.4
* dev-lang/spidermonkey: x86 stable (bug #633382)Thomas Deutschmann2017-10-231-1/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-lang/spidermonkey-17.0.0-r5: alpha stableTobias Klausmann2017-10-221-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/633382
* dev-lang/spidermonkey: stable 17.0.0-r5 for ppc/ppc64, bug #633382Sergei Trofimovich2017-10-041-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc ppc64"
* dev-lang/spidermonkey: file and package cleanupsIan Stakenvicius2017-10-031-6/+7
| | | | | | | | - Dropped spidermonkey-1.8.5-r5 - Migrated same-slot patches to tarballs to clean up ${FILESDIR} - fixed SRC_URI to point to mozilla http repo instead of the log-removed ftp Package-Manager: Portage-2.3.8, Repoman-2.3.1
* dev-lang/spidermonkey: stable 17.0.0-r5 for ia64, bug #633382Sergei Trofimovich2017-10-031-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"
* dev-lang/spidermonkey: fix pointer dereference causing c++11 compile errorIan Stakenvicius2017-05-111-1/+2
| | | | | | | | | Backported fix from mozilla25 to spidermonkey-17 and spidermonkey-24. Also bumped spidermonkey-24 EAPI to 6. Bug: http://bugs.gentoo.org/601030 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/spidermonkey: Added sub-slot dependency for sys-libs/readline.Lars Wendler2016-09-191-1/+1
| | | | | Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-lang/spidermonkey: update HOMEPAGE.Wim Muskee2016-09-071-1/+1
| | | | | | | | Gentoo-Bug: https://bugs.gentoo.org/585586 Closes: https://github.com/gentoo/gentoo/pull/2260 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-lang/spidermonkey: fix building with clangAustin English2016-06-101-0/+140
Gentoo-Bug: https://bugs.gentoo.org/458142 Closes: https://github.com/gentoo/gentoo/pull/1589