appliances: new appliance: rabbitmq

This appliance runs the rabbitmq[1] message broker service.

[1] https://www.rabbitmq.com/
This commit is contained in:
Albert Hopkins 2015-12-11 01:23:19 +00:00
parent a188e9557c
commit 42d8f6df45
4 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,7 @@
preinstall:
postinstall:
$(inroot) systemctl enable rabbitmq.service
clean:

View File

@ -0,0 +1 @@
sys-kernel/gentoo-sources ~amd64 ~x86

View File

@ -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

View File

@ -0,0 +1 @@
net-misc/rabbitmq-server