From 42d8f6df456f36675b0e57b11fb86da7fb6f70a9 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Fri, 11 Dec 2015 01:23:19 +0000 Subject: [PATCH] appliances: new appliance: rabbitmq This appliance runs the rabbitmq[1] message broker service. [1] https://www.rabbitmq.com/ --- appliances/rabbitmq/Makefile | 7 +++++++ appliances/rabbitmq/package.keywords | 1 + appliances/rabbitmq/package.use | 18 ++++++++++++++++++ appliances/rabbitmq/world | 1 + 4 files changed, 27 insertions(+) create mode 100644 appliances/rabbitmq/Makefile create mode 100644 appliances/rabbitmq/package.keywords create mode 100644 appliances/rabbitmq/package.use create mode 100644 appliances/rabbitmq/world diff --git a/appliances/rabbitmq/Makefile b/appliances/rabbitmq/Makefile new file mode 100644 index 0000000..c7505d3 --- /dev/null +++ b/appliances/rabbitmq/Makefile @@ -0,0 +1,7 @@ +preinstall: + +postinstall: + $(inroot) systemctl enable rabbitmq.service + +clean: + diff --git a/appliances/rabbitmq/package.keywords b/appliances/rabbitmq/package.keywords new file mode 100644 index 0000000..daa1737 --- /dev/null +++ b/appliances/rabbitmq/package.keywords @@ -0,0 +1 @@ +sys-kernel/gentoo-sources ~amd64 ~x86 diff --git a/appliances/rabbitmq/package.use b/appliances/rabbitmq/package.use new file mode 100644 index 0000000..4fde234 --- /dev/null +++ b/appliances/rabbitmq/package.use @@ -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 diff --git a/appliances/rabbitmq/world b/appliances/rabbitmq/world new file mode 100644 index 0000000..6cac4e5 --- /dev/null +++ b/appliances/rabbitmq/world @@ -0,0 +1 @@ +net-misc/rabbitmq-server