Leah Neukirchen and Duncaen
87c6653837
_xbps_src: add completions for all commands
2019-07-18 14:45:39 +02:00
Leah Neukirchen and Duncaen
7e2e1e3235
_xbps_src: add -Q
2019-07-16 21:41:46 +02:00
Juan RP
c4c387484a
data/xbps.conf: fix typo.
...
Close #24
2019-06-17 13:32:49 +02:00
Juan RP and Duncan Overbruck
8cea3e351b
xbps-fetch(1): new utility that replaces 'xbps-uhelper fetch'.
...
xbps-install(1): document all libfetch env vars.
Signed-off-by: Juan RP <xtraeme@gmail.com >
2019-06-12 18:07:24 +02:00
Juan RP and Duncan Overbruck
9cda7ef72a
xbps-digest(1): new utility that replaces "xbps-uhelper digest".
...
See the manual page:
XBPS-DIGEST(1) General Commands Manual XBPS-DIGEST(1)
NAME
xbps-digest - XBPS utility to generate message digests
SYNOPSIS
xbps-digest [OPTIONS] [FILE] [FILE+N]
DESCRIPTION
The xbps-digest utility generates message digests for specified FILE or
stdin if unset.
OPTIONS
-m, --mode mode
Sets the message digest mode. Supported: sha256. If unset, defaults
to sha256.
-h, --help
Show the help message.
-V, --version
Show the version information.
SEE ALSO
xbps.d(5), xbps-checkvers(1), xbps-create(1), xbps-dgraph(1),
xbps-fbulk(1), xbps-install(1), xbps-pkgdb(1), xbps-query(1),
xbps-reconfigure(1), xbps-remove(1), xbps-rindex(1), xbps-uchroot(1),
xbps-uunshare(1)
AUTHORS
Juan Romero Pardines <xtraeme@gmail.com >
BUGS
Probably, but I try to make this not happen. Use it under your own
responsibility and enjoy your life.
Report bugs at https://github.com/void-linux/xbps/issues
June 12, 2019
Signed-off-by: Juan RP <xtraeme@gmail.com >
2019-06-12 16:15:18 +02:00
Johannes Brechtmann and Duncan Overbruck
f4f88705d6
data: update repo urls to voidlinux.org
...
remove alternative debug mirrors
2019-06-06 13:11:24 +02:00
Aleksej Lebedev and Leah Neukirchen
6f4731ca75
Fixed install location of xbps.d.5 manpage.
2019-05-14 20:49:41 +02:00
q66 and Leah Neukirchen
9f10ee6f03
data/_xbps,_xbps_src: add ppc64+ppc(-musl) completions
2019-05-01 15:20:49 +02:00
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
human and Duncaen
c430d8ceb6
xbps.d.5: fix referenced sections
...
Closes : #45 [via git-merge-pr]
2019-03-22 21:36:31 +01:00
q66 and Duncaen
75dc5c6b06
_xbps, _xbps-src: add ppc64 completion
...
Closes : #42 [via git-merge-pr]
2019-03-22 21:36:08 +01:00
Ingo Blechschmidt and Duncaen
a12f22de86
Use https instead of http where possible
2019-03-22 21:35:08 +01:00
Johannes Brechtmann
950945034b
zsh: add completion for new patch phase in xbps-src
2019-03-19 15:38:26 +01:00
Frank Steinborn
f366d6cb11
manpages: change URL for bug reporting to new GitHub repo
2018-09-23 17:51:07 +02:00
Michael Gehring
cdb5bcdd0c
xbps.d.5: fix invalid escape
2017-07-11 04:01:38 +02:00
Christian Neukirchen
c255ede2ca
_xbps: add run_depends to _xbps_properties.
2016-11-22 17:04:24 +01:00
Christian Neukirchen
392d686f07
_xbps: add alternatives and build-date to _xbps_properties.
2016-11-22 16:58:02 +01:00
Christian Neukirchen
7d06fb0e71
_xbps, _xbps-src: add aarch64 completion.
2016-09-17 17:37:04 +02:00
Enno Boland
c9c3bf6d52
data/xbps.d.5: document in the manpage that remote repositories must be signed. #141
2015-12-24 13:48:30 +01:00
Steve Prybylski
5d9562237f
_xbps: add --unpack-only/-U support for xbps-install.
2015-11-12 20:45:32 -05:00
Steve Prybylski
69c3f3b7ce
_xbps: update zsh completion
2015-10-31 21:23:14 -04:00
Bheesham Persaud
0a0cd42682
Minor changes to the documentation.
2015-10-30 02:01:29 -04:00
Enno Boland
2a6b14ae74
Merge pull request #111 from Gottox/no-build-date
...
xbps-create: do not add a build-date property to packages.
2015-09-03 09:26:53 +02:00
Steve Prybylski
23d2dfccde
_xbps: add argument to xbps-rindex zsh completion
2015-08-19 20:04:08 -04:00
Enno Boland
9de0d8a60d
xbps-create: do not add a build-date property to packages.
2015-08-19 16:05:51 +02:00
Christian Neukirchen
916f8bea26
_xbps_src: update zsh completion.
2015-03-07 14:05:36 +01:00
Christian Neukirchen
1ac25a53c4
_xbps: update zsh completion.
2015-03-07 14:00:10 +01:00
Juan RP
eee895c6d8
Fixed a regression in vpkgs and improve xbps.d(5) virtualpkg declarations.
...
See the NEWS file for more information.
2014-12-31 08:51:45 +01:00
Juan RP
7baf7fe4cd
xbps.d.5: typo fix by @dominikh.
2014-12-23 18:10:45 +01:00
Juan RP
16d2640df8
Files in the configuration directory have preference.
2014-12-09 12:05:18 +01:00
Juan RP
395e147c6c
xbps.d(5) - XBPS configuration directory
2014-12-09 11:41:35 +01:00
Christian Neukirchen and Juan RP
e1bdeb83a1
_xbps_src: add completion for update-check.
2014-11-13 15:33:26 +01:00
Juan RP
53f13d579e
Added the "bestmatching" configuration keyword to enable pkg best matching.
...
See the NEWS file for more information.
2014-11-07 10:07:51 +01:00
Juan RP
5b522109f7
Replaced config/system {repo,preserve,virtualpkg}.d with a single directory.
...
See the NEWS file for more information.
2014-11-06 09:58:04 +01:00
Enno Boland
2fe65dccec
rename xbps-packages to void-packages
2014-09-26 14:24:06 +02:00
Eivind Uggedal
487b7296c6
data/xbps.bash: use installed packages in non-repo query completion.
2014-09-18 19:45:58 +00:00
Eivind Uggedal
0f73158ed8
data/xbps.bash: shorten argument comparisons
2014-09-18 19:44:31 +00:00
Christian Neukirchen and Juan RP
21a4473f7a
_xbps: drop use of sed
2014-09-17 18:56:17 +02:00
Christian Neukirchen and Juan RP
5cbfdd5c5c
_xbps: complete properties
2014-09-17 18:56:17 +02:00
Eivind Uggedal
4ab8bbc5a8
data/xbps.bash: add more xbps-query properties.
2014-09-15 16:28:33 +00:00
Christian Neukirchen and Juan RP
73935efeb7
_xbps: update zsh completion for 0.38
2014-09-15 12:24:02 +02:00
Juan RP
3f7e98235c
Merge pull request #57 from uggedal/bash-completion-props
...
data/xbps.bash: add property completion.
2014-09-15 09:48:04 +02:00
Eivind Uggedal
ea88940b84
data/xbps.bash: add property completion.
2014-09-15 07:24:01 +00:00
Eivind Uggedal
7074a3d23c
data/xbps.bash: fix listing of all packages with 0.38.
2014-09-15 06:47:36 +00:00
Juan RP
6ba20bb5ca
data/Makefile: fix reinstallation.
2014-09-11 12:40:58 +02:00
Eivind Uggedal
9f51036b3a
Add bash completion for xbps-*
2014-09-09 13:30:47 +00:00
Juan RP
b922241f89
data/_xbps_src: typo fix.
2014-07-27 11:36:18 +02:00
Christian Neukirchen
5f20520a95
Add zsh completion for xbps-* and xbps-src (from xbps-packages)
2014-07-22 17:50:58 +02:00
Juan RP
dfab6cc441
data: install main repo file as 00-main.conf, so that it's processed earlier.
2014-06-04 08:06:46 +02:00
Juan RP
a5bc51b41f
Provide <prefix>/share/xbps/repo.d/main.conf - main void repository.
2014-05-30 11:54:12 +02:00