Bug 36666 - gauche-0.7.3.ebuild (new)
Bug#: 36666 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: TEST-REQUEST Assigned To: george@gentoo.org Reported By: teval@gentoo.org
Component: Ebuilds
URL: 
Summary: gauche-0.7.3.ebuild (new)
Keywords:  
Status Whiteboard: 
Opened: 2003-12-28 10:35 0000
Description:   Opened: 2003-12-28 10:35 0000
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 From Andrei Barbu 2003-12-28 10:36:20 0000 -------
Created an attachment (id=22755) [details]
gauche-0.7.3.ebuild

------- Comment #2 From George Shapovalov 2003-12-30 19:02:59 0000 -------
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