Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36666 - gauche-0.7.3.ebuild (new)
Summary: gauche-0.7.3.ebuild (new)
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-28 10:35 UTC by Andrei Barbu (RETIRED)
Modified: 2003-12-30 19:02 UTC (History)
0 users

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


Attachments
gauche-0.7.3.ebuild (gauche-0.7.3.ebuild,1.36 KB, application/octet-stream)
2003-12-28 10:36 UTC, Andrei Barbu (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Barbu (RETIRED) gentoo-dev 2003-12-28 10:35:50 UTC
Hi,

The update for the newest version of gauche.

#  New Features

    * Class redefinition is supported. You can now redefine a class definition and update existing instances of the class without changing instances' identity. The redefinition and update protocol is described in the "Object System" section of the reference manual.
    * You can also change the classes of an existing instance.
    * Slot access customization protocol is revised, so that a procedural slot can respond slot-bound?. For example, you can specify slot-bound? slot option for virtual slots to customize the behavior.
    * Regexp now supports non-greedy match (*?, +?, ??, {n,m}?).
    * New module: rfc.mime: parsing MIME (RFC2045) messages.
    * Built-in hash table hash functions eq-hash and eqv-hash are now available from Scheme. 

There are a number of bug fixes, and imrovements, too many to post up here.
Comment 1 Andrei Barbu (RETIRED) gentoo-dev 2003-12-28 10:36:20 UTC
Created attachment 22755 [details]
gauche-0.7.3.ebuild
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2003-12-30 19:02:59 UTC
Hi Andrei.

Thanks for notification,
The update is trivial (so I'll need to see your other bugs :)) and new version looks Ok. In portage now, please test.

BTW in such situation it is sufficient to just put a note that new version is out and simply renaming ebuild worked..
(This saves me, (and such reports from others will save you in the future ;)) the trouble of having to run the diff manually..)

George