Commit graph

13 commits

Author SHA1 Message Date
Ralph Schindler
edd6fc078b gphoto2 2.5.2
Closes Homebrew/homebrew#19954.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-22 20:48:17 -07:00
Nick Zavaritsky
42e448e8b5 gphoto2 2.5.1
Closes Homebrew/homebrew#18535.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-17 08:47:29 -07:00
Jack Nagel
8c29982153 Revert "Rename readline to gnu-readline"
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.

Turns out one of the "other things" is a dealbreaker.

We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.

So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
2012-11-10 21:12:26 -06:00
Jack Nagel
e2f9856882 Rename readline to gnu-readline
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.

The implications of this are:

 - Anything that depends on readline will reinstall it as
   "gnu-readline". Anything already installed will continue to function.

 - "brew upgrade readline" will say "gnu-readline not installed", as
   "readline" is now an alias.

 - Probably other things.

So there are some downsides, but we will just have to deal with them.

Fixes Homebrew/homebrew#15776.
2012-11-10 20:07:32 -06:00
Ed Barnard
bce54fe9d0 Updated gphoto2 and libgphoto2 to version 2.5.0.
Closes Homebrew/homebrew#15580.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-21 08:32:35 -07:00
Adam Vandenberg
39cd2e7db8 gphoto2 2.4.14 2012-06-27 11:48:00 -07:00
Adam Vandenberg
3ba1493a15 gphoto2 2.4.11 2011-08-13 20:41:29 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg
19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
kmowery
0a35453960 Updated gphoto2 and libgphoto2 to 2.4.10.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-18 15:35:12 -07: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
Anton P. Linevich
005bb1ee2b Formula Update: gphoto2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-25 18:52:42 -07:00
Anton P. Linevich
56eb00fc17 New formula: gphoto2, libgphoto2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Update deps for both brews
2010-04-27 11:53:10 -07:00