# HG changeset patch
# User J. H. Palmieri <palmieri@math.washington.edu>
# Date 1332308108 25200
# Node ID 8913542fbb7a94bd49ad8e91be0d660b214fbd70
# Parent  9b331641af0d55ee39d11f37bf36ded4da26a50f
Remove MoinMoin

diff --git a/spkg/bin/sage b/spkg/bin/sage
--- a/spkg/bin/sage
+++ b/spkg/bin/sage
@@ -683,13 +683,6 @@ if [ "$1" = "-inotebook"  -o "$1" = '--i
    exit $?
 fi
 
-if [ "$1" = "-wiki"  -o "$1" = '--wiki' ]; then
-   cd "$CUR"
-   shift
-   sage-wiki "$@"
-   exit $?
-fi
-
 if [ "$1" = "-log" -o "$1" = "--log" ]; then
    sage-log
    exit 0
diff --git a/spkg/install b/spkg/install
--- a/spkg/install
+++ b/spkg/install
@@ -294,7 +294,6 @@ M4RIE=`newest_version libm4rie`
 MATPLOTLIB=`newest_version matplotlib`
 MAXIMA=`newest_version maxima`
 MERCURIAL=`newest_version mercurial`
-MOIN=`newest_version moin`
 MPC=`newest_version mpc`
 MPFI=`newest_version mpfi`
 MPFR=`newest_version mpfr`
diff --git a/spkg/standard/deps b/spkg/standard/deps
--- a/spkg/standard/deps
+++ b/spkg/standard/deps
@@ -71,7 +71,6 @@ all: $(BASE) \
      $(INST)/$(MATPLOTLIB) \
      $(INST)/$(MAXIMA) \
      $(INST)/$(MERCURIAL) \
-     $(INST)/$(MOIN) \
      $(INST)/$(MPC) \
      $(INST)/$(MPFI) \
      $(INST)/$(MPFR) \
@@ -299,11 +298,6 @@ SAGERUNTIME = $(INST)/$(SAGE_SCRIPTS) $(
 $(INST)/$(RUBIKS): $(BASE) $(INST)/$(PATCH)
 	+$(PIPE) "$(SAGE_SPKG) $(RUBIKS) 2>&1" "tee -a $(SAGE_LOGS)/$(RUBIKS).log"
 
-# extcode must be built before MoinMoin because it has jsmath in it:
-$(INST)/$(MOIN): $(BASE) $(INST)/$(PYTHON) $(INST)/$(EXTCODE) \
-		 $(INST)/$(SAGENB) $(INST)/$(PATCH)
-	+$(PIPE) "$(SAGE_SPKG) $(MOIN) 2>&1" "tee -a $(SAGE_LOGS)/$(MOIN).log"
-
 $(INST)/$(SQLITE): $(BASE) $(INST)/$(READLINE) $(INST)/$(PATCH)
 	+$(PIPE) "$(SAGE_SPKG) $(SQLITE) 2>&1" "tee -a $(SAGE_LOGS)/$(SQLITE).log"
 
