1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/doc
Nagy Gabor fd8969f678 sync_addtarget rework
Now '-S provision' handling is done in the back-end.

In case of multiple providers, the first one is selected (behavior change:
deleted provision002.py). The old processing order was: literal, group,
provision; the new one: literal, provision, group. This is more rational,
but "pacman -S group" will be slower now. "pacman -S repo/provision" also
works. Provision was generalized to dependencies, so you can resolve deps by
hand: "pacman -S 'bash>2.0'" or "pacman -S 'core/bash>2.0'" etc. This can be
useful in makepkg dependency resolving. The changes were documented in
pacman manual.

alpm_find_pkg_satisfiers and _alpm_find_dep_satisfiers functions were
removed, since they are no longer needed.

I added some verbosity to "select provider instead of literal" and
"fallback to group".

Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan@archlinux.org>
2008-07-13 09:16:55 -05:00
..
.gitignore doc: add symlink for repo-remove manpage on install 2008-01-05 14:37:24 -06:00
asciidoc.conf doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
Doxyfile Doxyfile : enable JAVADOC_AUTOBRIEF. 2008-04-29 15:51:48 -05:00
footer.txt Various updates needed prior to a new release 2008-06-08 13:50:01 -05:00
libalpm.3.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
Makefile.am Allow use of GIT_VERSION in documentation dir 2008-06-08 17:26:02 -05:00
makepkg.8.txt Remove --builddeps from makepkg 2008-05-13 16:01:34 -05:00
makepkg.conf.5.txt makepkg.conf: make keeping docs the default 2008-06-19 08:50:17 -05:00
pacman.8.txt sync_addtarget rework 2008-07-13 09:16:55 -05:00
pacman.conf.5.txt Various updates needed prior to a new release 2008-06-08 13:50:01 -05:00
PKGBUILD-example.txt Various updates needed prior to a new release 2008-06-08 13:50:01 -05:00
PKGBUILD.5.txt Add information on version comparison to manpages 2008-06-19 19:28:56 -05:00
repo-add.8.txt scripts: add -q/--quiet option to repo-add and repo-remove 2008-05-10 00:48:55 -05:00