Skip to content

Commit

Permalink
Remove SmartOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Mar 13, 2014
1 parent 8e2f375 commit c06e9d8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion metadata.rb
Expand Up @@ -11,7 +11,6 @@
supports 'fedora'
supports 'freebsd'
supports 'mac_os_x'
supports 'smartos'
supports 'ubuntu'
supports 'windows'

Expand Down
6 changes: 0 additions & 6 deletions recipes/_compile.rb
Expand Up @@ -40,10 +40,4 @@
when 'mac_os_x'
raise 'Need to fix build-essential for OSX'
when 'rhel'
when 'smartos'
package 'autoconf'
package 'binutils'
package 'gcc47'
package 'gmake'
package 'pkg-config'
end
4 changes: 0 additions & 4 deletions recipes/_git.rb
Expand Up @@ -48,10 +48,6 @@
package 'gettext-devel'
package 'perl-ExtUtils-MakeMaker'
package 'zlib-devel'
when 'smartos'
package 'curl'
package 'expat'
package 'gettext'
end

# For whatever reason, FreeBSD requires gmake instead of make
Expand Down
2 changes: 0 additions & 2 deletions recipes/_openssl.rb
Expand Up @@ -34,6 +34,4 @@
# See: http://stackoverflow.com/questions/17477933
when 'rhel'
package 'openssl-devel'
when 'smartos'
package 'openssl'
end
3 changes: 0 additions & 3 deletions recipes/_packaging.rb
Expand Up @@ -29,11 +29,8 @@
when 'freebsd'
package 'ncurses'
when 'mac_os_x'
Chef::Log.debug 'No packaging packages for rhel'
when 'rhel'
package 'rpm-build'
package 'ncurses-devel'
package 'zlib-devel'
when 'smartos'
package 'ncurses'
end
4 changes: 0 additions & 4 deletions recipes/_xml.rb
Expand Up @@ -40,8 +40,4 @@
package 'libxslt-devel'
package 'ncurses-devel'
package 'zlib-devel'
when 'smartos'
package 'libxml2'
package 'libxslt'
package 'ncurses'
end
2 changes: 0 additions & 2 deletions recipes/_yaml.rb
Expand Up @@ -31,6 +31,4 @@
package 'libyaml'
when 'rhel'
Chef::Log.debug 'No yaml packages for rhel'
when 'smartos'
package 'libyaml'
end

0 comments on commit c06e9d8

Please sign in to comment.