CVS: moonbase/devel/arch BUILD, 1.2, 1.3 DEPENDS, 1.1, 1.2 DETAILS,
1.3, 1.4
Terry Chan
tchan at lunar-linux.org
Wed Oct 29 04:49:52 GMT 2003
Update of /var/cvs/lunar/moonbase/devel/arch
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17039
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Version bump to the latest 1.1pre8 version of arch. Simplified the DEPENDS
file (bash->ncurses->sed,gawk). Added the online tutorial from the source
tarbal into /usr/share/doc/arch/html.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/arch/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 23 Jul 2003 09:05:26 -0000 1.2
+++ BUILD 29 Oct 2003 04:49:50 -0000 1.3
@@ -9,6 +9,8 @@
make &&
prepare_install &&
make test &&
- make install
+ make install &&
+ mkdir -p $DOCUMENT_DIRECTORY/$MODULE/html &&
+ cp $SOURCE_DIRECTORY/src/docs-tla/html/* $DOCUMENT_DIRECTORY/$MODULE/html
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/arch/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 23 Jul 2003 09:05:26 -0000 1.1
+++ DEPENDS 29 Oct 2003 04:49:50 -0000 1.2
@@ -2,9 +2,7 @@
depends coreutils &&
depends diffutils &&
depends findutils &&
-depends gawk &&
depends grep &&
depends make &&
depends patch &&
-depends sed &&
depends tar
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/arch/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 23 Jul 2003 10:50:23 -0000 1.3
+++ DETAILS 29 Oct 2003 04:49:50 -0000 1.4
@@ -1,11 +1,12 @@
MODULE=arch
- VERSION=1.0.6
+ VERSION=1.1pre8
+ #VERSION=1.0.6
SOURCE=tla-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/tla-$VERSION
SOURCE_URL[0]=http://regexps.srparish.net/src/tla/
WEB_SITE=http://regexps.srparish.net/
ENTERED=20020515
- UPDATED=20030720
+ UPDATED=20031029
SHORT="arch is an amazingly cool revision control system"
cat << EOF
arch is an amazingly cool revision control system, publicly distributed
More information about the Lunar-commits
mailing list