Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 83355

Summary: pugs-6.0.11.ebuild (New Package)
Product: Gentoo Linux Reporter: Adrian Lambeck <adrian>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for pugs 6.0.8
corrected ebuild
version bump + IUSE="test"
new version - no additions to the ebuild
yet another version of pugs ...
fixed sandbox violation - now using perl-module eclass

Description Adrian Lambeck 2005-02-26 01:45:48 UTC
On Feb. 20th Autrijus Tang released a new version of HIS Perl6 interpreter.
Pugs stand for Perl6 User's Golfing System
This is not THE official Perl6 interpreter but includes all the new things that have been proposed for Perl6 until now. For details see http://dev.perl.org/perl6/
Please note that this is a work in progress.

The attached ebuild has been tested on amd64 using ghc-bin-6.2.1. Other setups might work too. readline-support is missing in this release since the readline headers need to be installed. This might be added later on.

Adrian Lambeck
Comment 1 Adrian Lambeck 2005-02-26 01:48:15 UTC
Created attachment 52166 [details]
ebuild for pugs 6.0.8
Comment 2 Adrian Lambeck 2005-02-26 09:40:09 UTC
Created attachment 52191 [details]
corrected ebuild

i noticed 2 mistakes in the original submission. Please use this ebuild for
evaluation purposes
Comment 3 Adrian Lambeck 2005-03-02 03:17:30 UTC
Created attachment 52442 [details]
version bump + IUSE="test"
Comment 4 Adrian Lambeck 2005-03-05 10:46:30 UTC
Created attachment 52734 [details]
new version - no additions to the ebuild
Comment 5 Michael Cummings (RETIRED) gentoo-dev 2005-03-07 09:36:50 UTC
Adrian,

You offering to maintain it and all things perl6 related for the time being? :)
Comment 6 Adrian Lambeck 2005-03-14 01:19:15 UTC
Created attachment 53395 [details]
yet another version of pugs ...
Comment 7 Adrian Lambeck 2005-03-14 01:55:03 UTC
Well, I submitted the ebuild before testing. that was not smart - they changed the setup so you will get a sandbox access violation. I will try to get it fixed. Sorry.
Comment 8 Adrian Lambeck 2005-03-14 02:19:22 UTC
Created attachment 53400 [details]
fixed sandbox violation - now using perl-module eclass
Comment 9 Michael Cummings (RETIRED) gentoo-dev 2005-03-14 06:57:34 UTC
A few adjustments to the ebuild - dev-lang/pugs if you want to see. Not sure how correct it is, but I used a if has "dev-lang/ghc" ; then depend on the latest version of that, otherwise depend on the binary version. My thinking there was that if they already had compiled a copy of ghc, we'd make sure they had the latest, otherwise we'd just give them the binary. That logic doesn't hold out too well in the long term, because the binary is -arch for a few folks, but it's a start. If necessary we can just dep the regular ghc install, since that will have the larger audiance.
Comment 10 Adrian Lambeck 2005-03-14 07:23:58 UTC
well, the problem is that anybody who wants ghc needs to bootstrap with ghc-bin anyways ...