From 7fdaf49b3688bfa3668e293d5f07b11a247fd25e Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sun, 20 Dec 2015 23:11:44 +0000 Subject: [PATCH] remove hemp-node appliance I don't use this anymore, and there are better and still-maintained alternatives (Docker, vagrant, ansible, etc.) and I no longer feel like maintaining it. --- appliances/hemp-node/Makefile | 15 --------------- appliances/hemp-node/README | 3 --- appliances/hemp-node/package.keywords | 1 - appliances/hemp-node/package.use | 16 ---------------- appliances/hemp-node/world | 5 ----- 5 files changed, 40 deletions(-) delete mode 100644 appliances/hemp-node/Makefile delete mode 100644 appliances/hemp-node/README delete mode 100644 appliances/hemp-node/package.keywords delete mode 100644 appliances/hemp-node/package.use delete mode 100644 appliances/hemp-node/world diff --git a/appliances/hemp-node/Makefile b/appliances/hemp-node/Makefile deleted file mode 100644 index d57238b..0000000 --- a/appliances/hemp-node/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -preinstall: - - -postinstall: - $(inroot) eselect python set python2.7 - $(inroot) python-updater -- --usepkg=n - - # we want sshd running - chroot "$(CHROOT)" rc-update add sshd default - - # and root account enabled, so we can ssh in - chroot "$(CHROOT)" chage -E -1 root - -clean: - diff --git a/appliances/hemp-node/README b/appliances/hemp-node/README deleted file mode 100644 index 5db9b65..0000000 --- a/appliances/hemp-node/README +++ /dev/null @@ -1,3 +0,0 @@ - -You should pass "APPLIANCE=hemp-node CHANGE_PASSWORD=NO REMOVE_PORTAGE=NO" -to the toplevel Makefile for this to be useable diff --git a/appliances/hemp-node/package.keywords b/appliances/hemp-node/package.keywords deleted file mode 100644 index daa1737..0000000 --- a/appliances/hemp-node/package.keywords +++ /dev/null @@ -1 +0,0 @@ -sys-kernel/gentoo-sources ~amd64 ~x86 diff --git a/appliances/hemp-node/package.use b/appliances/hemp-node/package.use deleted file mode 100644 index f5230b6..0000000 --- a/appliances/hemp-node/package.use +++ /dev/null @@ -1,16 +0,0 @@ -app-editors/nano ncurses -dev-db/sqlite extensions -dev-lang/python ssl sqlite threads xml -dev-util/pkgconfig internal-glib -dev-vcs/git curl -dev-vcs/mercurial python_targets_python2_7 -net-misc/curl ssl threads curl_ssl_openssl -net-misc/openssh ssl -sys-apps/hwids udev -sys-apps/kmod tools -sys-apps/openrc netifrc -sys-apps/portage python2 -sys-auth/pambase nullok sha512 -sys-devel/gcc cxx nptl -sys-fs/udev openrc -sys-kernel/gentoo-sources symlink diff --git a/appliances/hemp-node/world b/appliances/hemp-node/world deleted file mode 100644 index ad4b895..0000000 --- a/appliances/hemp-node/world +++ /dev/null @@ -1,5 +0,0 @@ -dev-lang/python:2.7 -dev-python/virtualenv -dev-vcs/git -dev-vcs/mercurial -net-misc/openssh