Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1de6183a115769a76d79cbdf38d148c51564c2ff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1de6183a115769a76d79cbdf38d148c51564c2ff)
  • Date: Sat, 5 Jan 2008 13:39:59 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/python/DETAILS | 2 +-
devel/python/HISTORY | 4 ++++
devel/python/PRE_SUB_DEPENDS | 2 ++
devel/python/SUB_DEPENDS | 2 ++
gnome2-apps/gramps/DEPENDS | 12 ++++--------
gnome2-apps/gramps/HISTORY | 4 ++++
6 files changed, 17 insertions(+), 9 deletions(-)

New commits:
commit 8876ead94b9b7c7b5d57d1f51b75c8bb4ccd0aa1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gramps - update depends

commit b56b90fb9d8fddf1120dc914074b67ccf1fd9aab
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python - add sub depends for dband sqlite

diff --git a/devel/python/DETAILS b/devel/python/DETAILS
index fbfa68c..96a33d0 100755
--- a/devel/python/DETAILS
+++ b/devel/python/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Python-$VERSION
WEB_SITE=http://www.python.org/
ENTERED=20010922
LICENSE[0]=PYTHON
- PATCHLEVEL=2
+ PATCHLEVEL=3
SECURITY_PATCH=1
KEYWORDS="devel"
SHORT="Interpreted, interactive, object-oriented language"
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index 02306d6..f4d1684 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,7 @@
+2008-01-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * SUB_DEPENDS PRE_SUB_DEPENDS: add entries for db & sqlite
+
2008-01-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* INSTALL: temp-move site-packages before installing python
diff --git a/devel/python/PRE_SUB_DEPENDS b/devel/python/PRE_SUB_DEPENDS
index 03059f4..c5ce85c 100755
--- a/devel/python/PRE_SUB_DEPENDS
+++ b/devel/python/PRE_SUB_DEPENDS
@@ -1,4 +1,6 @@
case $THIS_SUB_DEPENDS in
+ db) if is_depends_enabled $SPELL db; then return 0; fi;;
+ sqlite)if is_depends_enabled $SPELL sqlite; then return 0; fi;;
expat) if is_depends_enabled $SPELL expat; then return 0; fi;;
esac

diff --git a/devel/python/SUB_DEPENDS b/devel/python/SUB_DEPENDS
index c85dbd5..8100ee9 100755
--- a/devel/python/SUB_DEPENDS
+++ b/devel/python/SUB_DEPENDS
@@ -1,4 +1,6 @@
case $THIS_SUB_DEPENDS in
+ db) echo "Sqlite support requested, forcing it"; depends sqlite;;
+ sqlite) echo "DB support requested, forcing it"; depends db;;
expat) echo "xml parser module requested, forcing them."; depends expat;;
*) echo "unknown sub-depends!"; return 1;;
esac
diff --git a/gnome2-apps/gramps/DEPENDS b/gnome2-apps/gramps/DEPENDS
index 5b64abc..f997c82 100755
--- a/gnome2-apps/gramps/DEPENDS
+++ b/gnome2-apps/gramps/DEPENDS
@@ -1,15 +1,11 @@
+depends -sub db python &&
depends libgnomeui &&
depends -sub NUMPY pygtk2 &&
depends gnome-python2 &&
depends rarian &&
+depends librsvg2 &&
depends gnome-doc-utils &&

-optional_depends reportlab \
- "" \
- "" \
- "Enable creation of PDF documents" &&
+suggest_depends reportlab "" "" "create PDF documents" &&

-optional_depends graphviz \
- "" \
- "" \
- "Enable graph creation"
+suggest_depends graphviz "" "" "create graphs"
diff --git a/gnome2-apps/gramps/HISTORY b/gnome2-apps/gramps/HISTORY
index c81189f..5ca7c85 100644
--- a/gnome2-apps/gramps/HISTORY
+++ b/gnome2-apps/gramps/HISTORY
@@ -1,3 +1,7 @@
+2008-01-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add '-sub db python' and librsvg2
+ change optionals to suggests
+
2007-10-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.9




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1de6183a115769a76d79cbdf38d148c51564c2ff), Treeve Jelbert, 01/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page