| Summary: | New parrot and rakudo available | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Luca Barbato <lu_zero> |
| Component: | New packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tetromino |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
parrot-2.3.0.ebuild
rakudo-2010.04.ebuild |
||
|
Description
Luca Barbato
2010-02-28 16:22:56 UTC
So please bump them :) (In reply to comment #0) > parrot-2.1.1 available (2.1.0 had a memory leak) requires just a bump dabbott and me were working on the rpath problem (for 1.9 and 2.0 - don't know if anything changed since then): Pass --disable-rpath to Configure.pl and export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib did fix it. > tests seems to need an update TAP::Harness so it has a dep on perl .10 Depend on virtual/perl-Test-Harness. Created attachment 228953 [details]
parrot-2.3.0.ebuild
parrot-2.3.0 and rakudo-2010.04 were released this week; ebuilds are attached.
Changes to the parrot ebuild, relative to the latest version (2.1.1) in portage:
* EAPI 3 and EROOT support
* updated SRC_URI
* updated dependencies
* install_files hack is no longer needed
* respect the user's CFLAGS and LDFLAGS
* a proper src_test
* actually install examples when USE=examples (instead of doing nothing)
* actually install docs when USE=doc (instead of doing nothing)
Created attachment 228961 [details]
rakudo-2010.04.ebuild
The new rakudo ebuild. Differs from the one in portage in terms of dependencies (e.g. the parrot library itself depends on readline; rakudo does not make direct use of that readline, AFAICT), USE=doc support and EAPI 3.
New versions committed. Thanks Alexandre. |