Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (339f55077753029cf6e3add42cf257061638e495)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (339f55077753029cf6e3add42cf257061638e495)
  • Date: Sat, 20 Sep 2008 11:35:30 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

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

New commits:
commit 339f55077753029cf6e3add42cf257061638e495
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/moinmoin: and again, this time it's simpler to
suggest_depends mod_{wsgi,python}

diff --git a/python-pypi/moinmoin/DEPENDS b/python-pypi/moinmoin/DEPENDS
index 7be238d..c94b224 100755
--- a/python-pypi/moinmoin/DEPENDS
+++ b/python-pypi/moinmoin/DEPENDS
@@ -7,11 +7,8 @@ if [[ $(get_spell_provider moinmoin WEBSERVER) == "" ]]; then
fi &&

if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
- config_query_list APACHE_PYMOD "For a faster server (mod_wsgi
recommended)" none mod_wsgi mod_python &&
-
- if [[ "${APACHE_PYMOD}" != "none" ]]; then
- depends ${APACHE_PYMOD}
- fi
+ suggest_depends mod_python "" "" "" "For a faster server (problematic)" &&
+ suggest_depends mod_wsgi "" "" "" "For a faster server (recommended)"
fi &&

suggest_depends -sub PYTHON xapian-bindings "" "" "for an indexed search
engine" &&
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
index fe99492..80e0e00 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,3 +1,6 @@
+2008-09-20 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: again, this time just suggest both mod_{wsgi,python}
+
2008-09-17 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: instead of removing mod_python, query for which to use




  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (339f55077753029cf6e3add42cf257061638e495), Elisamuel Resto, 09/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page