Skip to Content.
Sympa Menu

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

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 (5bde9ec8be48f7ae62e237cc379136f893b94528)
  • Date: Sun, 6 Jan 2008 08:43:58 -0600

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

devel/python/DETAILS | 2 +-
devel/python/FINAL | 2 +-
devel/python/HISTORY | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)

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

python: small fix, check for the src dir before the moving some stuff,
not the dest one

diff --git a/devel/python/DETAILS b/devel/python/DETAILS
index 96a33d0..0a27f7f 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=3
+ PATCHLEVEL=4
SECURITY_PATCH=1
KEYWORDS="devel"
SHORT="Interpreted, interactive, object-oriented language"
diff --git a/devel/python/FINAL b/devel/python/FINAL
index b427479..6e7c6f2 100755
--- a/devel/python/FINAL
+++ b/devel/python/FINAL
@@ -1,3 +1,3 @@
-if [ -d $PYPATH/site-packages ]; then
+if [[ -d $SOURCE_DIRECTORY/site-packages ]]; then
mv $SOURCE_DIRECTORY/site-packages/* $PYPATH/site-packages
fi
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index f4d1684..0a14884 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,7 @@
+2008-01-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * FINAL: check for the src dir before, not the dest one
+
2008-01-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* SUB_DEPENDS PRE_SUB_DEPENDS: add entries for db & sqlite
@@ -211,4 +215,3 @@

2002-03-19 Julian v. Bock <julian AT wongr.net>
* DETAILS: update version to 2.2.1c1.
-




Archive powered by MHonArc 2.6.24.

Top of Page