1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/doc
Nagy Gabor e63366ae5e New remove option : -u / --unneeded (FS#6505).
With --unneeded option 'pacman -R' doesn't stop in case of dependency error;
it removes the needed-dependency targets from the target-list instead.  See
also: http://archlinux.org/pipermail/pacman-dev/2007-October/009653.html .

The patch also adds a new causingpkg field to pmdepmissing_t which indicates
the to-be-removed package which would cause a dependency break. This is
needed, because miss->depend.name may be a provision. miss->causingpkg will
be useful in -R dependency error messages too.

[Xavier: renamed inducer to causingpkg, removed the _alpm_pkgname_pkg_cmp
helper function as requested by Aaron. This might be added by a further
commit.  Other small cleanups, updated manpage and bash completion.]

Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
2008-02-06 08:46:15 +01: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 doxygen: preprocess SYMHIDDEN/SYMEXPORT macros so they don't show in docs 2007-10-29 07:13:58 -05:00
footer.txt Remove stuff that was a little too Arch-specific from manpage footer 2008-01-06 10:26:21 -06:00
libalpm.3.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
Makefile.am doc: add symlink for repo-remove manpage on install 2008-01-05 14:37:24 -06:00
makepkg.8.txt doc/makepkg: document --log, address locale issues 2008-02-05 18:23:18 -06:00
makepkg.conf.5.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
pacman.8.txt New remove option : -u / --unneeded (FS#6505). 2008-02-06 08:46:15 +01:00
pacman.conf.5.txt Another documentation update for FS#9204 2008-01-15 22:04:28 -06:00
PKGBUILD-example.txt Update the PKGBUILD example in the manpages 2007-11-07 19:03:58 -06:00
PKGBUILD.5.txt Change the versioned provision format. 2008-01-14 22:03:03 -06:00
repo-add.8.txt remove --force option from repo-add. 2008-02-05 19:35:41 -06:00