hugs98 is an interpreter for the Haskell language. I modified the existing ebuild to work with the new November 2002 release. I removed the readline USE flag because the configure-option has vanished from the Hugs configure script. libreadline will be used when present, but there is no dependency. The src_install function is a bit hacked, because one of the binaries is executed during the install process which gets confused if HUGSDIR is not set and HsFFI.h is not copied/moved to another directory. I checked on two x86 machines, but it Hugs should run on sparc as well, so I put ACCEPT_KEYWORDS="~x86 ~sparc ~sparc64" in the ebuild for now. This is my first contribution to Gentoo. Any feedback welcomed.
Created attachment 5843 [details] hugs98-2002.11.ebuild
Hi Andres Thank you for your submission! I have processed the ebuild - it was mostly fine. Most significant change: I added back empty IUSE statment (it still should be present, just empty). The ebuild is now committed and keymasked, please test. George
Hi George, I had no problems so far. Thanks. Andres
Hi Andres Thanks for testing! Unmasked on x86, closing the bug now. George