summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/gpgme: drop 1.17.1David Seifert2022-06-211-124/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-crypt/gpgme: conditionally build tests; die if tests can't be runSam James2022-05-171-10/+15
| | | | | | | | | | | | | | 1. Conditionally build tests which gives us a neat speedup for build time; 2. If tests are explicitly requested and we can't run them b/c of WORKDIR length, let's bail out. It's important that we don't get a false positive that the package is okay (especially given its importance). (Noticed when poking at the slibtool bug, although I don't think this will actually fix anything there.) Bug: https://bugs.gentoo.org/844226 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gpgme: keyword 1.17.1 for ~loongWANG Xuerui2022-04-291-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-crypt/gpgme: Added verify-sig integration.Jonathan Davies2022-03-261-3/+6
| | | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/24753 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gpgme: fix cross-compile (finding libassuan)Sam James2022-03-071-0/+2
| | | | | | Closes: https://bugs.gentoo.org/811933 Thanks-to: m (#gentoo-riscv) Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gpgme: fix VariableScope, UnusedInheritsSam James2022-03-061-7/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gpgme: add 1.17.1Sam James2022-03-061-0/+114
This release breaks ABI again and restores it to the 1.16 state. Bug: https://bugs.gentoo.org/833355 Signed-off-by: Sam James <sam@gentoo.org>