127 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			127 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|   | # typed: false | ||
|  | # frozen_string_literal: true | ||
|  | 
 | ||
|  | # List of formulae that had a revision in linuxbrew-core | ||
|  | # that was different than in homebrew-core | ||
|  | # We will use this list to modify the version_sheme | ||
|  | # during the migration from linuxbrew-core to homebrew-core. | ||
|  | 
 | ||
|  | LINUXBREW_CORE_MIGRATION_LIST = %w[
 | ||
|  |   afuse | ||
|  |   apng2gif | ||
|  |   apr-util | ||
|  |   archivemount | ||
|  |   argon2 | ||
|  |   arpack | ||
|  |   asciinema | ||
|  |   atdtool | ||
|  |   augustus | ||
|  |   avfs | ||
|  |   bandcamp-dl | ||
|  |   cairo | ||
|  |   ccls | ||
|  |   codemod | ||
|  |   cquery | ||
|  |   credstash | ||
|  |   csvtomd | ||
|  |   cvs | ||
|  |   cxxtest | ||
|  |   datetime-fortran | ||
|  |   ddd | ||
|  |   diceware | ||
|  |   docbook2x | ||
|  |   docker-squash | ||
|  |   doitlive | ||
|  |   double-conversion | ||
|  |   exif | ||
|  |   expect | ||
|  |   fades | ||
|  |   fastme | ||
|  |   fbi-servefiles | ||
|  |   foma | ||
|  |   fontconfig | ||
|  |   freeglut | ||
|  |   ftgl | ||
|  |   gcc@5
 | ||
|  |   gettext | ||
|  |   gflags | ||
|  |   ghc@8.6
 | ||
|  |   ghc@8.8
 | ||
|  |   git-remote-hg | ||
|  |   gitfs | ||
|  |   gitless | ||
|  |   gitup | ||
|  |   glade | ||
|  |   glew | ||
|  |   glui | ||
|  |   goolabs | ||
|  |   gperftools | ||
|  |   grip | ||
|  |   gtkmm | ||
|  |   hdf5@1.8
 | ||
|  |   htop | ||
|  |   intltool | ||
|  |   io | ||
|  |   jed | ||
|  |   jinja2-cli | ||
|  |   legit | ||
|  |   libebml | ||
|  |   libexif | ||
|  |   libffi | ||
|  |   libgetdata | ||
|  |   libhttpseverywhere | ||
|  |   libproxy | ||
|  |   libtool | ||
|  |   libxslt | ||
|  |   literate-git | ||
|  |   llvm@11
 | ||
|  |   llvm@7
 | ||
|  |   llvm@8
 | ||
|  |   llvm@9
 | ||
|  |   lua | ||
|  |   lua@5.1
 | ||
|  |   lua@5.3
 | ||
|  |   magic-wormhole | ||
|  |   mecab | ||
|  |   mosh | ||
|  |   mps-youtube | ||
|  |   ncview | ||
|  |   notifiers | ||
|  |   openmotif | ||
|  |   osmfilter | ||
|  |   pachi | ||
|  |   packmol | ||
|  |   passpie | ||
|  |   pius | ||
|  |   pkg-config | ||
|  |   plotutils | ||
|  |   plplot | ||
|  |   postgresql@9.4
 | ||
|  |   postgresql@9.5
 | ||
|  |   pssh | ||
|  |   pup | ||
|  |   pyvim | ||
|  |   ratfor | ||
|  |   remarshal | ||
|  |   reprepro | ||
|  |   rtv | ||
|  |   s3cmd | ||
|  |   scalapack | ||
|  |   securefs | ||
|  |   softhsm | ||
|  |   statik | ||
|  |   stormssh | ||
|  |   superlu | ||
|  |   tasksh | ||
|  |   termtosvg | ||
|  |   tinyxml | ||
|  |   vsts-cli | ||
|  |   xclip | ||
|  |   xerces-c | ||
|  |   xmlto | ||
|  |   xmltoman | ||
|  |   xmount | ||
|  |   xxhash | ||
|  |   zabbix-cli | ||
|  | ].freeze |