Skip to Content.
Sympa Menu

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

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 (be7a5c7b54f47bf3479202866d4c422ed4ad2f71)
  • Date: Sun, 22 Jun 2008 14:33:24 -0500

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

python-pypi/trac/CONFIGURE | 4 ----
python-pypi/trac/DEPENDS | 14 +++++++-------
python-pypi/trac/DETAILS | 6 +++---
python-pypi/trac/HISTORY | 6 ++++++
python-pypi/trac/INSTALL | 2 +-
5 files changed, 17 insertions(+), 15 deletions(-)

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

trac: => 0.11, finally!

diff --git a/python-pypi/trac/CONFIGURE b/python-pypi/trac/CONFIGURE
index 1a47aad..9183b00 100755
--- a/python-pypi/trac/CONFIGURE
+++ b/python-pypi/trac/CONFIGURE
@@ -1,5 +1 @@
config_query_list TRAC_DB "Which database would you like?" sqlite mysql
postgresql &&
-
-if [[ $TRAC_DB == postgresql ]]; then
- config_query_list TRAC_POSTGRES_DRIVER "Which python interface to
postgresql would you like?" pypgsql psycopg2
-fi
diff --git a/python-pypi/trac/DEPENDS b/python-pypi/trac/DEPENDS
index a2875a2..3577189 100755
--- a/python-pypi/trac/DEPENDS
+++ b/python-pypi/trac/DEPENDS
@@ -1,7 +1,6 @@
depends python &&

runtime_depends genshi &&
-runtime_depends subversion &&
runtime_depends setuptools &&

if [[ $TRAC_DB == sqlite ]]; then
@@ -11,12 +10,13 @@ elif [[ $TRAC_DB == mysql ]]; then
runtime_depends mysql-python &&
runtime_depends mysql
elif [[ $TRAC_DB == postgresql ]]; then
- runtime_depends $TRAC_POSTGRES_DRIVER &&
+ runtime_depends psycopg2 &&
runtime_depends postgresql
fi &&

-suggest_depends WEBSERVER "" "" "To run connected to a ``real'' webserver" &&
-suggest_depends mod_python "" "" "For faster execution with Apache
(recommended)" &&
-suggest_depends pygments "" "" "For syntax highlighting (Pygments)" &&
-suggest_depends enscript "" "" "For syntax highlighting (Enscript)" &&
-suggest_depends docutils "" "" "For reStructuredText (RST) support in wiki"
+suggest_depends WEBSERVER "" "" "to run connected to a ``real'' webserver" &&
+suggest_depends subversion "" "" "for Subversion SCM support" &&
+suggest_depends mod_python "" "" "for faster execution with Apache
(recommended)" &&
+suggest_depends pygments "" "" "for syntax highlighting (Pygments)" &&
+suggest_depends enscript "" "" "for syntax highlighting (Enscript)" &&
+suggest_depends docutils "" "" "for reStructuredText (RST) support in wiki"
diff --git a/python-pypi/trac/DETAILS b/python-pypi/trac/DETAILS
index 5003524..744041f 100755
--- a/python-pypi/trac/DETAILS
+++ b/python-pypi/trac/DETAILS
@@ -1,6 +1,6 @@
SPELL=trac
- VERSION=0.11rc2
-
SOURCE_HASH=sha512:6c04178c9b5d14f77a311182557a38089be3210fbe356c1d6c106306acdab2980307ae663692c71340545938d779c9edd639ea8338fb94e732901b52e0a9ba92
+ VERSION=0.11
+
SOURCE_HASH=sha512:ad2e8d75afb9d3724708867e54c95d59e487ebe275ea9f2a15252c26f3e48ac30b4604ef9c5efdea3795046eeef44001697fecabdfa52bbeb46812807cb7fe4b
SOURCE=Trac-$VERSION.tar.gz
SOURCE_URL[0]=http://ftp.edgewall.com/pub/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://ftp.edgewall.com/pub/$SPELL/$SOURCE
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Trac-$VERSION
WEB_SITE=http://trac.edgewall.org/
LICENSE[0]=BSD
KEYWORDS="subversion python devel"
- SHORT="A combined issue tracker, repository interface, and wiki"
+ SHORT="combined issue tracker, repository interface, and wiki"
cat << EOF
Trac is a minimalistic but highly useful issue tracker and software project
environment based around an integrated Wiki engine. Features include an
diff --git a/python-pypi/trac/HISTORY b/python-pypi/trac/HISTORY
index 353fafd..e83df6d 100644
--- a/python-pypi/trac/HISTORY
+++ b/python-pypi/trac/HISTORY
@@ -1,3 +1,9 @@
+2008-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.11, fixed short desc
+ * DEPENDS: subversion isn't req'ed anymore -> suggest
+ * CONFIGURE: removed postgre driver selection, pypgsql has some issues
+ * INSTALL: verbosity ftw
+
2008-06-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.11rc2

diff --git a/python-pypi/trac/INSTALL b/python-pypi/trac/INSTALL
index d2daf7a..6700966 100755
--- a/python-pypi/trac/INSTALL
+++ b/python-pypi/trac/INSTALL
@@ -1,3 +1,3 @@
default_install &&

-install -m 755 cgi-bin/*cgi $INSTALL_ROOT/usr/bin
+install -vm 755 cgi-bin/*cgi $INSTALL_ROOT/usr/bin



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (be7a5c7b54f47bf3479202866d4c422ed4ad2f71), Vlad Glagolev, 06/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page