summaryrefslogtreecommitdiff
path: root/virtual/miller-dev/miller-dev-10-r2.ebuild
blob: d8f8131bf41682f92ed8dbaf29842ba74950d4c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
EAPI="4"
DESCRIPTION="Virtual for Miller development workstations"

SLOT="0"
KEYWORDS="alpha amd64 arm ia64 mips ppc ppc-macos sparc sparc-fbsd x86 x86-fbsd"
IUSE="X dotnet odbc mysql postgres cxx"

RDEPEND="
	=net-misc/unison-2.48*
	=dev-lang/ocaml-4.02*
	virtual/miller-base
	app-vim/nerdtree
	app-vim/youcompleteme
	app-vim/syntastic
	www-client/lynx
	app-admin/webapp-config
	postgres? ( dev-db/apgdiff )
	dev-util/uncrustify
	net-nds/shelldap
	sys-devel/gdb
	dev-util/valgrind
	dev-util/lcov
	app-text/htmltidy
	app-doc/doxygen
	app-benchmarks/siege
	sys-fs/inotify-tools
	cxx? (
			dev-util/ccache
			dev-util/cppcheck
			sys-devel/clang[static-analyzer]
			dev-util/splint
		 )
	media-fonts/freefont
	app-vim/vcscommand
	dev-vcs/git
	dev-vcs/git-extras
	dev-util/patchutils
	net-analyzer/arping
	dev-libs/libadhocutil
	dev-libs/fcgi
	dev-libs/Ice
	dev-cpp/glibmm
	dev-cpp/libxmlpp
	dev-libs/cgicc
	net-libs/libesmtp
	www-apache/mod_fcgid
	media-gfx/imagemagick
	app-shells/gentoo-bashcomp
	app-arch/rar
	net-ftp/ftp
	media-video/ffmpeg
	postgres? ( dev-db/postgresql_autodoc )
	odbc? (
			mysql? ( dev-db/myodbc )
		  )
	postgres? ( dev-db/psqlodbc )
	net-misc/youtube-dl
	www-servers/apache
	X? (
			|| ( www-client/google-chrome ( www-client/chromium www-plugins/chrome-binary-plugins ) )
			|| ( www-client/firefox www-client/firefox-bin )
			www-client/opera
			|| (
				net-misc/tightvnc
				net-misc/vnc
			   )
			net-misc/rdesktop
			media-gfx/gimp
			kde-apps/kruler
			net-analyzer/wireshark
			x11-apps/xhost
			dev-db/squirrel-sql
			dev-util/nemiver
			dev-util/kdbg
			kde-apps/okteta
			net-analyzer/nmap
			dotnet? (
				dev-util/mono-debugger
				dev-util/monodevelop
				|| (
					>=dev-util/monodevelop-4
					(
					 dev-util/monodevelop-database
					 dev-util/monodevelop-debugger-gdb
					)
				   )
				)
	postgres? ( >=dev-db/pgadmin3-1.12 )
	kde-apps/kcachegrind
	app-editors/gvim
	)"