Зависимости monodevelop

Как собирать monodevelop
Microsoft.AspNet.Mvc
LibGit2Sharp.NativeBinaries
FSharp.CompilerBinding
Что пишет официальная справка:
http://www.monodevelop.com/developers/building-monodevelop/

MonoDevelop is split in several tarballs: one for the main application, and one for each optional add-in.

The MonoDevelop build system consists of a ‘main’ module, which contains the main distribution, and a number of additional add-ins in subdirectories of "Extras".

The "Extras" add-ins are designed to be built and distributed separately, and therefore build against your system-installed MonoDevelop by default.

ensures that they will be loaded when MonoDevelop is launched with ‘make run’ in this top-level directory.

You can select the list of extra add-ins to be built by running this command:
./configure --select

You can also configure a predefined list of modules by specifying a build profile using the –profile option.

Во-первых, все пакеты, перечисленные в SRC_URI:
https://github.com/gentoo/dotnet/blob/a54e1710c21e4d6f1126b96a5ce99cbe304c7f2b/dev-util/monodevelop/monodevelop-5.9.5.9-r1.ebuild#L10-L17

NUnit.2.6.3
NUnit.Runners.2.6.3
Microsoft.AspNet.Mvc.5.2.2
System.Web.Mvc.Extensions.Mvc.4.1.0.9
Microsoft.AspNet.Razor.3.2.2
Microsoft.AspNet.WebPages.3.2.2
Microsoft.Web.Infrastructure.1.0.0.0

В версии 6.1 список зависимостей обновился и расширился:
Unable to find version '6.0.8' of package 'Newtonsoft.Json'.
Unable to find version '2.6.4' of package 'NUnit.Runners'.
Unable to find version '5.2.3' of package 'Microsoft.AspNet.Mvc'.
Unable to find version '3.2.3' of package 'Microsoft.AspNet.Razor'.
Unable to find version '3.2.3' of package 'Microsoft.AspNet.WebPages'.
Unable to find version '1.0.0.0' of package 'Microsoft.Web.Infrastructure'.
Unable to find version '5.5.1' of package 'ICSharpCode.NRefactory'.
Unable to find version '0.9.5.4' of package 'Mono.Cecil'.
Unable to find version '1.0.81' of package 'LibGit2Sharp.NativeBinaries'.
Unable to find version '3.0.1' of package 'NUnit.Engine'.

Во-вторых, проекты в списке .gitmodules:
https://github.com/mono/monodevelop/blob/081f0e88c2ed43bb8213229f1e6d3144d3835441/.gitmodules

http://github.com/mono/cecil
http://github.com/mono/mono-tools
http://github.com/mono/mdtestharness
http://github.com/icsharpcode/NRefactory
http://github.com/mono/mono-addins
http://github.com/mono/ikvm-fork
http://github.com/mono/debugger-libs
http://github.com/mono/guiunit
http://github.com/fsharp/xamarin-monodevelop-fsharp-addin
http://github.com/mono/nuget-binary
http://github.com/mono/xwt
http://github.com/mono/monomac
http://github.com/mono/sharpsvn-binary
http://github.com/mono/libgit2sharp
http://github.com/mono/libgit-binary
http://github.com/mono/libgit2
http://github.com/icsharpcode/RefactoringEssentials
http://github.com/mono/roslyn

Что мы тут НЕ видим? не видим referencesources, а тем временем откуда-то они берутся. Значит надо смотреть, как устроен make dist

Parallel Mono Environment

you can configure a parallel Mono environment to use them
See the section on MONO_GAC_PREFIX in the Parallel Mono Environment guide.