Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31744 - app-text/migemo-0.40-r1 (Update)
Summary: app-text/migemo-0.40-r1 (Update)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Mamoru KOMACHI (RETIRED)
URL: http://migemo.namazu.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-22 08:19 UTC by Akinori Hattori
Modified: 2004-01-25 07:43 UTC (History)
0 users

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


Attachments
migemo-0.40-r1.ebuild (migemo-0.40-r1.ebuild,854 bytes, text/plain)
2003-10-22 08:19 UTC, Akinori Hattori
Details
ruby.eclass-1.10.diff (ruby.eclass-1.10.diff,1.39 KB, text/plain)
2003-10-22 08:20 UTC, Akinori Hattori
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Akinori Hattori gentoo-dev 2003-10-22 08:19:06 UTC
Hello!

I rewrote to utilize the new version of ruby.eclass. (revision 1.10)
And a patch for ruby.eclass.

Please test.

Thank you.
Comment 1 Akinori Hattori gentoo-dev 2003-10-22 08:19:24 UTC
Created attachment 19618 [details]
migemo-0.40-r1.ebuild
Comment 2 Akinori Hattori gentoo-dev 2003-10-22 08:20:10 UTC
Created attachment 19619 [details]
ruby.eclass-1.10.diff

ruby_src_unpack():
    Original version of ruby_src_unpack() renamed to erubyunpack.

    New version of this function calls erubyunpack only.

erubyunpack():
    This function renamed from ruby_src_unpack().

erubycmd():
    Execute one command.

    If you want to execute the command for only one version of ruby,
    it can select by DO_RUBY_1_X.

    Specified command will execute from each top level of source tree.
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-01-25 07:43:20 UTC
Sorry for replying late. I rewrote SLOT support part of ruby.eclass so
that we don't really need this hack. At the time I added ruby_* for
SLOT support and eruby* for doing actual work, but this time prepall
is used for SLOT support so we can use ruby_* directly for build
process. eruby* functions are deprecated and will be removed in the
future. As for migemo-0.40-r1, I think it's better to let the ebuild
untouched. The Makefile itself takes care of everything so ruby.eclass
isn't necessary (ruby.eclass is mainly aimed at SLOT support; with
some additional functions which may be useful).

Thanks for your time and effort. I'm very pleased you joined devs ;)