Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
d71c8bea
Commit
d71c8bea
authored
12 years ago
by
Adam Vandenberg
Browse files
Options
Downloads
Patches
Plain Diff
formula: cinch up formatting
parent
a63fa435
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Library/Homebrew/formula.rb
+6
-11
6 additions, 11 deletions
Library/Homebrew/formula.rb
with
6 additions
and
11 deletions
Library/Homebrew/formula.rb
+
6
−
11
View file @
d71c8bea
...
...
@@ -149,9 +149,8 @@ class Formula
def
plist_manual
;
self
.
class
.
plist_manual
end
def
plist_startup
;
self
.
class
.
plist_startup
end
def
build
self
.
class
.
build
end
# Defined and active build-time options.
def
build
;
self
.
class
.
build
;
end
def
opt_prefix
;
HOMEBREW_PREFIX
/
:opt
/
name
end
...
...
@@ -168,9 +167,7 @@ class Formula
# Can be overridden to selectively disable bottles from formulae.
# Defaults to true so overridden version does not have to check if bottles
# are supported.
def
pour_bottle?
true
end
def
pour_bottle?
;
true
end
# tell the user about any caveats regarding this package, return a string
def
caveats
;
nil
end
...
...
@@ -183,8 +180,7 @@ class Formula
# return a Hash eg.
# {
# :p0 => ['http://foo.com/patch1', 'http://foo.com/patch2'],
# :p1 => 'http://bar.com/patch2',
# :p2 => ['http://moo.com/patch5', 'http://moo.com/patch6']
# :p1 => 'http://bar.com/patch2'
# }
# The final option is to return DATA, then put a diff after __END__. You
# can still return a Hash with DATA as the value for a patch level key.
...
...
@@ -284,7 +280,7 @@ class Formula
end
def
self
.
class_s
name
#remove invalid characters and then camelcase it
#
remove invalid characters and then camelcase it
name
.
capitalize
.
gsub
(
/[-_.\s]([a-zA-Z0-9])/
)
{
$1
.
upcase
}
\
.
gsub
(
'+'
,
'x'
)
end
...
...
@@ -589,7 +585,6 @@ public
def
fetch
# Ensure the cache exists
HOMEBREW_CACHE
.
mkpath
return
@downloader
.
fetch
,
@downloader
end
...
...
@@ -806,7 +801,7 @@ private
@test
=
block
end
private
private
def
post_depends_on
(
dep
)
# Generate with- or without- options for optional and recommended
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment