Changeset 909
- Timestamp:
- 2007年11月26日 15時11分15秒 (11 months ago)
- Files:
-
- branches/3.00/pkginfo/ChangeLog (modified) (1 diff)
- branches/3.00/pkginfo/gnus/Makefile.pkg (modified) (3 diffs)
- branches/3.00/pkginfo/setup.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3.00/pkginfo/ChangeLog
r907 r909 1 2007-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 1 8 2007-07-08 KOSEKI Yoshinori <kose@meadowy.org> 2 9 branches/3.00/pkginfo/gnus/Makefile.pkg
r860 r909 43 43 cd $(PKG) && ./configure --with-lispdir=$(LISPDIR)/$(BASE) --with-emacs=$(EMACS) 44 44 cd $(PKG) && LANG=C PWD= make infodir=$(PKGDIR)/info EMACS=$(EMACS) 45 mv $(PKG)/texi/sasl.info $(PKG)/texi/sasl46 cd $(PKG) && LANG=C PWD= make infodir=$(PKGDIR)/info EMACS=$(EMACS) install47 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)/ 49 49 # cp /dev/null $(LISPDIR)/$(BASE)/.nosearch 50 50 # 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 51 57 52 58 $(PKG) : … … 58 64 cvs -d :pserver:gnus@quimby.gnus.org:/usr/local/cvsroot co -d $(PKG) gnus 59 65 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 60 67 # touch $@ 61 68 … … 82 89 done 83 90 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 \ 86 93 packages/postinstall/$(BASE).bat \ 87 94 packages/preremove/$(BASE).bat \ branches/3.00/pkginfo/setup.ini
r908 r909 46 46 category: MUA 47 47 requires: Meadow 48 version: 0.7-20071126-1 49 install: packages/gnus-20071126-1-pkg.tar.bz2 2176020 4645032e71477dd98cb315af50c18648 50 [prev] 48 51 version: 0.6-20060628-1 49 52 install: packages/gnus-20060628-1-pkg.tar.bz2 2062353 601480492c7cbee8520a84a155f2e58e 50 [prev]51 version: 0.5-152 install: packages/ngnus-0.5-1-pkg.tar.bz2 2021617 fdfd05b72d2c9938cf25a0a944a0c75453 53 54 54 @ goby
