Commit Graph

9 Commits (6eb503f34d216f9980b583c7559b828c3574149c)

Author SHA1 Message Date
Jack Nagel 6480ffda14 GNU global: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 20:42:01 -05:00
muddletoes 3e8cc71901 GNU global 6.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 20:42:01 -05:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg 53c8262edb Update global to 5.8.1 2010-03-16 11:40:07 -07:00
Martin Kühl fa9902ca71 Fix incorrect MD5 in `global`
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-16 19:35:55 +01:00
Martin Kuehl fbdd6ed809 Updated Formula: global 5.8
Also remove erroneous call to `Pathname#rm`.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-24 22:18:39 -08:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
David Höppner 77a777e8a2 GNU Global formula
GNU GLOBAL is a source code tagging system that works the same way across
diverse environments (emacs, vi, less, bash, web browser, etc). You can locate
specified objects in source files and move there easily. It is useful for
hacking a large project containing many subdirectories, many #ifdef and many
main() functions. It is similar to ctags or etags but is different from them
at the point of independence of any editor. It runs on a UNIX(POSIX)
compatible operating system like GNU and BSD.
2009-09-14 20:33:46 +01:00