Re: [Mono-dev] mono-find-(provides|requires)

2008-12-15 Thread Lluis Sanchez Gual
El dv 12 de 12 de 2008 a les 08:56 -0700, en/na Andrew Jorgensen va escriure: > There are some significant problems with the mono-find-(provides| > requires) scripts as they exist now. Some examples will illustrate > the problem best: > > smuxi requires mono(log4net) which is provided by log4net

Re: [Mono-dev] mono-find-(provides|requires)

2008-12-13 Thread Mike Kestner
On Sat, 2008-12-13 at 15:23 +, Jonathan Pryor wrote: > On Fri, 2008-12-12 at 22:35 -0600, Mike Kestner wrote: > > On Fri, 2008-12-12 at 08:56 -0700, Andrew Jorgensen wrote: > > > > > I don't know how best to solve this issue but it needs to be solved. > > > As more mono-based packages are adde

Re: [Mono-dev] mono-find-(provides|requires)

2008-12-13 Thread Jonathan Pryor
On Fri, 2008-12-12 at 22:35 -0600, Mike Kestner wrote: > On Fri, 2008-12-12 at 08:56 -0700, Andrew Jorgensen wrote: > > > I don't know how best to solve this issue but it needs to be solved. > > As more mono-based packages are added to linux distributions the > > problem will grow. Please share y

Re: [Mono-dev] mono-find-(provides|requires)

2008-12-12 Thread Mike Kestner
On Fri, 2008-12-12 at 08:56 -0700, Andrew Jorgensen wrote: > I don't know how best to solve this issue but it needs to be solved. > As more mono-based packages are added to linux distributions the > problem will grow. Please share your well-reasoned ideas and / or > proposed patches. We seem to

[Mono-dev] mono-find-(provides|requires)

2008-12-12 Thread Andrew Jorgensen
There are some significant problems with the mono-find-(provides|requires) scripts as they exist now. Some examples will illustrate the problem best: smuxi requires mono(log4net) which is provided by log4net but it is also provided by mojoportal. If you install mojoportal and then smuxi you wi

Re: [Mono-dev] mono-find-provides

2005-11-30 Thread Ben Maurer
On Wed, 2005-11-30 at 12:07 -0600, Mike Kestner wrote: > The following patch is a stab at extending mono-find-provides to > identify assembly versions supported by policy assemblies. The script > currently exposes the policy assemblies as: > > mono(policy.2.4.gtk-sharp) = 0.0.0.0 > > instead of

[Mono-dev] mono-find-provides

2005-11-30 Thread Mike Kestner
The following patch is a stab at extending mono-find-provides to identify assembly versions supported by policy assemblies. The script currently exposes the policy assemblies as: mono(policy.2.4.gtk-sharp) = 0.0.0.0 instead of the desired: mono(gtk-sharp) = 2.4.0.0 Will commit unless somebody