Skip to Content.
Sympa Menu

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

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 (027728c192acea37fb2fcea3e70e9b2c90b55584)
  • Date: Wed, 26 Dec 2007 01:12:42 -0600

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

devel/python/DETAILS | 1 +
devel/python/HISTORY | 1 +
devel/python/INSTALL | 6 +++++-
3 files changed, 7 insertions(+), 1 deletion(-)

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

python: added gettext tools + PATCHLEVEL+=1

diff --git a/devel/python/DETAILS b/devel/python/DETAILS
index a2f81a9..d831714 100755
--- a/devel/python/DETAILS
+++ b/devel/python/DETAILS
@@ -7,6 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Python-$VERSION
WEB_SITE=http://www.python.org/
ENTERED=20010922
LICENSE[0]=PYTHON
+ PATCHLEVEL=1
SECURITY_PATCH=1
KEYWORDS="devel"
SHORT="Interpreted, interactive, object-oriented language"
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index 9cb6b8f..ed828b5 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -3,6 +3,7 @@
include all files from the pythonic modules/apps in site-packages:
we MUST dispell every python-based spell on recasting python, and
every python-based module/app MUST be recompiled -- only by its
setup
+ * INSTALL: added gettext tools

2007-06-03 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: fix minor typo, bug #13798
diff --git a/devel/python/INSTALL b/devel/python/INSTALL
index 917e825..0ff45cf 100755
--- a/devel/python/INSTALL
+++ b/devel/python/INSTALL
@@ -3,4 +3,8 @@ default_install &&
if [ -f $SOURCE_DIRECTORY/spell-tmp/pydcop.py ]; then
mv $SOURCE_DIRECTORY/spell-tmp/pydcop.py \
$INSTALL_ROOT/usr/lib/python${VERSION:0:3}
-fi
+fi &&
+
+# gettext
+install -m 755 $SOURCE_DIRECTORY/Tools/i18n/{pygettext.py,msgfmt.py} \
+ "$INSTALL_ROOT/usr/bin"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (027728c192acea37fb2fcea3e70e9b2c90b55584), Vlad Glagolev, 12/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page