Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83355 - pugs-6.0.11.ebuild (New Package)
Summary: pugs-6.0.11.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-26 01:45 UTC by Adrian Lambeck
Modified: 2005-03-14 07:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for pugs 6.0.8 (pugs-6.0.8.ebuild,961 bytes, application/octet-stream)
2005-02-26 01:48 UTC, Adrian Lambeck
Details
corrected ebuild (pugs-6.0.8.ebuild,967 bytes, application/octet-stream)
2005-02-26 09:40 UTC, Adrian Lambeck
Details
version bump + IUSE="test" (pugs-6.0.9.ebuild,971 bytes, application/octet-stream)
2005-03-02 03:17 UTC, Adrian Lambeck
Details
new version - no additions to the ebuild (pugs-6.0.10.ebuild,971 bytes, application/octet-stream)
2005-03-05 10:46 UTC, Adrian Lambeck
Details
yet another version of pugs ... (pugs-6.0.11.ebuild,971 bytes, application/octet-stream)
2005-03-14 01:19 UTC, Adrian Lambeck
Details
fixed sandbox violation - now using perl-module eclass (pugs-6.0.11-r1.ebuild,698 bytes, application/octet-stream)
2005-03-14 02:19 UTC, Adrian Lambeck
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ...