Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
377aff98
Commit
377aff98
authored
Nov 23, 2015
by
Jonathan 'Tivs' Rainey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove iojs, no longer supported since it is merged into new node org
parent
0f0b0d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
packages/iojs.rb
packages/iojs.rb
+0
-19
No files found.
packages/iojs.rb
deleted
100644 → 0
View file @
0f0b0d91
require
'package'
class
Iojs
<
Package
version
'3.3.0'
source_url
'https://iojs.org/dist/v3.3.0/iojs-v3.3.0.tar.gz'
source_sha1
'17c199be74fdcd3f44b70386fb903dc7fbd7402a'
depends_on
'buildessential'
depends_on
'python27'
def
self
.
build
system
"CC='gcc' python2.7 ./configure"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment