summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/spidermonkey: remove unused patchMichael Mair-Keimberger2020-09-211-32/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/17630 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lang/spidermonkey: restore missing patches for 52.xThomas Deutschmann2020-09-213-0/+71
| | | | | | | Fixes: 5c80805 ("dev-lang/spidermonkey: drop old") Closes: https://bugs.gentoo.org/743880 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/spidermonkey: restore missing patches for 1.xThomas Deutschmann2020-09-212-0/+69
| | | | | | | Fixes: 5c80805 ("dev-lang/spidermonkey: drop old") Closes: https://bugs.gentoo.org/743886 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/spidermonkey: drop oldThomas Deutschmann2020-09-205-140/+0
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/15454 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/spidermonkey: fix building using clangThomas Deutschmann2020-08-141-0/+32
| | | | | | Closes: https://bugs.gentoo.org/737084 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/spidermonkey: fix virtual address length on ia64Thomas Deutschmann2020-04-211-0/+59
| | | | | | Closes: https://bugs.gentoo.org/703538 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/spidermonkey: Fix gcc-9 support in :52Jory Pratt2019-07-251-0/+24
| | | | | | Closes: https://bugs.gentoo.org/688448 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* dev-lang/spidermonkey: add ia64 support to :60Jory Pratt2019-07-251-0/+44
| | | | | | | Closes: https://bugs.gentoo.org/690342 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* dev-lang/spidermonkey: Fix LTO compilationsJory Pratt2019-06-181-0/+58
| | | | | | | Thanks-to: Alexander Miller <alex.miller@gmx.de> Closes: https://bugs.gentoo.org/687812 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* dev-lang/spidermonkey: remove unused patchMichael Mair-Keimberger2019-03-031-22/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11237 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-lang/spidermonkey: fix bitness on alphaIan Stakenvicius2018-11-171-0/+32
| | | | | | | | Thanks to Brian Parkhurst for doing all the leg work on this one. Closes: https://bugs.gentoo.org/663620 Signed-off-by: Ian Stakenvicius <axs@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-lang/spidermonkey:38 - don't hardcode libc sonameIan Stakenvicius2018-01-121-0/+15
| | | | | | | | This patch attempts to fix issues linking to libc on platforms whos libc is not libc.so.6 (ie, ia64 and others). Bug: http://bugs.gentoo.org/631574 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-lang/spidermonkey: fix includedir install path on 52.4.0Ian Stakenvicius2017-10-031-0/+22
| | | | | | | | | Restored upstream config/baseconfig.mk to undo something that was applied agaist firefox-52.4.0esr. Closes: http://bugs.gentoo.org/630506 Package-Manager: Portage-2.3.8, Repoman-2.3.1
* dev-lang/spidermonkey: file and package cleanupsIan Stakenvicius2017-10-0338-2773/+0
| | | | | | | | - 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: fix pointer dereference causing c++11 compile errorIan Stakenvicius2017-05-111-0/+30
| | | | | | | | | 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
* dev-lang/spidermonkey:45 - fix symlink installs via patch instead of sedIan Stakenvicius2017-02-282-0/+53
| | | | | | | | Found a patch to the build system which forces copies rather than symlinks to all non-objfiles (meaning headers), to address the symlink installation issue. Also applied the sed patch for icu.m4 for esr45 Package-Manager: portage-2.3.3
* dev-lang/spidermonkey: make sed use in icu.m4 compatible with sed-4.3Ian Stakenvicius2017-02-281-0/+32
| | | | | | | Bug: http://bugs.gentoo.org/611232 Bug: http://bugs.gentoo.org/604696 Package-Manager: portage-2.3.3
* dev-lang/spidermonkey:{38,45} ebuild improvements and bugfixesIan Stakenvicius2017-02-282-0/+42
| | | | | | | | | | | | | | Upstream stripped out most slotting and also was installing headers as symlinks. This has been addressed in :38 through patches from GNOME. Redundant and unused eclasses were removed, which should help address bug 611232. spidermonkey-45 still installs headers as symlinks, and I have ben unable to figure out where in the python buildsystem code this is being triggered to reverse it back to a copy; the ebuild is now p.masked because of that. Package-Manager: portage-2.3.3
* dev-lang/spidermonkey: add release for v45Ian Stakenvicius2017-02-277-0/+394
| | | | Package-Manager: portage-2.3.3
* dev-lang/spidermonkey: add mozjs38 release for gnome-3.23Ian Stakenvicius2017-02-273-0/+745
| | | | Package-Manager: portage-2.3.3
* dev-lang/spidermonky: remove unused patchMichael Mair-Keimberger (asterix)2016-11-061-32/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/2167 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/spidermonkey: patch 1.8.5 to build with gcc6Ian Stakenvicius2016-09-011-0/+144
| | | | | | Bug: http://bugs.gentoo.org/582478 Package-Manager: portage-2.2.28
* dev-lang/spidermonkey: fix building with clangAustin English2016-06-101-0/+18
| | | | | Gentoo-Bug: https://bugs.gentoo.org/458142 Closes: https://github.com/gentoo/gentoo/pull/1589
* dev-lang/spidermonkey: clean up old ebuildsIan Stakenvicius2016-02-233-142/+0
| | | | Package-Manager: portage-2.2.26
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0825-0/+1500
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed