Skip to Content.
Sympa Menu

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

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 (538c0407c254180c7360b6bec0aaa8ccf79b01c6)
  • Date: Thu, 3 Nov 2011 07:01:10 -0500

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

python-pypi/mercurial/DEPENDS | 4 ----
python-pypi/mercurial/DETAILS | 9 ++-------
python-pypi/mercurial/HISTORY | 4 ++++
python-pypi/mercurial/PREPARE | 1 -
python-pypi/mercurial/PRE_BUILD | 6 ------
5 files changed, 6 insertions(+), 18 deletions(-)

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

mercurial: => 2.0

diff --git a/python-pypi/mercurial/DEPENDS b/python-pypi/mercurial/DEPENDS
index 93e35ad..57519f0 100755
--- a/python-pypi/mercurial/DEPENDS
+++ b/python-pypi/mercurial/DEPENDS
@@ -1,7 +1,3 @@
depends python &&

-if [[ $HG_GTOOLS == y ]]; then
- depends pygtk2
-fi &&
-
suggest_depends tk "" "" "Enable tk GUI?"
diff --git a/python-pypi/mercurial/DETAILS b/python-pypi/mercurial/DETAILS
index 659a556..d6fae74 100755
--- a/python-pypi/mercurial/DETAILS
+++ b/python-pypi/mercurial/DETAILS
@@ -1,14 +1,9 @@
SPELL=mercurial
- VERSION=1.9.3
-
SOURCE_HASH=sha512:bc937c9a3fd6cf32db622c642159635b448765cb1c2f3bb4eb4bc40cb540f75796dbdd1a6f398a2107b4b68cf7ebbe84107e48407ef60575a687b65c4d092afd
+ VERSION=2.0
+
SOURCE_HASH=sha512:78715bb2bd7ed3291089948530a59d5eff146a64179eae87904a2c328716f26749abb0c5417d6001cadfeebabb4e24985d5a59ceaae4d98c4762163970f83975
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.selenic.com/mercurial/release/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-if [[ $HG_GTOOLS == y ]]; then
- SOURCE2=gtools.py
-
SOURCE2_HASH=sha512:251f8a592e9750f8ee74af9c457778cdc06afed6a0df5f59be5d76fea3887523ed331758d5488b1cfbdf205d82bdeff9227fb5ee4c5840233edb0a88f6c02026
- SOURCE2_URL[0]=http://www.robotbattle.com/gtools/$SOURCE2
-fi
LICENSE[0]=GPL
KEYWORDS="scm python devel"
WEB_SITE=http://www.selenic.com/mercurial/
diff --git a/python-pypi/mercurial/HISTORY b/python-pypi/mercurial/HISTORY
index 0f873fc..e99cdf0 100644
--- a/python-pypi/mercurial/HISTORY
+++ b/python-pypi/mercurial/HISTORY
@@ -1,3 +1,7 @@
+2011-11-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0
+ * PRE{PARE,_BUILD}: removed hgtools (not compatible with 2.0)
+
2011-10-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.9.3

diff --git a/python-pypi/mercurial/PREPARE b/python-pypi/mercurial/PREPARE
deleted file mode 100755
index f8ee3e7..0000000
--- a/python-pypi/mercurial/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query HG_GTOOLS "Enable GUI tools for status/log/commit?" n
diff --git a/python-pypi/mercurial/PRE_BUILD b/python-pypi/mercurial/PRE_BUILD
deleted file mode 100755
index e97e766..0000000
--- a/python-pypi/mercurial/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-
-if [[ $HG_GTOOLS == y ]]; then
- unpack_file 2 &&
- cp -v "$SOURCE_CACHE/$SOURCE2" "$SOURCE_DIRECTORY/hgext"
-fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (538c0407c254180c7360b6bec0aaa8ccf79b01c6), Vlad Glagolev, 11/03/2011

Archive powered by MHonArc 2.6.24.

Top of Page