summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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