New commits:
commit ef2a55220d93e2c2455123b1c2ba0df0e2f255b9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
moinmoin: added xapian-core as an opt dep
diff --git a/python-pypi/moinmoin/DEPENDS b/python-pypi/moinmoin/DEPENDS
index 57576eb..e84f006 100755
--- a/python-pypi/moinmoin/DEPENDS
+++ b/python-pypi/moinmoin/DEPENDS
@@ -10,5 +10,6 @@ if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache*
]]; then
optional_depends mod_python "" "" "for a faster server (reccomended
w/apache)"
fi &&
+optional_depends xapian-core "" "" "for an indexed search engine" &&
optional_depends pyxml "" "" "for an RSS feed, the GUI editor, and the
docbook formatter" &&
optional_depends 4suite "" "" "for an xslt parser"
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
index bd68ba5..d2341fe 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,6 +1,7 @@
2008-02-17 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, INSTALL: useless, due to move the spell to this section
* DETAILES: updated to 1.6.1, fixed descs, SOURCE_URL
+ * DEPENDS: added xapian-core as an opt dep