Changeset 649
- Timestamp:
- 2005年05月23日 10時57分07秒 (3 years ago)
- Files:
-
- branches/2.10/pkginfo/ChangeLog (modified) (1 diff)
- branches/2.10/pkginfo/gnus/Makefile.pkg (modified) (2 diffs)
- branches/2.10/pkginfo/setup.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.10/pkginfo/ChangeLog
r648 r649 1 2005-05-23 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * setup.ini (gnus-0.3-1-pkg): [Curr] Release. 4 * gnus/Makefile.pkg (PKG): No Gnus 0.3 (2005/5/1 Released) 5 1 6 2005-04-11 KOSEKI Yoshinori <kose@meadowy.org> 2 7 branches/2.10/pkginfo/gnus/Makefile.pkg
r623 r649 14 14 # make maintainer-clean 15 15 16 # 2004/05/01 No Gnus 0.2 Release 17 # PKG=ngnus-0.2 18 # PKG_URL=ftp://ftp.gnus.org/pub/gnus 19 PKG_URL= ftp://ftp.gnus.org/pub/gnus/snapshots/ 20 #PKG=gnus-CURRENT-$(shell date +%Y%m%d) 21 PKG=gnus-$(shell date +%Y%m%d) 16 # 2005/05/01 No Gnus 0.3 Release 17 PKG=ngnus-0.3 18 PKG_URL=ftp://ftp.gnus.org/pub/gnus 19 # PKG_URL= ftp://ftp.gnus.org/pub/gnus/snapshots/ 20 # PKG=gnus-$(shell date +%Y%m%d) 22 21 BASE=gnus 23 22 PKG_VERSION=1 … … 50 49 51 50 $(PKG) : 52 #wget $(PKG_URL)/$@.tar.gz53 #tar zxf $@.tar.gz54 wget $(PKG_URL)/gnus-CURRENT-$(shell date +%Y%m%d).tar.gz55 tar zxf gnus-CURRENT-$(shell date +%Y%m%d).tar.gz56 mv gnus-CURRENT-$(shell date +%Y%m%d) $(PKG)51 wget $(PKG_URL)/$@.tar.gz 52 tar zxf $@.tar.gz 53 # wget $(PKG_URL)/gnus-CURRENT-$(shell date +%Y%m%d).tar.gz 54 # tar zxf gnus-CURRENT-$(shell date +%Y%m%d).tar.gz 55 # mv gnus-CURRENT-$(shell date +%Y%m%d) $(PKG) 57 56 cp -fp $(PKG)/contrib/gnus-namazu.el $(PKG)/lisp/ 58 57 touch $@ branches/2.10/pkginfo/setup.ini
r648 r649 82 82 @ gnus 83 83 [prev] 84 version: 20050217-185 install: packages/gnus-20050217-1-pkg.tar.gz 263830486 [curr]87 84 version: 20050411-1 88 85 install: packages/gnus-20050411-1-pkg.tar.gz 2598854 86 [curr] 87 version: 0.3-1 88 install: packages/gnus-0.3-1-pkg.tar.gz 2602059 89 89 90 90 @ gnuserv
