ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Portage

by krizalys ALL

Portage package for Sublime Text.

Details

Installs

  • Total 215
  • Win 75
  • Mac 34
  • Linux 106
Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Portage

Sublime Portage is a Sublime Text package to support the Portage package manager.

Installation

Installation through Package Control

  1. Make sure you installed Package Control.
  2. Choose Install Package from the Command Palette (Ctrl+Shift+P on Windows & Linux, ⇧⌘P on Mac OS X).
  3. Select Portage and press Enter.

Additionally, with auto_upgrade enabled, Package Control will keep all installed packages up-to-date.

Manual installation

  1. Download any .tmTheme file from this repository.
  2. Choose Browse Packages from the Command Palette (Ctrl+Shift+P on Windows & Linux, ⇧⌘P on Mac OS X).
  3. Copy the .tmTheme file(s) to the Packages directory.

Building

To build the package by yourself, you need: - Python 3.4 or newer - Invoke

First, install the required dependencies.

Installing the dependencies globally

This requires super user prileges (using sudo in this example):

sudo pip install -r requirements.txt

Installing the dependencies locally

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

Support

Here is the current support status from the list of files supported by Portage.

/etc/portage/make.profile/ or /etc/make.profile/

  • [ ] site-specific overrides go in /etc/portage/profile/
  • [ ] deprecated
  • [ ] eapi
  • [ ] make.defaults
  • [x] packages
  • [ ] packages.build
  • [x] package.accept_keywords
  • [x] package.bashrc
  • [x] package.keywords
  • [x] package.mask
  • [x] package.provided
  • [x] package.unmask
  • [x] package.use
  • [x] package.use.force
  • [x] package.use.mask
  • [x] package.use.stable.force
  • [x] package.use.stable.mask
  • [ ] parent
  • [x] profile.bashrc
  • [ ] soname.provided
  • [X] use.force
  • [X] use.mask
  • [X] use.stable.mask
  • [X] use.stable.force
  • [ ] virtuals

/etc/portage/

  • [ ] bashrc
  • [ ] categories
  • [ ] color.map
  • [ ] license_groups
  • [ ] make.conf(5)
  • [ ] mirrors
  • [ ] modules
  • [x] package.accept_keywords
  • [x] package.accept_restrict
  • [x] package.env
  • [x] package.keywords
  • [x] package.license
  • [x] package.mask
  • [x] package.properties
  • [x] package.unmask
  • [x] package.use
  • [ ] postsync.d
  • [ ] repo.postsync.d
  • [ ] repos.conf
  • [ ] sets.conf

/etc/portage/env/

  • [ ] package-specific bashrc files

/etc/portage/profile/

  • [ ] site-specific overrides of /etc/portage/make.profile/

/etc/portage/sets/

  • [ ] user-defined package sets

/usr/portage/

  • [ ] sets.conf

/usr/portage/metadata/

  • [ ] layout.conf
  • [ ] pkg_desc_index

/usr/portage/profiles/

  • [ ] arch.list
  • [ ] categories
  • [ ] info_pkgs
  • [ ] info_vars
  • [ ] license_groups
  • [ ] make.defaults
  • [x] package.mask
  • [x] package.unmask
  • [x] package.use
  • [x] package.use.force
  • [x] package.use.mask
  • [x] package.use.stable.force
  • [x] package.use.stable.mask
  • [ ] profiles.desc
  • [ ] repo_name
  • [ ] thirdpartymirrors
  • [ ] use.desc
  • [X] use.force
  • [ ] use.local.desc
  • [X] use.mask
  • [X] use.stable.mask
  • [X] use.stable.force

/usr/share/portage/config/

  • [ ] make.globals
  • [ ] repos.conf
  • [ ] sets

/var/cache/edb/

  • [ ] misc internal cache files

/var/db/pkg/

  • [ ] database to track installed packages

/var/lib/portage/

  • [ ] config
  • [ ] world
  • [ ] world_sets

Credits

The Sublime Portage package is developed and maintained by Christophe Vidal.