Changeset 860
- Timestamp:
- 2006年06月28日 14時46分48秒 (2 years 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
r859 r860 1 1 2006-06-28 KOSEKI Yoshinori <kose@meadowy.org> 2 2 3 * setup.ini (gnus-20060628-1-pkg): [Curr] Release. 4 * gnus/Makefile.pkg: Use CVS HEAD. 5 3 6 * setup.ini (navi2ch-1.7.5-20060610-1-pkg): [Curr] Release. 7 4 8 * navi2ch/Makefile.pkg (PKG): Use 20060610 snapshot. 5 9 branches/3.00/pkginfo/gnus/Makefile.pkg
r845 r860 15 15 16 16 # 2006/05/01 No Gnus 0.5 Release 17 PKG=ngnus-0.517 # PKG=ngnus-0.5 18 18 PKG_URL=http://quimby.gnus.org/gnus/dist/ 19 19 # PKG_URL= ftp://ftp.gnus.org/pub/gnus/snapshots/ 20 #PKG=gnus-$(shell date +%Y%m%d)20 PKG=gnus-$(shell date +%Y%m%d) 21 21 BASE=gnus 22 22 PKG_VERSION=1 … … 42 42 $(LISPDIR)/$(BASE)/$(TARGET): $(PKG) 43 43 cd $(PKG) && ./configure --with-lispdir=$(LISPDIR)/$(BASE) --with-emacs=$(EMACS) 44 cd $(PKG) && LANG=C PWD= make infodir=$(PKGDIR)/info install EMACS=$(EMACS) 44 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 45 47 cp -p $(PKG)/lisp/*.el $(LISPDIR)/$(BASE)/ 46 48 cp -p $(MAKEDIR)gnus-bbdb.el $(LISPDIR)/$(BASE)/ … … 49 51 50 52 $(PKG) : 51 wget $(PKG_URL)/$@.tar.gz52 tar zxf $@.tar.gz53 # wget $(PKG_URL)/gnus-CURRENT-$(shell date +%Y%m%d).tar.gz54 # tar zxf gnus-CURRENT-$(shell date +%Y%m%d).tar.gz55 # mv gnus-CURRENT-$(shell date +%Y%m%d) $(PKG)56 #cvs -d :pserver:gnus@quimby.gnus.org:/usr/local/cvsroot co -d $(PKG) gnus53 # wget $(PKG_URL)/$@.tar.gz 54 # tar zxf $@.tar.gz 55 # wget $(PKG_URL)/gnus-CURRENT-$(shell date +%Y%m%d).tar.gz 56 # tar zxf gnus-CURRENT-$(shell date +%Y%m%d).tar.gz 57 # mv gnus-CURRENT-$(shell date +%Y%m%d) $(PKG) 58 cvs -d :pserver:gnus@quimby.gnus.org:/usr/local/cvsroot co -d $(PKG) gnus 57 59 cp -fp $(PKG)/contrib/gnus-namazu.el $(PKG)/lisp/ 58 60 # touch $@ branches/3.00/pkginfo/setup.ini
r859 r860 50 50 category: MUA 51 51 requires: Meadow 52 version: 0.6-20060628-1 53 install: packages/gnus-20060628-1-pkg.tar.bz2 2062353 601480492c7cbee8520a84a155f2e58e 54 [prev] 52 55 version: 0.5-1 53 56 install: packages/ngnus-0.5-1-pkg.tar.bz2 2021617 fdfd05b72d2c9938cf25a0a944a0c754 54 [prev]55 version: 0.4-156 install: packages/ngnus-0.4-1-pkg.tar.bz2 2011944 2acd78f88c0882ca025d62e3f786722157 57 58 58 @ wanderlust
