[Pkg] Packages: Sake-Packages-kph.5.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Oct 25 23:55:53 UTC 2008


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

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

Name: Sake-Packages-kph.5
Author: kph
Time: 26 October 2008, 12:55:44 am
UUID: 7aca8352-d19e-4e02-828f-3a41d467742b
Ancestors: Sake-Packages-kph.4

removed PackagesAllVersions

=============== Diff against Sake-Packages-kph.4 ===============

Item was changed:
  ----- Method: PackagesBeta>>Packages (in category 'Group Development') -----
  Packages
+  	
- 
- 	| thisVersion |
- 	
  	self name: 'Packages'.
  
   	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 := 'Packages-', (SystemVersion current majorMinorVersion copyWithout: $.).
- 
  	self load: [
  		 Installer squeaksource project: 'Packages'; 
+ 			install: 'Sake-Packages'.
- 			install: 'Packages-Core';
- 		     install: 'Packages-Common';
- 			install: thisVersion.
  	].
  
  	self unload: [
+  		Installer mc unload: 'Sake-Packages'.
- 		Installer mc unload: thisVersion.
- 		Installer mc unload: 'Packages-Common'.
  		Installer mc unload: 'Packages-Core'.
  	].
  			
  		
  !

Item was removed:
- ----- Method: PackagesBeta>>PackagesAllVersions (in category 'Group Development') -----
- PackagesAllVersions
- 
- 	| thisVersion |
- 	
- 	self name: 'PackagesAllVersions'.
- 
- 	"version number tracks MC"
- 	self version: '1+'.
- 
- 	info description: 'Package definitions for all versions of squeak'.
- 	info author: 'keith_hodges at yahoo.co.uk'.
- 	info owner: 'Keith Hodges'.
- 
- 	self provides: #('Packages').
- 	 
- 	self dependsOn: { 'Sake' }.
- 
- 	thisVersion := 'Packages-', (SystemVersion current majorMinorVersion copyWithout: $.).
- 
- 	self load: [
- 		Installer squeaksource project: 'Packages';
- 			install: 'Packages-Core';
- 			install: 'Packages-Common';
- 			install: 'Packages-SqueakMap';
- 			install: 'Packages-Squeak37';
- 			install: 'Packages-Squeak38';
- 			install: 'Packages-Squeak39';
- 			install: 'Packages-Squeak310';
- 			yourself
- 	].
- 
- 	self unload: [
- 		Installer mc unload: 'Packages-SqueakMap'.
- 		Installer mc unload: 'Packages-Squeak37'.
- 		Installer mc unload: 'Packages-Squeak38'.
- 		Installer mc unload: 'Packages-Squeak39'.
- 		Installer mc unload: 'Packages-Squeak310'.
- 		Installer mc unload: 'Packages-Common'.
- 		Installer mc unload: 'Packages-Core'.
- 	].
- 			
- 		
- !



More information about the Packages mailing list