[Lunar-commits] r23979 - in moonbase/trunk/devel: . mercurial

Terry Chan tchan at lunar-linux.org
Mon Apr 9 01:40:15 CEST 2007


Author: tchan
Date: 2007-04-09 01:40:15 +0200 (Mon, 09 Apr 2007)
New Revision: 23979

Added:
   moonbase/trunk/devel/mercurial/
   moonbase/trunk/devel/mercurial/BUILD
   moonbase/trunk/devel/mercurial/DEPENDS
   moonbase/trunk/devel/mercurial/DETAILS
Log:
Added the mercurial module to moonbase. Yet another python based SCM.


Added: moonbase/trunk/devel/mercurial/BUILD
===================================================================
--- moonbase/trunk/devel/mercurial/BUILD	                        (rev 0)
+++ moonbase/trunk/devel/mercurial/BUILD	2007-04-08 23:40:15 UTC (rev 23979)
@@ -0,0 +1,10 @@
+(
+
+  prepare_install  &&
+  python setup.py install --force &&
+  gather_docs CONTRIBUTORS PKG-INFO hgweb*.cgi doc/*.html doc/*.txt &&
+  cd doc &&
+  install -m 644 hg.1 hgmerge.1 /usr/share/man/man1 &&
+  install -m 644 hgignore.5 hgrc.5 /usr/share/man/man5
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/devel/mercurial/DEPENDS
===================================================================
--- moonbase/trunk/devel/mercurial/DEPENDS	                        (rev 0)
+++ moonbase/trunk/devel/mercurial/DEPENDS	2007-04-08 23:40:15 UTC (rev 23979)
@@ -0,0 +1,2 @@
+depends  Python &&
+depends  rcs

Added: moonbase/trunk/devel/mercurial/DETAILS
===================================================================
--- moonbase/trunk/devel/mercurial/DETAILS	                        (rev 0)
+++ moonbase/trunk/devel/mercurial/DETAILS	2007-04-08 23:40:15 UTC (rev 23979)
@@ -0,0 +1,17 @@
+          MODULE=mercurial
+         VERSION=0.9.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.selenic.com/$MODULE/release/
+      SOURCE_VFY=sha1:a91c769ea78bffc15017a2157d05b87b9218ca40
+        WEB_SITE=http://www.selenic.com/$MODULE/wiki/
+         ENTERED=20070408
+         UPDATED=20070408
+           PSAFE=no
+           SHORT="a fast, lightweight SCM system"
+
+
+
+cat << EOF
+Mercurial is a fast, lightweight Source Control Management system designed for
+efficient handling of very large distributed projects.
+EOF



More information about the Lunar-commits mailing list