CVS update by scop packages/unsupported/scop ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Wed Oct 25 07:59:11 EDT 2006


  User: scop    
  Date: 06/10/25 13:59:11

  Modified:    packages/unsupported/scop ChangeLog Makefile
Log:
Assume presence of pcl-cvs, sh-script and tramp, thanks to Nix.

Revision  Changes    Path
1.13      +5 -0      XEmacs/packages/unsupported/scop/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- ChangeLog	2004/09/15 19:44:09	1.12
+++ ChangeLog	2006/10/25 11:59:11	1.13
@@ -1,3 +1,8 @@
+2006-10-25  Ville Skyttä  <scop at xemacs.org>
+
+	* Makefile (ASSUMED_PRESENT): Add pcl-cvs, sh-script and tramp
+	for vc, thanks to Nix <nix at esperi.org.uk>.
+
 2004-09-15  Ville Skyttä  <scop at xemacs.org>
 
 	* Makefile (ASSUMED_PRESENT): Remove vc, we don't have to assume now.



1.13      +3 -1      XEmacs/packages/unsupported/scop/Makefile

Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- Makefile	2004/09/15 19:44:09	1.12
+++ Makefile	2006/10/25 11:59:11	1.13
@@ -22,6 +22,8 @@
 # of the list.
 PACKAGES= antlr-mode cogre ede generic-modes vc
 
-ASSUMED_PRESENT = cc-mode dired edebug ediff edit-utils eieio eshell fsf-compat jde mail-lib prog-modes semantic speedbar xemacs-base xemacs-devel
+ASSUMED_PRESENT = cc-mode dired edebug ediff edit-utils eieio eshell \
+	fsf-compat jde mail-lib pcl-cvs prog-modes semantic sh-script \
+	speedbar tramp xemacs-base xemacs-devel
 
 include ../../iterate.rules





More information about the XEmacs-CVS mailing list