summaryrefslogtreecommitdiff
path: root/dev-lang/moarvm/moarvm-9999.ebuild
AgeCommit message (Collapse)Author
2023-09-25dev-lang/moarvm: cleanup ebuildArthur Zamarin
- use edo for printing the configure call line - add app-arch/zstd:= RDEPEND - fix variables order - fix passing "no" strings for all the disabled $(usex) calls Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-02-27dev-lang/moarvm: EAPI 8Patrick Lauer
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
2023-02-27dev-lang/moarvm: Remove unneeded eclass inheritPatrick Lauer
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
2021-12-13dev-lang/moarvm: Remove references to Perl 6Andreas K. Hüttel
Closes: https://bugs.gentoo.org/827834 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-07-10dev-lang/moarvm: add dev-libs/libffi subslot depSam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-02-15dev-lang/moarvm: fix double KEYWORDSSam James
Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
2020-12-08dev-lang/moarvm-9999: remove unused dev-lang/lua dependencyMarek Szuba
See the preceding commit for a detailed explanation. Bug: https://bugs.gentoo.org/752579 Signed-off-by: Marek Szuba <marecki@gentoo.org>
2020-12-03dev-lang/moarvm: limit unmigrated ebuilds to dev-lang/lua:0Marek Szuba
Signed-off-by: Marek Szuba <marecki@gentoo.org>
2020-11-16dev-lang/moarvm: use dev-libs/libffi instead of virtual/libffiSergei Trofimovich
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@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>
2019-08-05dev-lang/moarvm: Update live ebuildKent Fredric
- This brings the live ebuild up-to-date with changes already dropped in other ebuilds, and then some. - uses EAPI7 - Omits the 3rd party submodules from fetching - Removes the no-longer-used `jit` USE flag - USE="optimize" works again it seems - Update invocation of configure - Patch for configure seems no longer needed Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2017-06-28dev-lang/moarvm: Fix dependency on libtommath-1.0 re bugs #608548 and #576284Kent Fredric
Upstream has used a bundled copy of libtommath at version 1.0 since version 2016.02, but we use system copies, and so, which end users who are running full ~arch would have gotten a working version by fortunate accident. An -r1 bump is required here, as dependency propagation must replicate, even for people who already have compile working, as users must be discouraged fron downgrading libtommath if they try to do partial reversion to 'arch' Thanks to the patient reporters and commenters on the related bugs. Bug: https://bugs.gentoo.org/576284 Bug: https://bugs.gentoo.org/608548 Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-06-02dev-lang/moarvm: update 9999 to reflect 2016.05Marshall Brewer
2016-05-08dev-lang/moarvm: re-add 9999, based on 2016.04-r1Marshall Brewer (Gentoo Key)
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
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