Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaeth/useflags
Print or save the current USE-flag state of the Gentoo portage system and compare with older versions
https://github.com/vaeth/useflags
gentoo gentoo-portage
Last synced: about 1 month ago
JSON representation
Print or save the current USE-flag state of the Gentoo portage system and compare with older versions
- Host: GitHub
- URL: https://github.com/vaeth/useflags
- Owner: vaeth
- Created: 2011-12-21T17:58:32.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T11:01:32.000Z (over 3 years ago)
- Last Synced: 2024-06-11T00:48:43.590Z (7 months ago)
- Topics: gentoo, gentoo-portage
- Language: Perl
- Homepage: http://www.mathematik.uni-wuerzburg.de/~vaeth/gentoo/index.html#useflags
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# useflags
(C) Martin Väth (martin at mvath.de).
This project is under the BSD license 2.0 (“3-clause BSD license”).
SPDX-License-Identifier: BSD-3-ClauseThis is a utility for the Gentoo portage system.
With this perl script you can print or save the current setting of the
`USE` flags or compare it with a saved versions.
This is the most convenient way to keep track of the changes of the
`USE` flags in the portage tree (and of the defaults in your profile).Since the auto-useflags of use.defaults are practically deprecated,
these files are ignored by this script.If you have installed `app-portage/eix`, this script is faster
(with __eix-0.27.7__ or newer even considerably faster and more secure).### Installation
For installation, copy the content of `bin/` with executable permission
in your `$PATH` (perhaps `/usr/bin`). To obtain support for __zsh completion__,
you can copy the content of `zsh/` to a directory of your zsh's `$fpath`
(perhaps `/usr/share/zsh/site-functions/`)
.
There is also an ebuild in the mv overlay (which is available over layman).