Changeset 700

Show
Ignore:
Timestamp:
2005年08月31日 16時00分09秒 (3 years ago)
Author:
kose
Message:

* setup.ini (tdiary-mode-20050831-1-pkg): [Curr] Release.
* tdiary-mode/Makefile.pkg (PKG): CVS snapshot.
tdiary-mode.el:1.4 http.el:1.3 for tDiary-2.0.2, 2.1.2.

Files:

Legend:

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

    r697 r700  
     12005-08-31  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * setup.ini (tdiary-mode-20050831-1-pkg): [Curr] Release. 
     4        * tdiary-mode/Makefile.pkg (PKG): CVS snapshot. 
     5        tdiary-mode.el:1.4  http.el:1.3 for tDiary-2.0.2, 2.1.2. 
     6 
    172005-08-28  KOSEKI Yoshinori  <kose@meadowy.org> 
    28 
  • branches/2.10/pkginfo/setup.ini

    r697 r700  
    245245 
    246246@ tdiary-mode 
    247 [curr
     247[prev
    248248version: 1.5.6-2 
    249249install: packages/tdiary-mode-1.5.6-2-pkg.tar.gz 13053 
     250[curr] 
     251version: 20050831-1 
     252install: packages/tdiary-mode-20050831-1-pkg.tar.gz 13521 
    250253 
    251254@ wanderlust 
  • branches/2.10/pkginfo/tdiary-mode/Makefile.pkg

    r634 r700  
    1414# make maintainer-clean 
    1515 
    16 PKG=tdiary-mode-1.5.6 
    17 OPKG=tdiary-1.5.6 
    18 PKG_VERSION=2 
     16# PKG=tdiary-mode-1.5.6 
     17# OPKG=tdiary-1.5.6 
     18# CVS tdiary-mode.el:1.4  http.el:1.3 
     19PKG=tdiary-mode-20050831 
     20PKG_VERSION=1 
    1921BASE=tdiary-mode 
    20 PKG_URL=http://www.tdiary.org/download 
     22PKG_URL=  
    2123PKG_PATCH= 
    2224PKG_PKGINFO="URL: http://www.tdiary.org/" 
     
    3941 
    4042$(LISPDIR)/$(BASE)/$(TARGET): $(PKG) 
    41         (cd $(PKG)/misc/tdiary-mode; \ 
     43        (cd $(PKG); \ 
    4244        $(EMACS) -q -batch -no-site-file -eval '(byte-compile-file "http.el")'; \ 
    4345        $(EMACS) -q -batch -no-site-file -eval '(setq load-path (push "." load-path))' -eval '(byte-compile-file "tdiary-mode.el")';) 
    4446        if test ! -d $(LISPDIR)/$(BASE); then mkdir -p $(LISPDIR)/$(BASE); fi 
    45         cp -p $(PKG)/misc/tdiary-mode/*.el $(LISPDIR)/$(BASE)/ 
    46         cp $(PKG)/misc/tdiary-mode/*.elc $(LISPDIR)/$(BASE)/ 
     47        cp -p $(PKG)/* $(LISPDIR)/$(BASE)/ 
    4748 
    4849$(PKG) : 
    49         wget $(PKG_URL)/$(OPKG).tar.gz 
    50         tar zxf $(OPKG).tar.gz 
    51         mv $(OPKG) $@ 
     50        mkdir $@ 
     51        (cd $@; \ 
     52        wget 'http://cvs.sourceforge.net/viewcvs.py/*checkout*/tdiary/contrib/util/tdiary-mode/http.el' -O http.el; \ 
     53        wget 'http://cvs.sourceforge.net/viewcvs.py/*checkout*/tdiary/contrib/util/tdiary-mode/tdiary-mode.el' -O tdiary-mode.el) 
    5254 
    5355uninstall: 
    5456        rm -rf $(LISPDIR)/$(BASE) 
     57        rm -rf $(PKGINFO)/$(BASE)/ 
    5558 
    5659pkg: $(PKG)-$(PKG_VERSION)-pkg.tar.gz