Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ef2a55220d93e2c2455123b1c2ba0df0e2f255b9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ef2a55220d93e2c2455123b1c2ba0df0e2f255b9)
  • Date: Sun, 17 Feb 2008 05:20:09 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/moinmoin/DEPENDS | 1 +
python-pypi/moinmoin/HISTORY | 1 +
2 files changed, 2 insertions(+)

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

2007-11-03 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS: updated WEB_SITE



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ef2a55220d93e2c2455123b1c2ba0df0e2f255b9), Vlad Glagolev, 02/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page