Browse Source

linux-gentoo: --newsboat, python2.7

master
Maxim Likhachev 5 years ago
parent
commit
888ff20381
  1. 2
      README.md
  2. 3
      roles/linux-gentoo/vars/applications.yml
  3. 13
      roles/linux-gentoo/vars/portage.yml

2
README.md

@ -82,7 +82,7 @@ $ make @@ -82,7 +82,7 @@ $ make
- [fetchmail](https://www.fetchmail.info) - Full-featured, robust, well-documented remote-mail retrieval and forwarding utility.
- [aria2](https://aria2.github.io) - Lightweight multi-protocol & multi-source command-line download utility.
- [connman](https://01.org/connman) - Internet connection daemon.
- [newsboat](https://newsboat.org/) - An RSS/Atom feed reader for text terminals.
- ~~[newsboat](https://newsboat.org/) - An RSS/Atom feed reader for text terminals.~~
- ~~[bat](https://github.com/sharkdp/bat) - Clone of cat(1) with syntax highlighting and Git integration. **[BIN]**~~
- ~~[fd](https://github.com/sharkdp/fd) - Simple, fast and user-friendly alternative to find. **[BIN]**~~
- ~~[ripgrep](https://github.com/BurntSushi/ripgrep) - Search tool like grep and The Silver Searcher. **[BIN]**~~

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

@ -83,7 +83,7 @@ apps: @@ -83,7 +83,7 @@ apps:
- media-sound/ncmpcpp # https://rybczak.net/ncmpcpp/ NCurses Music Player Client (Plus Plus).
- media-video/mpv # https://mpv.io/ Free, open source, and cross-platform media player.
- net-fs/sshfs # https://github.com/libfuse/sshfs A network filesystem client to connect to SSH servers.
- net-news/newsboat # https://newsboat.org/ An RSS/Atom feed reader for text terminals.
# - net-news/newsboat # https://newsboat.org/ An RSS/Atom feed reader for text terminals.
- net-mail/fetchmail # https://www.fetchmail.info Full-featured, robust, well-documented remote-mail retrieval and forwarding utility.
- net-misc/aria2 # https://aria2.github.io Lightweight multi-protocol & multi-source command-line download utility.
- net-misc/connman # https://01.org/connman Internet connection daemon.
@ -114,6 +114,7 @@ apps: @@ -114,6 +114,7 @@ apps:
- app-crypt/p11-kit # Required by Vagrant
- app-text/zathura-djvu
- app-text/zathura-pdf-poppler
- dev-lang/rust-bin # Required by firefox
- dev-python/passlib # Required by calculate-utils
# - dev-python/waitress # Required by recollwebui
- dev-libs/nss # Required by joplin

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

@ -71,13 +71,18 @@ gentoo: @@ -71,13 +71,18 @@ gentoo:
- "dev-python/setuptools PYTHON_TARGETS: python2_7"
- "dev-python/soaplib PYTHON_TARGETS: python2_7"
- "dev-python/pytz PYTHON_TARGETS: python2_7"
- "dev-python/pyxml PYTHON_TARGETS: python2_7"
- "dev-python/pexpect-python2 PYTHON_TARGETS: python2_7"
- "dev-python/passlib PYTHON_TARGETS: python2_7"
######## python 2.7 and 3.7 ########
- "dev-python/lxml python_targets_python2_7 python_targets_python3_7"
- "dev-python/certifi python_targets_python2_7 python_targets_python3_7"
- "dev-python/cython python_targets_python2_7 python_targets_python3_7"
- "dev-python/pexpect python_targets_python2_7 python_targets_python3_7"
- dev-python/lxml-python2 python_targets_python2_7 python_targets_python3_7
# - dev-python/lxml python_targets_python2_7 python_targets_python3_7
- dev-python/certifi python_targets_python2_7 python_targets_python3_7
- dev-python/cython python_targets_python2_7 python_targets_python3_7
- dev-python/pexpect python_targets_python2_7 python_targets_python3_7
- dev-python/ptyprocess-python2 python_targets_python2_7
- dev-python/pytz-python2 python_targets_python2_7
- app-shells/bash readline
- app-editors/neovim -nvimpager

Loading…
Cancel
Save