Skip to Content.
Sympa Menu

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

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 (2d355a1770a07dd3b2adfaee9c272068a22c0764)
  • Date: Mon, 18 Feb 2008 20:31:38 -0600

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

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

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

moinmoin: suggest depends :]

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

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

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

if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
- suggested_depends mod_python "" "" "for a faster server (reccomended
w/apache)"
+ suggest_depends mod_python "" "" "for a faster server (reccomended
w/apache)"
fi &&

-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"
+suggest_depends xapian-core "" "" "for an indexed search engine" &&
+suggest_depends pyxml "" "" "for an RSS feed, the GUI editor, and the
docbook formatter" &&
+suggest_depends 4suite "" "" "for an xslt parser"
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
index d9364e5..c4defd0 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,3 +1,6 @@
+2008-02-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: suggest
+
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



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

Archive powered by MHonArc 2.6.24.

Top of Page