summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/atom: Migrate to slotted electron, add atom-1.10.2, fixesElvis Pranskevichus2016-09-201-3/+3
| | | | | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=589900 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=593502 Closes: https://github.com/gentoo/gentoo/pull/2336 Package-Manager: portage-2.2.28 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-editors/atom: Switch to using dev-util/electron, recompile binaries and ↵Elvis Pranskevichus2016-05-101-0/+45
unbundle libraries. Proper build of dev-util/electron is now in the tree (#579116), which makes it possible to rebuild Atom properly, i.e. without the use of precompiled blobs and with proper library unbundling. The strategy used in this build is to take the upstream release build and recompile the native module portions against the system Electron and system libraries. Gentoo-Bug: https://bugs.gentoo.org/582462 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1430 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>