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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Feb 22 18:14:10 UTC 2009


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

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

Name: Packages-Library-kph.38
Author: kph
Time: 22 February 2009, 6:13:52 pm
UUID: 8f3d7c0f-010c-11de-8efb-000a95edb42a
Ancestors: Packages-Library-dc.37

+ Tasks are now in the Bob repository
+ use versionIndefinite

=============== Diff against Packages-Library-dc.37 ===============

Item was changed:
  ----- Method: PackagesDev>>Tasks (in category 'Group Development') -----
  Tasks
  
  	| thisVersion sqVersion testCandidate |
  	
  	self name: 'Tasks'.
  	self info 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 := ('ReleaseAfter', sqVersion) asSymbol.
  	
  	self load: [
+ 		 Installer squeaksource project: 'Bob'; 
- 		 Installer squeaksource project: 'Tasks'; 
  			install: 'Tasks-Common';
  			install: thisVersion.
   		 
  		((Smalltalk classNamed: testCandidate) ifNil: [ self stop ]) releaseCandidateTasksInstaller install.	
  	].
  
  	self unload: [
  		Installer mc unload: thisVersion.
  		Installer mc unload: 'Tasks-Common'.
  	].
  			
  		
  !

Item was changed:
  ----- Method: PackagesBeta>>defaultAction (in category 'Web Development') -----
  defaultAction
  
+ 	self versionIndefinite.
- 	self version: self version, '+'.
  
  	^ [ self info url ifNotNilDo: [ :url | (Installer fromUrl: url) latest install ] ]!

Item was changed:
  ----- Method: Seaside29Beta>>defaultAction (in category 'as yet unclassified') -----
  defaultAction
  
+ 	self versionIndefinite.
+ 	
- 	self version: self version, '+'.
- 
  	^ [ self info url ifNotNilDo: [ :url | (Installer fromUrl: url) latest install ] ]!



More information about the Packages mailing list