Skip to Content.
Sympa Menu

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

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 (f2e40365c9a1180ed96c3e9c1e26146f95755158)
  • Date: Sun, 17 Feb 2008 05:33:13 -0600

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

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

New commits:
commit f2e40365c9a1180ed96c3e9c1e26146f95755158
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

moinmoin: optional -> suggested

diff --git a/python-pypi/moinmoin/DEPENDS b/python-pypi/moinmoin/DEPENDS
index e84f006..246c038 100755
--- a/python-pypi/moinmoin/DEPENDS
+++ b/python-pypi/moinmoin/DEPENDS
@@ -1,15 +1,15 @@
depends python &&

-optional_depends WEBSERVER "" "" "To actually view it (select none to be
asked about Twisted)" &&
+suggested_depends WEBSERVER "" "" "To actually view it (select none to be
asked about Twisted)" &&

if [[ $(get_spell_provider moinmoin WEBSERVER) == "" ]]; then
- optional_depends twisted "" "" "To use Twisted as the webserver"
+ suggested_depends twisted "" "" "To use Twisted as the webserver"
fi &&

if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
- optional_depends mod_python "" "" "for a faster server (reccomended
w/apache)"
+ suggested_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"
+suggested_depends xapian-core "" "" "for an indexed search engine" &&
+suggested_depends pyxml "" "" "for an RSS feed, the GUI editor, and the
docbook formatter" &&
+suggested_depends 4suite "" "" "for an xslt parser"
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
index d2341fe..d9364e5 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,7 +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
+ * DEPENDS: added xapian-core as an opt dep, optional -> suggested

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



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

Archive powered by MHonArc 2.6.24.

Top of Page