aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/couchdb-lucene.rb
AgeCommit message (Collapse)Author
2013-11-06clusterit/couchdb-lucene conflictAdam Vandenberg
2013-04-06Remove unnecessary/unused UserName plist keys.Mike McQuaid
Fixes #18293.
2013-03-28Change github /tarball/ URLs to /archive/ for formulae A-KAndrew Janke
The `brew audit` check complains about the older /tarball/ URL scheme. Update formulae to use the new /archive/ URL and update the SHA to match. Closes #18813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-31couchdb-lucene: update generated ini fileBen Cohen
Fixes #17452. Closes #17471. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-26couchdb-lucene: style nitsAdam Vandenberg
2013-01-01couchdb-lucene v0.9.0Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25Make generic caveats for launchd plist files.Mike McQuaid
2012-09-09Let plists be installed automaticallyAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07Convert some /usr/bin/which calls to use the 'which' methodJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Add and use plist helper methodsJack Nagel
These will be used to unify the label namespaces in embedded plists, i.e. 'homebrew.mxcl.<formula>'. plist_path returns the full path to a plist file located at the top level of the keg; plist_path.basename can be used if just the filename is needed. c.f. #9346. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Normalize paths in embedded plist filesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-12couchdb-lucene 0.8.0Robert Newson
Also re-enabled tests Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02Fix plist permissions for LionAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05Clean up LaunchAgent caveats.Carlos Rodriguez
Documentation now has instructions on creating ~/Library/LaunchAgents directory for first time installs of Formulas. Appending trailing slash to Formula documentation in regards to copying plists to LaunchAgents directory. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-06Update couchdb-lucene to 0.6.0.Mike McQuaid
Closes #3287.
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-01couchdb-lucene: recommend putting plist in user-specific directoryTrevor Turk
Signed-off-by: David Höppner <0xffea@gmail.com> * merge 2 commits
2010-08-08Update formulae to use path shortcutsAdam Vandenberg
2010-07-04couchdb-lucene version 0.5.3Adam Vandenberg
2010-05-02update couchdb-lucene to 0.5.0Trevor Turk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-25adding couchdb-lucene formulaCarlo Cabanilla
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Tweaked path concatenation a bit * Tweaked writing out the config file a bit