Files
RedBear-OS/local/recipes/libs/libgpg-error/source/tests/etc/t-argparse.conf
T
vasilito c825f470cb
redbear-ci / check (push) Has been cancelled
libs: vendor libgcrypt 1.11.1 + libgpg-error 1.55; wire into kf6-kwallet
kf6-kwallet's kwalletbackend hard-requires LibGcrypt 1.5.0 for PBKDF2 key
derivation and the GPG-backed wallet format. Vendor both libraries under the
full-fork model (committed source/, offline-reproducible) and add libgcrypt to
kf6-kwallet's dependencies.

Release tarballs ship a pre-generated configure and a config.sub that already
recognises the *-redox triple, so no autotools regeneration is needed at cook
time. libgpg-error supplies a generic pthread-backed gpgrt_lock_t for Redox via
its build script; the test-only redox.patch (tms/times stub) is baked into
libgcrypt's source and kept alongside for future version bumps.

Promoted from the stale recipes/wip copies (now .disabled).
2026-08-02 04:29:16 +03:00

86 lines
2.1 KiB
Plaintext

# Global test config file for t-argparse
# Options applied to all user's config files
#verbose
# The meta command echo simply prints the argument. With a dash
# prefix it does not prepend the file name and line number.
[-echo Begin global config]
[-echo use $${_user} to echo the current user (${_user})]
[-echo use $${_file} to echo the current file (${_file})]
[-echo use $${_line} to echo the current line (${_line})]
[-echo use $${_epoch} to echo a timestamp (${_epoch})]
[verbose]
[user joy]
# All the following options are applied only if the current user's
# account name is "joy" (case-insensitive). This ends with the next
# user statement. This does not affect "echo" and "verbose".
# info is an alias for echo but only executed if a user secion is active.
# For future compatibility do not use percent or dollar signs.
[-info In user Joy but real user id ${user}]
[-verbose]
[+force]
# All following option are forced and thus ignored when set in user
# config files. Valid until the next [user] statement. Take care
# that there are often "no-", "disable-", or "enable-" versions of
# options; these should be explictly marked as ignored so that they
# can't be used to override the force attribute.
[ignore]
# The compliance is set immutable for these users
verbose
[-force]
not-my-option
# If uncommented The next shall raise an error due to the garbage at the end.
#<off>[+ignore] fooo
[+ignore-all]
# All options are ignored.
[-ignore] # Comment at line end
# Options wich shall not be ignored. */
#no-verbose
# Options applied only for user joy end here.
[user wk ]
[-info Options applied only for user wk follow]
[ignore]
output
[-ignore]
# Change the immutable attribute back to mutable.
[-force]
#compliance gnupg
# Default key for user john
my-option 42
[expand]
[getreg foo HKCU\Software\GNU\GnuPG:DisableAKR]
disable-akr $foo
[-expand]
# Options applied only for user joy end here.
[user *]
[-info All the following options are applied only if the]
[-info current user has no specific section above.]
# The default algorithm for new keys is set to this.
a-long-option
[-echo End global config]