void-packages/common
q66 7febf540a9 shutils/purge_distfiles.sh: fix purging of multiple distfiles
Previously, xbps-src would try to find checksums in template files
and not purge those found but it actually ignored everything that
had the checksums specified on multiple lines.

The reason for this is that the bash 'read' builtin reads until it
finds a newline, and if you specify multiple checksums on multiple
lines rather than on one line it would ignore all but the first.

Fix this by replacing newlines with spaces, so that it can properly
read all checksums into an array.
2019-12-23 00:53:29 +01:00
..
build-helper common/rust.sh: set CARGO_HOME to /host/cargo 2019-12-14 11:25:59 +01:00
build-profiles common: fix XBPS_{,TARGET_}{ENDIAN,LIBC,WORDSIZE} 2019-08-03 23:09:49 +02:00
build-style Revert "build-style meson: fix _MESON_CPU_FAMILY=ppc64le" 2019-11-27 21:41:55 +01:00
chroot-style xbps-src: exit properly if mktemp(1) fails, not from its subshell. 2019-06-17 17:38:07 +02:00
cross-profiles common: better location for config.{sub,guess} + update 2019-11-18 20:36:27 +01:00
environment common: better location for config.{sub,guess} + update 2019-11-18 20:36:27 +01:00
hooks xbps-src: new pre-pkg hook that prints collected rdeps. 2019-12-15 18:55:58 +01:00
repo-keys
travis common/travis/docker.sh: add control variables 2019-10-21 18:32:28 +02:00
wrappers
xbps-src shutils/purge_distfiles.sh: fix purging of multiple distfiles 2019-12-23 00:53:29 +01:00
options.description efl: update to 1.22.2. 2019-06-03 15:44:08 +02:00
shlibs New package: jitterentropy-2.2.0 2019-12-20 21:06:01 +01:00