Skip to Content.
Sympa Menu

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

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 (2b6702f5d5e75d0e96f23a7845ce5ff7a7f079d3)
  • Date: Wed, 13 Aug 2008 17:57:17 -0500

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

python-pypi/mercurial/DETAILS | 10 +++++-----
python-pypi/mercurial/HISTORY | 4 ++++
python-pypi/mercurial/INSTALL | 12 ++++++------
python-pypi/mercurial/PRE_BUILD | 2 +-
4 files changed, 16 insertions(+), 12 deletions(-)

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

mercurial: => 1.0.2

diff --git a/python-pypi/mercurial/DETAILS b/python-pypi/mercurial/DETAILS
index c93084d..ac07889 100755
--- a/python-pypi/mercurial/DETAILS
+++ b/python-pypi/mercurial/DETAILS
@@ -1,7 +1,7 @@
SPELL=mercurial
- VERSION=1.0.1
+ VERSION=1.0.2
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:2db67160badbd5b226af830cfa8ce2a214692b1ed1d2511fa1ac6f85552276615aefa663a5e2e09ec48b3dc2c28b8f693f0b1845279e04d0c389a6220f7729ab
+
SOURCE_HASH=sha512:a5e22b6cd95fbfc9e8caf8625b11d577dd6c72b2209258150005feedc2f938354c52b99db6d281e5a60541a1115501eae7c692e3587a17fbc4ef9f0c299d1385
SOURCE_URL[0]=http://www.selenic.com/mercurial/release/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

@@ -15,8 +15,8 @@ fi
KEYWORDS="scm python devel"
WEB_SITE=http://www.selenic.com/mercurial/
ENTERED=20050820
- SHORT="A fast distributed SCM"
+ SHORT="fast distributed SCM"
cat << EOF
-Mercurial is a fast, lightweight Source Control Management system designed
-for the efficient handling of very large distributed projects.
+Mercurial is a fast, lightweight Source Control Management system designed
for
+the efficient handling of very large distributed projects.
EOF
diff --git a/python-pypi/mercurial/HISTORY b/python-pypi/mercurial/HISTORY
index b342007..b1d5ade 100644
--- a/python-pypi/mercurial/HISTORY
+++ b/python-pypi/mercurial/HISTORY
@@ -1,3 +1,7 @@
+2008-08-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.2, fixed descs
+ * INSTALL: added verbosity, install > cp, cleaned up
+
2008-05-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.1

diff --git a/python-pypi/mercurial/INSTALL b/python-pypi/mercurial/INSTALL
index a800efc..0aa6f33 100755
--- a/python-pypi/mercurial/INSTALL
+++ b/python-pypi/mercurial/INSTALL
@@ -2,14 +2,14 @@ default_install &&

if is_depends_enabled $SPELL tk; then
install -m 0755 -o root -g root contrib/hgk \
- $INSTALL_ROOT/usr/bin/hgk
+ "$INSTALL_ROOT/usr/bin/hgk"
fi

if [[ $HG_DOCS == y ]]; then
- mkdir -p $INSTALL_ROOT/usr/share/man/man1 \
- $INSTALL_ROOT/usr/share/man/man5 &&
+ install -vm 755 -d "$INSTALL_ROOT"/usr/share/man/man{1,5} &&

- cd $SOURCE_DIRECTORY/doc &&
- cp *.1 $INSTALL_ROOT/usr/share/man/man1 &&
- cp *.5 $INSTALL_ROOT/usr/share/man/man5
+ cd "$SOURCE_DIRECTORY/doc" &&
+
+ install -vm 644 *.1 "$INSTALL_ROOT/usr/share/man/man1" &&
+ install -vm 644 *.5 "$INSTALL_ROOT/usr/share/man/man5"
fi
diff --git a/python-pypi/mercurial/PRE_BUILD b/python-pypi/mercurial/PRE_BUILD
index d2e5b0f..e97e766 100755
--- a/python-pypi/mercurial/PRE_BUILD
+++ b/python-pypi/mercurial/PRE_BUILD
@@ -2,5 +2,5 @@ default_pre_build &&

if [[ $HG_GTOOLS == y ]]; then
unpack_file 2 &&
- cp -v $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/hgext
+ cp -v "$SOURCE_CACHE/$SOURCE2" "$SOURCE_DIRECTORY/hgext"
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2b6702f5d5e75d0e96f23a7845ce5ff7a7f079d3), Vlad Glagolev, 08/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page