aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gpgme.rb
AgeCommit message (Collapse)Author
2011-02-12Upgrade gpgme to 1.3.0.Mike McQuaid
2010-11-18Formula gpgme url fixburningTyger
I corrected the gpgme home page url to reflect the fact that gpgme is more than just gpg. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-04-15GPGME depends on gnupg.Cameron Walters
GnuPG needs to be built before GPGME to prevent an error in the Ruby gpgme gem: ArgumentError (released ctx): gpgme (1.0.8) lib/gpgme.rb:967:in `gpgme_set_armor' gpgme (1.0.8) lib/gpgme.rb:967:in `armor=' Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-18Add --disable-asm flag to gpgme and libgpg-error to fix a segfault on ↵ydnar
current generation iMac. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-11-07GPGME formulaDean Strelau
The GNU Privacy Guard Made Easy C library.