Create a mongodb appliance.

This commit is contained in:
Albert Hopkins 2012-09-10 14:06:26 +00:00
parent ac070353c7
commit b06fa56902
5 changed files with 56 additions and 0 deletions

8
mongodb/Makefile Normal file
View File

@ -0,0 +1,8 @@
preinstall:
postinstall:
sed -i 's/^MONGODB_IP=.*/MONGODB_IP="0.0.0.0"/' "$(CHROOT)"/etc/conf.d/mongodb
$(inroot) rc-update add mongodb default
clean:

36
mongodb/critical Normal file
View File

@ -0,0 +1,36 @@
app-editors/nano
net-misc/openssh
net-misc/rsync
net-misc/wget
sys-kernel/gentoo-sources
sys-kernel/linux-headers
sys-devel/automake
sys-devel/bison
sys-devel/make
sys-devel/flex
sys-devel/automake-wrapper
sys-devel/autoconf-wrapper
sys-devel/autoconf
sys-devel/m4
sys-devel/gcc-config
sys-devel/libtool
sys-devel/binutils
sys-devel/binutils-config
sys-devel/patch
sys-devel/gnuconfig
app-admin/python-updater
app-admin/perl-cleaner
sys-apps/man-pages
sys-apps/man
sys-apps/file
sys-apps/less
sys-apps/texinfo
sys-apps/busybox
sys-apps/debianutils
sys-apps/man-pages-posix
sys-apps/sandbox
sys-apps/which
dev-lang/perl
sys-devel/libperl
sys-apps/portage
dev-lang/python

2
mongodb/package.keywords Normal file
View File

@ -0,0 +1,2 @@
dev-db/mongodb **
app-arch/snappy **

8
mongodb/package.use Normal file
View File

@ -0,0 +1,8 @@
app-editors/nano ncurses
dev-lang/python ssl threads xml
net-misc/dhcp client
sys-devel/gcc cxx
sys-kernel/gentoo-sources symlink
sys-libs/ncurses minimal
dev-libs/libpcre cxx
dev-db/mongodb v8

2
mongodb/world Normal file
View File

@ -0,0 +1,2 @@
net-misc/dhcp
dev-db/mongodb