xbps/bin/xbps-pkgdb
Duncaen d1667fd931 Add the ability to ignore packages
The previous idea was to use virtual packages in the users configuration
to satisfy dependencies by mapping them to existing installed packages.
Using virtual packages for it doesn't work as expected and trying to make
it work would break other functionalities of virtual packages, like the
version satisfaction checks for `provides` and the ability to replace
virtual packages with real packages. The virtual package functionality
should be used exclusively for virtual packages.

This allows users to specify packages packages that should be ignored.
Ignored packages in dependencies are always satisfied without installing
the package, while updating or installing a package that depends on an
ignored package.

This does NOT ignore the shlib checks, ignoring a package that provides
required shared libraries will abort the transaction as if there was no
package that provides the required shared library.
2019-04-19 23:07:59 +02:00
..
check_pkg_files.c xbps-pkgdb: when checking pkg files, ignore mtime with mutable files. 2015-02-27 10:38:50 +01:00
check_pkg_rundeps.c Add the ability to ignore packages 2019-04-19 23:07:59 +02:00
check_pkg_symlinks.c xbps-pkgdb: exit with error if any test fails. 2015-02-26 12:01:20 +01:00
check_pkg_unneeded.c Fix namespace violation 2018-09-25 22:11:30 -04:00
check.c Fix namespace violation 2018-09-25 22:11:30 -04:00
defs.h xbps_api.h -> xbps.h 2013-06-20 12:31:02 +02:00
main.c Implemented feature #77 (Add package repository locked mode) 2015-03-03 12:11:28 +01:00
Makefile Welcome pkgdb-0.38. 2014-09-11 00:12:12 +02:00
xbps-pkgdb.1 manpages: change URL for bug reporting to new GitHub repo 2018-09-23 17:51:07 +02:00