summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add debian disable patches for chromium-73HEADmasterKenny Ballou2019-03-27
| | | | | | | | | | | Add the set of patches from the debian project for disalbing certain features and configurations of chromium. Specifically, the `tracing.patch` seems to allow the package to compile. [0]: https://salsa.debian.org/chromium-team/chromium/tree/master/debian/patches/disable Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* Add chromium-73 patchesKenny Ballou2019-03-26
| | | | | | | Add patches from the debian project, refreshed from chromium-73. Do not need GCC-6 fixes, as we have updated to GCC-8. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* Update chromium versionKenny Ballou2019-03-08
| | | | | | Rename patches, applying for chromium-72-0.3626.121. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* Add chromium-72 patches from debian projectKenny Ballou2019-02-26
| | | | | | | | | Collect a number of patches, specifically, `fixes` and `gcc6` patches for compiling chromium-72. [0]: https://salsa.debian.org/chromium-team/chromium/tree/master/debian/patches Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* make: install to correct directoryKenny Ballou2018-09-13
| | | | | | | | Installing to `/etc/portage/patches` resulted in the following folder `/etc/portage/patches/patches/` structure. However, we really want to copy the `patches` folder to the `/etc/portage` folder instead. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* www-client/chromium: rename to target chromium-68Kenny Ballou2018-09-13
| | | | | | Rename chromium patches to target specifically chromium-68. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* Add makefile with simple `install` targetKenny Ballou2018-09-07
| | | | | | | Add a basic `Makefile` to document and capture the typical installation process of the patches. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* Add patches directoryKenny Ballou2018-09-07
| | | | | | | | Move patches into a subdirectory of `patches`. This will make installation easier as all the different targets won't be collected into the same root folder tree. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* www-client/chromium: add several patchesKenny Ballou2018-09-06
| | | | | | | | Add a few patches for `www-client/chromium` as of this writing the 68 builds are failing. These patches seem to fix the major compilation issues thus far. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* gentoo.patches: initial commitKenny Ballou2018-08-07