Changeset 909

Show
Ignore:
Timestamp:
2007年11月26日 15時11分15秒 (11 months ago)
Author:
kose
Message:

* setup.ini (gnus 0.7-20071126-1): [Curr] Release.
0.6-20060628-1 [Prev].
* gnus/Makefile.pkg: Fix some.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/3.00/pkginfo/ChangeLog

    r907 r909  
     12007-11-26  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * setup.ini (gnus 0.7-20071126-1): [Curr] Release. 
     4        0.6-20060628-1 [Prev]. 
     5 
     6        * gnus/Makefile.pkg: Fix some. 
     7 
    182007-07-08  KOSEKI Yoshinori  <kose@meadowy.org> 
    29 
  • branches/3.00/pkginfo/gnus/Makefile.pkg

    r860 r909  
    4343        cd $(PKG) && ./configure --with-lispdir=$(LISPDIR)/$(BASE) --with-emacs=$(EMACS) 
    4444        cd $(PKG) && LANG=C PWD= make infodir=$(PKGDIR)/info EMACS=$(EMACS) 
    45       mv $(PKG)/texi/sasl.info $(PKG)/texi/sasl 
    46       cd $(PKG) && LANG=C PWD= make infodir=$(PKGDIR)/info EMACS=$(EMACS) install  
    47       cp -p $(PKG)/lisp/*.el $(LISPDIR)/$(BASE)/ 
    48       cp -p $(MAKEDIR)gnus-bbdb.el $(LISPDIR)/$(BASE)/ 
     45#     mv $(PKG)/texi/sasl.info $(PKG)/texi/sasl 
     46#     cd $(PKG) && LANG=C PWD= make infodir=$(PKGDIR)/info EMACS=$(EMACS) install  
     47#     cp -p $(PKG)/lisp/*.el $(LISPDIR)/$(BASE)/ 
     48#     cp -p $(MAKEDIR)gnus-bbdb.el $(LISPDIR)/$(BASE)/ 
    4949#       cp /dev/null $(LISPDIR)/$(BASE)/.nosearch 
    5050#       cd $(PKG) && make distclean 
     51        if test ! -d $(LISPDIR)/$(BASE); then mkdir -p $(LISPDIR)/$(BASE); fi 
     52        cp -p $(PKG)/lisp/*.el $(LISPDIR)/$(BASE)/ 
     53        cp -p $(PKG)/lisp/*.elc $(LISPDIR)/$(BASE)/ 
     54        cp -p $(PKG)/../gnus-bbdb.el $(LISPDIR)/$(BASE)/ 
     55        cd $(PKG)/texi && LANG=C PWD= make infodir=$(PKGDIR)/info EMACS=$(EMACS) install  
     56        cd $(PKG)/etc && LANG=C PWD= make infodir=$(PKGDIR)/info EMACS=$(EMACS) install  
    5157 
    5258$(PKG) : 
     
    5864        cvs -d :pserver:gnus@quimby.gnus.org:/usr/local/cvsroot co -d $(PKG) gnus 
    5965        cp -fp $(PKG)/contrib/gnus-namazu.el $(PKG)/lisp/ 
     66        wget http://www.meadowy.org/meadow/netinstall/browser/branches/3.00/pkginfo/gnus/gnus-bbdb.el?format=raw -O gnus-bbdb.el 
    6067#       touch $@ 
    6168 
     
    8289    done 
    8390        tar -C $(PREFIX) -cf $(basename $@) packages/lisp/$(BASE) \ 
    84                 packages/lisp/etc/gnus-tut.txt \ 
    85                 packages/lisp/etc/images \ 
     91                packages/etc/gnus-tut.txt \ 
     92                packages/etc/images \ 
    8693                packages/postinstall/$(BASE).bat \ 
    8794                packages/preremove/$(BASE).bat \ 
  • branches/3.00/pkginfo/setup.ini

    r908 r909  
    4646category: MUA 
    4747requires: Meadow 
     48version: 0.7-20071126-1 
     49install: packages/gnus-20071126-1-pkg.tar.bz2 2176020 4645032e71477dd98cb315af50c18648 
     50[prev] 
    4851version: 0.6-20060628-1 
    4952install: packages/gnus-20060628-1-pkg.tar.bz2 2062353 601480492c7cbee8520a84a155f2e58e 
    50 [prev] 
    51 version: 0.5-1 
    52 install: packages/ngnus-0.5-1-pkg.tar.bz2 2021617 fdfd05b72d2c9938cf25a0a944a0c754 
    5353 
    5454@ goby