Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88921 - monocalender 0.6.3 [new ebuild]
Summary: monocalender 0.6.3 [new ebuild]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Lowest enhancement
Assignee: dotnet project
URL: http://www.monocalendar.com
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 21:07 UTC by Borja Sánchez Zamorano
Modified: 2007-06-24 17:28 UTC (History)
2 users (show)

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


Attachments
ebuild for monocalendar 0.6.3 (monocalendar-0.6.3.ebuild,741 bytes, text/plain)
2005-04-12 21:11 UTC, Borja Sánchez Zamorano
Details
monocalendar-0.6.12.ebuild from source (monocalendar-0.6.12.ebuild,755 bytes, text/plain)
2006-11-18 17:31 UTC, Peter Ansell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Borja Sánchez Zamorano 2005-04-12 21:07:04 UTC
This is MonoCalendar, a new iCal clone for the .Net platform. Its run in mono 1.1.6.
Comment 1 Borja Sánchez Zamorano 2005-04-12 21:11:25 UTC
Created attachment 56143 [details]
ebuild for monocalendar 0.6.3
Comment 2 foser (RETIRED) gentoo-dev 2005-04-17 14:39:01 UTC
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.
Comment 3 Borja Sánchez Zamorano 2005-04-18 08:40:24 UTC
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
Comment 4 Peter Ansell 2006-11-18 17:31:29 UTC
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.
Comment 5 Henrique Rodrigues 2006-12-13 09:06:29 UTC
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.
Comment 6 Jurek Bartuszek (RETIRED) gentoo-dev 2007-06-24 17:28:55 UTC
I've made some modifications to the ebuild you provided, bumped it to 0.7.2 and added to portage, thanks!