CVS: moonbase/news/gnus BUILD,1.1.1.1,1.2 DETAILS,1.1.1.1,1.2
Terry Chan
tchan at lunar-linux.org
Mon Aug 11 15:41:59 GMT 2003
Update of /var/cvs/lunar/moonbase/news/gnus
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26836
Modified Files:
BUILD DETAILS
Log Message:
Made the version change requested by user Veerappan. Fixed the BUILD script
to install info files to the correct location. Seems to compile/install
okay, but a real emacs and gnus user needs to verify this works.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/news/gnus/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ BUILD 11 Aug 2003 15:41:57 -0000 1.2
@@ -1,9 +1,10 @@
(
./configure --with-emacs \
+ --infodir=/usr/share/info \
--with-lispdir=/usr/share/emacs/site-lisp/gnus &&
- make &&
- prepare_install &&
- make install
+ default_make &&
+ mkdir -p $DOCUMENT_DIRECTORY/gnus
+ cp todo GNUS-NEWS $DOCUMENT_DIRECTORY/gnus
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/news/gnus/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ DETAILS 11 Aug 2003 15:41:57 -0000 1.2
@@ -1,11 +1,12 @@
- MODULE=gnus
- VERSION=5.8.8
- SOURCE=gnus.tar.gz
+ MODULE=gnus
+ VERSION=5.10.2
+ #VERSION=5.8.8
+ SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://www.gnus.org/dist/gnus.tar.gz
+ SOURCE_URL[0]=http://www.gnus.org/dist/$SOURCE
WEB_SITE=http://www.gnus.org
ENTERED=20010922
- UPDATED=20011005
+ UPDATED=20030811
SHORT="Gnus is the Emacs newsreader. It can also handle mail."
cat << EOF
Gnus is a newsreader written in Emacs Lisp. It has powerful scoring and
More information about the Lunar-commits
mailing list