diff options
| author | Adam Vandenberg | 2014-09-25 07:57:09 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-09-26 18:22:19 -0700 |
| commit | 10cb86c9a8789fa340cf82710565c92b826881c8 (patch) | |
| tree | 71f7c50f97ada5f5b033196c1d18f1824836d271 | |
| parent | 8cc6cc47b22db8430f90acd5e8f18a5bc0e8426c (diff) | |
| download | homebrew-10cb86c9a8789fa340cf82710565c92b826881c8.tar.bz2 | |
remove explicit skip_clean of libexec
libexec is now exempt from cleaning
| -rw-r--r-- | Library/Formula/apache-forrest.rb | 6 | ||||
| -rw-r--r-- | Library/Formula/glassfish.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/ringojs.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/scm-manager.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/tomcat.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/tomee-jax-rs.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/tomee-plus.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/tomee-webprofile.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/voldemort.rb | 2 |
9 files changed, 0 insertions, 27 deletions
diff --git a/Library/Formula/apache-forrest.rb b/Library/Formula/apache-forrest.rb index 3aea00cd7..4e93da897 100644 --- a/Library/Formula/apache-forrest.rb +++ b/Library/Formula/apache-forrest.rb @@ -10,12 +10,6 @@ class ApacheForrest < Formula sha1 '10a4442d46baeadd3ba3377ed29ed694c86ece25' end - # Prevent deletion of intentionally-empty subdirs inside of - # template directories: - skip_clean "libexec/main/template-sites", - "libexec/main/fresh-site", - "libexec/plugins/pluginTemplate" - def install libexec.install Dir['*'] bin.install_symlink "#{libexec}/bin/forrest" diff --git a/Library/Formula/glassfish.rb b/Library/Formula/glassfish.rb index c4ca0b1c5..d2299af09 100644 --- a/Library/Formula/glassfish.rb +++ b/Library/Formula/glassfish.rb @@ -5,9 +5,6 @@ class Glassfish < Formula url 'http://download.java.net/glassfish/4.0/release/glassfish-4.0.zip' sha1 'daca9808d80df35b26cd9545a84e8324ed34fe7e' - # To keep empty folders around - skip_clean 'libexec' - def install rm_rf Dir['bin/*.bat'] libexec.install Dir["*"] diff --git a/Library/Formula/ringojs.rb b/Library/Formula/ringojs.rb index 38cd39322..91b9d22eb 100644 --- a/Library/Formula/ringojs.rb +++ b/Library/Formula/ringojs.rb @@ -5,8 +5,6 @@ class Ringojs < Formula url 'http://ringojs.org/downloads/ringojs-0.10.tar.gz' sha1 'e8ca13e23ab757f1e52132a1357a59b107318e91' - skip_clean 'libexec/packages' - def install rm Dir['bin/*.cmd'] libexec.install Dir['*'] diff --git a/Library/Formula/scm-manager.rb b/Library/Formula/scm-manager.rb index 1f59d2451..db975aa10 100644 --- a/Library/Formula/scm-manager.rb +++ b/Library/Formula/scm-manager.rb @@ -6,8 +6,6 @@ class ScmManager < Formula version '1.39' sha1 'f0b6f6999db62480378b3f6d7ab57170af625b05' - skip_clean 'libexec/var/log' - resource 'client' do url 'http://maven.scm-manager.org/nexus/content/repositories/releases/sonia/scm/clients/scm-cli-client/1.39/scm-cli-client-1.39-jar-with-dependencies.jar' sha1 '2ee4c1d8275c38281ce1311795ebab50bc493eb4' diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb index 30e098e0a..1038c5ea2 100644 --- a/Library/Formula/tomcat.rb +++ b/Library/Formula/tomcat.rb @@ -20,9 +20,6 @@ class Tomcat < Formula sha1 "e65aa4e03c91479aecfcaf21a5e4d99449706d3b" end - # Keep log folders - skip_clean 'libexec' - def install # Remove Windows scripts rm_rf Dir['bin/*.bat'] diff --git a/Library/Formula/tomee-jax-rs.rb b/Library/Formula/tomee-jax-rs.rb index 9ef26b4e0..23c316f20 100644 --- a/Library/Formula/tomee-jax-rs.rb +++ b/Library/Formula/tomee-jax-rs.rb @@ -6,9 +6,6 @@ class TomeeJaxRs < Formula version '1.6.0.2' sha1 '53e438f72edb455f4d01464d2e00855fa055ad6b' - # Keep log folders - skip_clean 'libexec' - def install # Remove Windows scripts rm_rf Dir['bin/*.bat'] diff --git a/Library/Formula/tomee-plus.rb b/Library/Formula/tomee-plus.rb index ab2c3d8e6..c2ee9245b 100644 --- a/Library/Formula/tomee-plus.rb +++ b/Library/Formula/tomee-plus.rb @@ -6,9 +6,6 @@ class TomeePlus < Formula version '1.6.0.2' sha1 '11b605f2da94fbc2bc571e62578c1599c2a4a789' - # Keep log folders - skip_clean 'libexec' - def install # Remove Windows scripts rm_rf Dir['bin/*.bat'] diff --git a/Library/Formula/tomee-webprofile.rb b/Library/Formula/tomee-webprofile.rb index 37d92308a..3cb6c8882 100644 --- a/Library/Formula/tomee-webprofile.rb +++ b/Library/Formula/tomee-webprofile.rb @@ -6,9 +6,6 @@ class TomeeWebprofile < Formula version '1.6.0.2' sha1 'd68cdc7a21c8e2286140fc8e73c4192a3018c018' - # Keep log folders - skip_clean 'libexec' - def install # Remove Windows scripts rm_rf Dir['bin/*.bat'] diff --git a/Library/Formula/voldemort.rb b/Library/Formula/voldemort.rb index ef7d5818c..ed882bf8e 100644 --- a/Library/Formula/voldemort.rb +++ b/Library/Formula/voldemort.rb @@ -7,8 +7,6 @@ class Voldemort < Formula depends_on :ant => :build - skip_clean 'libexec/config' - def install system "ant" libexec.install %w(bin lib dist contrib) |
