Browse Source

linux-gentoo: ++virtualbox

master
Maxim Likhachev 5 years ago
parent
commit
e187825c29
  1. 1
      README.md
  2. 1
      roles/linux-gentoo/vars/applications.yml
  3. 1
      roles/linux-gentoo/vars/portage.yml
  4. 1
      roles/linux-gentoo/vars/system.yml

1
README.md

@ -56,6 +56,7 @@ $ make
- [docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container. - [docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container.
- [libpod](https://github.com/containers/libpod/) - Library and podman tool for running OCI-based containers in Pods. - [libpod](https://github.com/containers/libpod/) - Library and podman tool for running OCI-based containers in Pods.
- [skopeo](https://github.com/containers/skopeo) - Command line utility foroperations on container images and image repositories. - [skopeo](https://github.com/containers/skopeo) - Command line utility foroperations on container images and image repositories.
- [virtualbox-bin](https://www.virtualbox.org/) - Family of powerful x86 virtualization products for enterprise and home use.
- [recoll](https://www.lesbonscomptes.com/recoll/) - A personal full text search package. - [recoll](https://www.lesbonscomptes.com/recoll/) - A personal full text search package.
- [gentoolkit](https://wiki.gentoo.org/wiki/Project:Portage-Tools) - Collection of administration scripts for Gentoo. - [gentoolkit](https://wiki.gentoo.org/wiki/Project:Portage-Tools) - Collection of administration scripts for Gentoo.
- ~~[odt2txt](https://github.com/dstosberg/odt2txt/) - Convert OpenDocument files to plain text.~~ - ~~[odt2txt](https://github.com/dstosberg/odt2txt/) - Convert OpenDocument files to plain text.~~

1
roles/linux-gentoo/vars/applications.yml

@ -45,6 +45,7 @@ apps:
- app-emulation/buildah # https://github.com/containers/buildah A tool that facilitates building OCI images. - app-emulation/buildah # https://github.com/containers/buildah A tool that facilitates building OCI images.
- app-emulation/skopeo # https://github.com/containers/skopeo Command line utility foroperations on container images and image repositories. - app-emulation/skopeo # https://github.com/containers/skopeo Command line utility foroperations on container images and image repositories.
- app-emulation/libpod # https://github.com/containers/libpod/ Library and podman tool for running OCI-based containers in Pods. - app-emulation/libpod # https://github.com/containers/libpod/ Library and podman tool for running OCI-based containers in Pods.
- app-emulation/virtualbox-bin # https://www.virtualbox.org/ Family of powerful x86 virtualization products for enterprise and home use.
- app-misc/jq # https://stedolan.github.io/jq/ Lightweight and flexible command-line JSON processor. - app-misc/jq # https://stedolan.github.io/jq/ Lightweight and flexible command-line JSON processor.
- app-misc/nnn # https://github.com/jarun/nnn Tiny, lightning fast, feature-packed file manager. - app-misc/nnn # https://github.com/jarun/nnn Tiny, lightning fast, feature-packed file manager.
- app-misc/vifm # https://vifm.info/ Ncurses based file manager with vi like keybindings. - app-misc/vifm # https://vifm.info/ Ncurses based file manager with vi like keybindings.

1
roles/linux-gentoo/vars/portage.yml

@ -66,6 +66,7 @@ gentoo:
######## python 2.7 only ######## ######## python 2.7 only ########
- sys-apps/calculate-utils minimal gpg -backup -install -console python_targets_python2_7 - sys-apps/calculate-utils minimal gpg -backup -install -console python_targets_python2_7
- sys-apps/file python python_targets_python2_7 - sys-apps/file python python_targets_python2_7
- "app-emulation/virtualbox-bin PYTHON_TARGETS: python2_7"
- "dev-python/soaplib PYTHON_TARGETS: python2_7" - "dev-python/soaplib PYTHON_TARGETS: python2_7"
- "dev-python/pytz PYTHON_TARGETS: python2_7" - "dev-python/pytz PYTHON_TARGETS: python2_7"

1
roles/linux-gentoo/vars/system.yml

@ -1,6 +1,7 @@
system: system:
tty_consoles: 4 tty_consoles: 4
console_font: cyr-sun16
optimisation: optimisation:
prelink: yes prelink: yes

Loading…
Cancel
Save