summaryrefslogtreecommitdiff
path: root/dev-lang/moarvm/moarvm-2019.07-r1.ebuild
AgeCommit message (Collapse)Author
2020-08-24dev-lang/moarvm: OldPatrick Lauer
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
2020-02-11*/*: Bump copyright on files touched this yearMichał Górny
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-02-08dev-lang/moarvm: [QA] Fix UnnecessarySlashStripDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2019-10-04dev-lang/moarvm: Enable verbose buildAndreas K. Hüttel
Closes: https://bugs.gentoo.org/504704 Package-Manager: Portage-2.3.70, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2019-08-07dev-lang/moarvm: Use EPREFIX instead of EROOTKent Fredric
Now I better understand what variables to use in which conditions, I now see that this working at all was somewhat a miracle, given ROOT is defined to not exist in src_configure, and EROOT is ... "${ROOT}/${EPREFIX}" Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2019-08-06dev-lang/moarvm: Fix installation to /lib re bug #639538Kent Fredric
This fixes the installation of libmoar.so to use /usr/lib64 etc instead of /lib64 This additionally fixes the issue where the installation to /lib64 under EAPI7, for some reason, results in no installation of the .so, as mentioned in bug #504720 Closes: https://bugs.gentoo.org/639538 Bug: https://bugs.gentoo.org/504720 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>