Blacklist vim, screen and libarchive
This commit is contained in:
		
							parent
							
								
									bd6fb10361
								
							
						
					
					
						commit
						bbad458c9b
					
				@ -130,6 +130,20 @@ def make url
 | 
			
		||||
  force_text = "If you really want to make this formula use --force."
 | 
			
		||||
 | 
			
		||||
  case name.downcase
 | 
			
		||||
  when /vim/, /screen/
 | 
			
		||||
    raise <<-EOS
 | 
			
		||||
#{name} is blacklisted for creation
 | 
			
		||||
Apple distributes this program with OS X.
 | 
			
		||||
 | 
			
		||||
#{force_text}
 | 
			
		||||
    EOS
 | 
			
		||||
  when /libarchive/
 | 
			
		||||
    raise <<-EOS
 | 
			
		||||
#{name} is blacklisted for creation
 | 
			
		||||
Apple distributes this library with OS X, you can find it in /usr/lib.
 | 
			
		||||
 | 
			
		||||
#{force_text}
 | 
			
		||||
    EOS
 | 
			
		||||
  when /libxml/, /libxlst/, /freetype/, /libpng/
 | 
			
		||||
    raise <<-EOS
 | 
			
		||||
#{name} is blacklisted for creation
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user