aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnome-doc-utils.rb
AgeCommit message (Collapse)Author
2014-10-26Use opt helpers instead of hardcoded pathsJack Nagel
2014-10-23gnome-doc-utils: add 0.20.10 bottle.BrewTestBot
2014-04-03Revert "Use download.gnome.org instead of ftp.gnome.org"Jack Nagel
This reverts commit 90575346225fd0c16475ad74ee53b37b62715f0c. Closes #28026.
2014-03-30Use download.gnome.org instead of ftp.gnome.orgJack Nagel
2014-03-14Remove remaining explicit xz build-time depsJack Nagel
These dependencies are automatically detected from the URL, so declaring them is redundant. If these formulae ever get a head or devel spec, then explicit xz deps would need to be re-scoped appropriately. Thus we should remove them.
2014-01-04gnome-doc-utils: cleanup python usage.Mike McQuaid
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-02-03gnome-doc-utils: intltool is a build-time depJack Nagel
2013-01-26gnome-doc-utils: depend on libxml2 'with-python'Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-25caveat and other cleanupsAdam Vandenberg
2012-09-05Use HTTP for gnome URLsJack Nagel
c.f. #10377. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-11gnome-doc-utils 0.20.10Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-06gnome-doc-utils: set XML_CATALOG_FILESJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-29gnome-doc-utils: set PYTHONPATH for libxml2 moduleJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-21gnome-doc-utils: clarify libxml2 dependencyAdam Vandenberg
2011-12-10New formula: gnome-doc-utilsJustin Clift
Closes #9066. Signed-off-by: Jack Nagel <jacknagel@gmail.com>