Bug 117350 - ebuild for new version of gammu package
Bug#: 117350 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: mobile-phone@gentoo.org Reported By: ferimy@gmail.com
Component: Ebuilds
URL:  http://www.gammu.net/projects/gammu.php
Summary: ebuild for new version of gammu package
Keywords:  
Status Whiteboard: 
Opened: 2006-01-01 07:02 0000
Description:   Opened: 2006-01-01 07:02 0000
simple bumped ebuild (renamed and emerged)

------- Comment #1 From Fyodor Kupchik 2006-01-01 07:04:38 0000 -------
Created an attachment (id=75911) [details]
new 1.04.0 version, needs by wammu-0.11 package

bumped dev-python/python-gammu dependency

------- Comment #2 From Alin Năstac 2006-01-02 05:02:46 0000 -------
done

------- Comment #3 From Igor Testen 2006-01-06 13:29:36 0000 -------
There's a problem with the "--enable-6210calendar" part of the ebuild.
Effectively, it prevents gammu from restoring calendar on the nokia 6230i. The
program will show "unknown error" while the log will show:

Phone doesn't support some notes with this method. Workaround
[ERROR 27: Unknown error.]

There should either be a flag for this or at least a warning for the users. In
addition, I think it would be a good idea to implement a debug flag that means
changing to:

     IUSE="bluetooth debug irda mysql nls ssl"

and adding:

     use debug && myconf="${myconf} --enable-debug"

(I'm sorry I don't know how to make a diff file or submit patches properly --
please tell me).

------- Comment #4 From Alin Năstac 2006-01-07 05:10:30 0000 -------
fixed in -r1, along with a complete ebuild redesign (see bug 118074).

after I've surfed a bit in gammu's sources, I've come to the conclusion that
--enable-6210calendar is an obsolete option. If this option isn't set, gammu
should gracefully detect if the phone support that frames or not.