blob: 2fdbbb58349f364e51799ee42bb7658f828f714c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=install postinst setup
DEPEND=!<dev-db/mongodb-3.0.0[mms-agent]
DESCRIPTION=MongoDB MMS agents
EAPI=5
HOMEPAGE=http://mms.mongodb.com
IUSE=+monitoring
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=!<dev-db/mongodb-3.0.0[mms-agent]
REQUIRED_USE=|| ( monitoring )
SLOT=0
SRC_URI=monitoring? ( amd64? ( https://mms.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent-3.7.0.212-1.linux_x86_64.tar.gz ) x86? ( https://mms.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent-3.7.0.212-1.linux_i386.tar.gz ) )
_eclass_exported_funcs=pkg_postinst:- pkg_setup:- src_install:-
_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 6198c04daba0e1307bd844df7d37f423 user 80aaa71614ced86f02ee1a513821dc87
_md5_=12687449c25ddf5af129ba89e1c36e7b
|