7195ca4d8e
- eit cleanup - eit inject - eit key - eit list - eit lock - eit unlock - eit match
62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
eit-match(1)
|
|
============
|
|
:man source: eit {eitversion}
|
|
:man manual: eit {eitversion}
|
|
|
|
|
|
NAME
|
|
----
|
|
eit-match - match packages in repositories
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
eit match [-h] [--quiet] <package> [<package> ...]
|
|
|
|
|
|
INTRODUCTION
|
|
------------
|
|
Match a dependency string against the available repositories.
|
|
For example: *eit match app-foo/bar:2::repo* will match any version
|
|
of app-foo/bar having SLOT=2 in the "repo" repository.
|
|
If you are interested in a simple text search, please see *eit search*.
|
|
|
|
|
|
|
|
OPTIONS
|
|
-------
|
|
"eit match" supports the following options which alters its behaviour.
|
|
|
|
|
|
POSITIONAL ARGUMENTS
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
*<package>*::
|
|
package name
|
|
|
|
OPTIONAL ARGUMENTS
|
|
~~~~~~~~~~~~~~~~~~
|
|
*--help*::
|
|
show this help message and exit
|
|
|
|
*-q*::
|
|
quiet output, for scripting purposes
|
|
|
|
|
|
|
|
AUTHORS
|
|
-------
|
|
Eit has been accidentally prototyped during a rainy Sunday by Fabio
|
|
Erculiani who was looking for innovative ways of handling package
|
|
bumps in Sabayon Entropy repositories.
|
|
A few months later, Eit saw the light.
|
|
|
|
|
|
REPORTING BUGS
|
|
--------------
|
|
Report bugs to https://bugs.sabayon.org or directly to the author at
|
|
lxnay@sabayon.org.
|
|
|
|
SEE ALSO
|
|
--------
|
|
eit(1), eit-search(1)
|