diff --git a/README.md b/README.md index 0b0f912..f61521b 100644 --- a/README.md +++ b/README.md @@ -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]**~~ diff --git a/roles/linux-gentoo/vars/applications.yml b/roles/linux-gentoo/vars/applications.yml index 193ed8d..fe89d0f 100644 --- a/roles/linux-gentoo/vars/applications.yml +++ b/roles/linux-gentoo/vars/applications.yml @@ -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: - 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 diff --git a/roles/linux-gentoo/vars/portage.yml b/roles/linux-gentoo/vars/portage.yml index b087658..7daf684 100644 --- a/roles/linux-gentoo/vars/portage.yml +++ b/roles/linux-gentoo/vars/portage.yml @@ -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