appliances: new appliance: rabbitmq
This appliance runs the rabbitmq[1] message broker service. [1] https://www.rabbitmq.com/
This commit is contained in:
parent
a188e9557c
commit
42d8f6df45
|
@ -0,0 +1,7 @@
|
|||
preinstall:
|
||||
|
||||
postinstall:
|
||||
$(inroot) systemctl enable rabbitmq.service
|
||||
|
||||
clean:
|
||||
|
|
@ -0,0 +1 @@
|
|||
sys-kernel/gentoo-sources ~amd64 ~x86
|
|
@ -0,0 +1,18 @@
|
|||
app-editors/nano ncurses
|
||||
dev-lang/python ssl threads xml
|
||||
dev-libs/libpcre cxx
|
||||
dev-util/pkgconfig internal-glib
|
||||
net-misc/openssh ssl
|
||||
sys-apps/hwids udev
|
||||
sys-apps/kmod tools
|
||||
sys-apps/portage ipc
|
||||
sys-auth/pambase nullok sha512
|
||||
sys-devel/gcc cxx nptl
|
||||
sys-kernel/gentoo-sources symlink
|
||||
|
||||
# for rabbitmq
|
||||
dev-python/certifi python_targets_python2_7
|
||||
dev-python/packaging python_targets_python2_7
|
||||
dev-python/setuptools python_targets_python2_7
|
||||
dev-python/simplejson python_targets_python2_7
|
||||
net-misc/rabbitmq-server python_targets_python2_7
|
|
@ -0,0 +1 @@
|
|||
net-misc/rabbitmq-server
|
Loading…
Reference in New Issue