Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (2a80a88d979433416566e7b1cc99e39cfd19df74)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (2a80a88d979433416566e7b1cc99e39cfd19df74)
  • Date: Sun, 6 Aug 2006 22:56:16 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

python-devel/trac/DEPENDS | 6 +-----
1 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 2a80a88d979433416566e7b1cc99e39cfd19df74
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

trac:

whoops, it really does need svn. It also needs those python bindings
should probably do subdepends...

diff --git a/python-devel/trac/DEPENDS b/python-devel/trac/DEPENDS
index d286701..d868579 100755
--- a/python-devel/trac/DEPENDS
+++ b/python-devel/trac/DEPENDS
@@ -1,5 +1,6 @@
depends clearsilver &&
depends python &&
+depends subversion &&

if [[ "${TRAC_DATABASE}" == "sqlite" ]]; then
depends pysqlite &&
@@ -9,11 +10,6 @@ elif [[ "${TRAC_DATABASE}" == "postgresq
depends ${TRAC_POSTGRES_DRIVER}
fi

-if [[ "${TRAC_HEAD}" == "y" ]]; then
- depends subversion
-else
- optional_depends subversion '' '' 'For subversion scm support'
-fi &&
optional_depends enscript '' '' 'For syntax hilighting' &&
optional_depends diffutils '' '' 'for wiki document differencing' &&
optional_depends WEBSERVER '' '' 'To run connected to a "real" webserver' &&



  • [SM-Commit] GIT changes to master grimoire by David Kowis (2a80a88d979433416566e7b1cc99e39cfd19df74), David Kowis, 08/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page