[Pkg] Packages: Packages-Library-kph.95.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Jul 18 02:37:38 UTC 2009


A new version of Packages-Library was added to project Packages:
http://www.squeaksource.com/Packages/Packages-Library-kph.95.mcz

==================== Summary ====================

Name: Packages-Library-kph.95
Author: kph
Time: 18 July 2009, 3:37:27 am
UUID: ef6bd399-012f-414d-a33c-e444a7a64941
Ancestors: Packages-Library-kph.94

Tasks, define a latest block

=============== Diff against Packages-Library-kph.94 ===============

Item was changed:
  ----- Method: PackagesDev>>Tasks (in category 'Group Development') -----
  Tasks
  
  	| thisVersion sqVersion testCandidate |
  	
  	self name: 'Tasks'.
  	self mcName: 'Tasks-Common'.
  
  	self version: '1+'.
  
  	info description: 'Package definitions for this version of squeak'.
  	info author: 'keith_hodges at yahoo.co.uk'.
  	info owner: 'Keith Hodges'.
  	 
  	self dependsOn: { 'Sake' }.
  
  	thisVersion := 'Tasks-', (sqVersion := SystemVersion current majorMinorVersion copyWithout: $.).
  	testCandidate := ( sqVersion, 'PlusOne') asSymbol.
  	
+ 	self latest: [
- 	self load: [
  		
  		 Installer squeaksource project: 'Bob'; 
  			install: 'Tasks-Common';
  			install: thisVersion.
   		 
  		((Smalltalk classNamed: testCandidate) ifNil: [ self stop ]) releaseCandidateTasksInstaller install.	
  	].
  
  	self unload: [
  		Installer mc unload: thisVersion.
  		Installer mc unload: 'Tasks-Common'.
  	].
  			
  		
  !



More information about the Packages mailing list