summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/gcr: Stabilize 3.36.0 ppc, #738728Sam James2020-11-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gcr: Stabilize 3.36.0 sparc, #738728Sam James2020-11-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gcr: Stabilize 3.36.0 ppc64, #738728Sam James2020-11-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gcr: Stabilize 3.36.0 arm, #738728Sam James2020-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gcr: Stabilize 3.36.0 arm64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gcr: Stabilize 3.36.0 amd64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gcr: x86 stable (bug #738728)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-crypt/gcr: bump to 3.36.0Mart Raudsepp2020-08-181-0/+85
* Port to meson and EAPI-7 * The compatibility libgcr-3.so is now gone * virtualx usage is gone, as that was needed only for dbus autolaunch, which is now handled manually to not need autolaunch * libtasn1 dep with subslot operator dep is gone, as I don't see any direct linkages to it, probably only p11-kit private in modern days * Added missing gnupg runtime dep, which hopefully doesn't cause a build-time circular dep in the way it is done now (including an upstream MR that is needed to avoid this at upstream level) * Dropped unnecessary unconditional libxslt/libxml2 deps, which were checked for in autotools (but apparently never used), but are not used with meson. However libxml2 is still used as part of gresources when ui (USE=gtk) is enabled Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>