Changeset 700
- Timestamp:
- 2005年08月31日 16時00分09秒 (3 years ago)
- Files:
-
- branches/2.10/pkginfo/ChangeLog (modified) (1 diff)
- branches/2.10/pkginfo/setup.ini (modified) (1 diff)
- branches/2.10/pkginfo/tdiary-mode/Makefile.pkg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.10/pkginfo/ChangeLog
r697 r700 1 2005-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 1 7 2005-08-28 KOSEKI Yoshinori <kose@meadowy.org> 2 8 branches/2.10/pkginfo/setup.ini
r697 r700 245 245 246 246 @ tdiary-mode 247 [ curr]247 [prev] 248 248 version: 1.5.6-2 249 249 install: packages/tdiary-mode-1.5.6-2-pkg.tar.gz 13053 250 [curr] 251 version: 20050831-1 252 install: packages/tdiary-mode-20050831-1-pkg.tar.gz 13521 250 253 251 254 @ wanderlust branches/2.10/pkginfo/tdiary-mode/Makefile.pkg
r634 r700 14 14 # make maintainer-clean 15 15 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 19 PKG=tdiary-mode-20050831 20 PKG_VERSION=1 19 21 BASE=tdiary-mode 20 PKG_URL= http://www.tdiary.org/download22 PKG_URL= 21 23 PKG_PATCH= 22 24 PKG_PKGINFO="URL: http://www.tdiary.org/" … … 39 41 40 42 $(LISPDIR)/$(BASE)/$(TARGET): $(PKG) 41 (cd $(PKG) /misc/tdiary-mode; \43 (cd $(PKG); \ 42 44 $(EMACS) -q -batch -no-site-file -eval '(byte-compile-file "http.el")'; \ 43 45 $(EMACS) -q -batch -no-site-file -eval '(setq load-path (push "." load-path))' -eval '(byte-compile-file "tdiary-mode.el")';) 44 46 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)/ 47 48 48 49 $(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) 52 54 53 55 uninstall: 54 56 rm -rf $(LISPDIR)/$(BASE) 57 rm -rf $(PKGINFO)/$(BASE)/ 55 58 56 59 pkg: $(PKG)-$(PKG_VERSION)-pkg.tar.gz
