This is MonoCalendar, a new iCal clone for the .Net platform. Its run in mono 1.1.6.
Created attachment 56143 [details] ebuild for monocalendar 0.6.3
use a meaningful subject line please. A few pointers : the homepage is in spanish/portugese whatever, so it would be helpful to know some more about the app for us. Second, what is the status on translations of the app itself to other languages. On the ebuild : * depends are incomplete : the thing is obviously a GUI, so wheres the g*sharp deps ? * mono apps should inherit the mono eclass * SRC_URI should follow the sourceforge:// mirror style * keywords should only contain arches you have actually tested on * it doesn't seem this is a source ebuild, it really should be for gentoo unless there's a real good reason not to.
Can you translate the web? My english is very bad, thanks. The application is in English, spanish, deutch, catalan and euskara. Mono 1.1.6 has a System.Windows.Forms in the ebuild of mono, and it use libgdiplus, this depends are in my ebuild or in the ebuild of mono. I tested it in my x86 and in my ibook ppc. I don't use Gtk-sharp Thanks to freshmeat, in this url has a description in english: http://freshmeat.net/projects/monocalendar/ The binarys in mono are multiplatform.... the sources are in the www.sf.net BorSanZa
Created attachment 102311 [details] monocalendar-0.6.12.ebuild from source Made up an ebuild for monocalendar-0.6.12 compiling from source. In response to above, the g*sharp libraries are not used, in preference to mono's implementation of System.Windows.Forms.
monocalendar 0.7.0 is now out. Unfortunately, I can't seem to make any version work under Gentoo (both work fine on Ubuntu). If I run it with strace, I get a bunch of errors like this one: readlink("/usr/lib/monocalendar/ListView.dll", 0x7ff54528, 4096) = -1 EINVAL (Invalid argument) Followed by a bunch of errors like this one: stat64("/usr/lib/monocalendar/ListView.dll.so", 0x7ff55468) = -1 ENOENT (No such file or directory) stat64("/usr/lib/monocalendar/ListView.dll.so.so", 0x7ff55468) = -1 ENOENT (No such file or directory) stat64("/usr/lib/monocalendar/ListView.dll.so.la", 0x7ff55468) = -1 ENOENT (No such file or directory) open("/usr/lib/monocalendar/ListView.dll.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/monocalendar/ListView.dll.config", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/etc/mono/assemblies/ListView/ListView.config", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/home/hmtr/.mono/assemblies/ListView/ListView.config", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) I've tried unmerging mono and then reemerging mono, to no avail.
I've made some modifications to the ebuild you provided, bumped it to 0.7.2 and added to portage, thanks!