[Lunar-commits] CVS: moonbase/zbeta/vim-cvs DEPENDS, 1.1,
1.2 DETAILS, 1.4, 1.5
Terry Chan
tchan at lunar-linux.org
Thu Mar 24 16:33:30 UTC 2005
Update of /var/cvs/lunar/moonbase/zbeta/vim-cvs
In directory espresso.foo-projects.org:/tmp/cvs-serv1137
Modified Files:
DEPENDS DETAILS
Log Message:
Fixed the cvs download location. Made the vim-cvs/DEPENDS use the same file
as vim/DEPENDS.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/vim-cvs/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 20 Mar 2003 05:12:24 -0000 1.1
+++ DEPENDS 24 Mar 2005 16:33:27 -0000 1.2
@@ -1,3 +1,13 @@
depends ncurses &&
-optional_depends "gtk+-2" "--enable-gtk2-check" "" "build gvim with gtk2" &&
-optional_depends "libgnomeui" "--enable-gnome-check" "" "Build with Gnome support?"
+optional_depends "Python" "--enable-pythoninterp" \
+ "" \
+ "to enable Python intepreter support" &&
+optional_depends "perl" "--enable-perlinterp" \
+ "" \
+ "to enable Perl interpreter support" &&
+optional_depends "tcl" "--enable-tclinterp" \
+ "" \
+ "to enable Tcl interpreter support" &&
+optional_depends "ruby" "--enable-rubyinterp" \
+ "" \
+ "to enable Ruby interpreter support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/vim-cvs/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 2 May 2003 14:48:13 -0000 1.4
+++ DETAILS 24 Mar 2005 16:33:27 -0000 1.5
@@ -2,7 +2,7 @@
VERSION=cvs
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/vim
- SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.vim.sourceforge.net:/cvsroot/vim:vim
+ SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sf.net:/cvsroot/vim:vim
WEB_SITE=http://vim.sf.net
ENTERED=20030315
UPDATED=`date -u +%Y%m%d`
More information about the Lunar-commits
mailing list