Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (8e3d917f41f4f274d31afcdafbbf23a8d072be5e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (8e3d917f41f4f274d31afcdafbbf23a8d072be5e)
  • Date: Sun, 20 Aug 2006 03:48:37 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

dev/null |binary
python-devel/mercurial/CONFIGURE | 6 +-----
python-devel/mercurial/DEPENDS | 5 +----
python-devel/mercurial/DETAILS | 3 +--
python-devel/mercurial/HISTORY | 5 +++++
python-devel/mercurial/INSTALL | 11 ++++++++++-
python-devel/mercurial/mercurial-0.9.1.tar.gz.sig |binary
python-devel/mercurial/mercurial-0.9.tar.gz.sig | 0
8 files changed, 18 insertions(+), 12 deletions(-)

New commits:
commit 8e3d917f41f4f274d31afcdafbbf23a8d072be5e
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

mercurial: update, optional depends tk, doc install option

diff --git a/python-devel/mercurial/CONFIGURE
b/python-devel/mercurial/CONFIGURE
index 9db571a..12284b7 100755
--- a/python-devel/mercurial/CONFIGURE
+++ b/python-devel/mercurial/CONFIGURE
@@ -1,5 +1 @@
-if spell_ok tk; then
- config_query MERCURIAL_TK "Install the Tk gui?" y
-else
- config_query MERCURIAL_TK "Install the Tk gui?" n
-fi
+config_query HG_DOCS "Install docs?" y
diff --git a/python-devel/mercurial/DEPENDS b/python-devel/mercurial/DEPENDS
index 1478f5c..5365df4 100755
--- a/python-devel/mercurial/DEPENDS
+++ b/python-devel/mercurial/DEPENDS
@@ -1,5 +1,2 @@
depends python &&
-
-if [ "$MERCURIAL_TK" == "y" ]; then
- depends tk
-fi
+optional_depends tk "" "" "Enable tk gui?"
diff --git a/python-devel/mercurial/DETAILS b/python-devel/mercurial/DETAILS
index 2256323..4210edb 100755
--- a/python-devel/mercurial/DETAILS
+++ b/python-devel/mercurial/DETAILS
@@ -1,9 +1,8 @@
SPELL=mercurial
- VERSION=0.9
+ VERSION=0.9.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.selenic.com/mercurial/release/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
#SOURCE_HASH=sha512:480e31dda56fda79a327ebe401d721fb4515dd2c52b5a591c7afcb8cfb421177e67fb0850036c9ac65742c0c60b6acc2e2971fd2deb23f193493afb4f95d81d4
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
BUILD_API=2
diff --git a/python-devel/mercurial/HISTORY b/python-devel/mercurial/HISTORY
index 56415f2..fe6e339 100644
--- a/python-devel/mercurial/HISTORY
+++ b/python-devel/mercurial/HISTORY
@@ -1,3 +1,8 @@
+2006-08-20 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 0.9.1
+ * CONFIGURE, INSTALL: added optional docs install
+ * CONFIGURE, DEPENDS, INSTALL: uses optional_depends for tk gui
+
2006-05-20 Jeremy Blosser <jblosser-smgl AT firinn.org>
* DETAILS: Updated to 0.9.

diff --git a/python-devel/mercurial/INSTALL b/python-devel/mercurial/INSTALL
index 29f0365..29b12e4 100755
--- a/python-devel/mercurial/INSTALL
+++ b/python-devel/mercurial/INSTALL
@@ -1,6 +1,15 @@
python setup.py install &&

-if [ "$MERCURIAL_TK" == "y" ]; then
+if is_depends_enabled ${SPELL} tk ; then
install -m 0755 -o root -g root contrib/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
&&
+
+ cd ${SOURCE_DIRECTORY}/doc
&&
+ cp *.1 ${INSTALL_ROOT}/usr/share/man/man1
&&
+ cp *.5 ${INSTALL_ROOT}/usr/share/man/man5
+fi
diff --git a/python-devel/mercurial/mercurial-0.9.1.tar.gz.sig
b/python-devel/mercurial/mercurial-0.9.1.tar.gz.sig
new file mode 100644
index 0000000..d5dc2ef
Binary files /dev/null and
b/python-devel/mercurial/mercurial-0.9.1.tar.gz.sig differ
diff --git a/python-devel/mercurial/mercurial-0.9.tar.gz.sig
b/python-devel/mercurial/mercurial-0.9.tar.gz.sig
deleted file mode 100644
index b26ec32..0000000
Binary files a/python-devel/mercurial/mercurial-0.9.tar.gz.sig and /dev/null
differ



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (8e3d917f41f4f274d31afcdafbbf23a8d072be5e), Pieter Lenaerts, 08/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page