Sublime Portage is a Sublime Text package to support the Portage package manager.
- Make sure you installed Package Control.
- Choose Install Package from the Command Palette (
Ctrl+Shift+P
on Windows & Linux,⇧⌘P
on Mac OS X). - Select Portage and press
Enter
.
Additionally, with auto_upgrade enabled, Package Control will keep all installed packages up-to-date.
- Download any
.tmTheme
file from this repository. - Choose Browse Packages from the Command Palette (
Ctrl+Shift+P
on Windows & Linux,⇧⌘P
on Mac OS X). - Copy the
.tmTheme
file(s) to thePackages
directory.
To build the package by yourself, you need:
First, install the required dependencies.
This requires super user prileges (using sudo in this example):
sudo pip install -r requirements.txt
This does not require super user prileges. On most systems, local dependencies
are installed in ~/.local
.
pip install -r requirements.txt --user
You may now build the package.
If the default Python binary is 3.4 or newer, and you installed the dependencies globally:
inv build
If the default Python binary is not 3.4 or newer, or you installed the dependencies locally.
In this example, we assume that python3.4
is the name of the Python 3.4
binary, and we assume that local dependencies are installed in ~/.local
:
python3.4 ~/.local/bin/inv build
Here is the current support status from the list of files supported by Portage.
- site-specific overrides go in /etc/portage/profile/
- deprecated
- eapi
- make.defaults
- packages
- packages.build
- package.accept_keywords
- package.bashrc
- package.keywords
- package.mask
- package.provided
- package.unmask
- package.use
- package.use.force
- package.use.mask
- package.use.stable.force
- package.use.stable.mask
- parent
- profile.bashrc
- soname.provided
- use.force
- use.mask
- use.stable.mask
- use.stable.force
- virtuals
- bashrc
- categories
- color.map
- license_groups
- make.conf(5)
- mirrors
- modules
- package.accept_keywords
- package.accept_restrict
- package.env
- package.keywords
- package.license
- package.mask
- package.properties
- package.unmask
- package.use
- postsync.d
- repo.postsync.d
- repos.conf
- sets.conf
- package-specific bashrc files
- site-specific overrides of /etc/portage/make.profile/
- user-defined package sets
- sets.conf
- layout.conf
- pkg_desc_index
- arch.list
- categories
- info_pkgs
- info_vars
- license_groups
- make.defaults
- package.mask
- package.unmask
- package.use
- package.use.force
- package.use.mask
- package.use.stable.force
- package.use.stable.mask
- profiles.desc
- repo_name
- thirdpartymirrors
- use.desc
- use.force
- use.local.desc
- use.mask
- use.stable.mask
- use.stable.force
- make.globals
- repos.conf
- sets
- misc internal cache files
- database to track installed packages
- config
- world
- world_sets
The Sublime Portage package is developed and maintained by Christophe Vidal.