summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/veracrypt: bump to 1.24-Update2Göktürk Yüksek2019-12-193-0/+221
| | | | | | | Bug: https://bugs.gentoo.org/703340 Closes: https://bugs.gentoo.org/698936 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/nitrocli: Bump version to 0.3.0Daniel Mueller2019-12-182-0/+79
| | | | | | | | This patch adds an ebuild for app-crypt/nitrocli version 0.3.0. Signed-off-by: Daniel Müller <deso@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/14025 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/gnupg: New upstream version 2.2.19Kristian Fiskerstrand2019-12-132-0/+153
| | | | | | Bug: https://bugs.gentoo.org/701616 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Kristian Fiskerstrand <k_f@gentoo.org>
* app-crypt/mit-krb5: add back RESTRICT=testEray Aslan2019-12-131-1/+1
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Eray Aslan <eras@gentoo.org>
* app-crypt/mit-krb5: [QA] Fix MissingTestRestrictMichał Górny2019-12-121-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/mit-krb5: bump to 1.17.1Eray Aslan2019-12-123-0/+175
| | | | | | | and dont create /run Closes: https://bugs.gentoo.org/701430 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Eray Aslan <eras@gentoo.org>
* app-crypt/certbot: fix dep on acmeMatthew Thode2019-12-113-2/+54
| | | | | | Fixes: https://bugs.gentoo.org/702542 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-114-7/+7
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-1118-3/+21
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/seahorse: remove oldMart Raudsepp2019-12-082-68/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-crypt/seahorse: x86 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/seahorse: amd64 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/tpm2-tss: Implement GLEP 81Salah Coronya2019-12-081-0/+55
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Salah Coronya <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13532 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/tpm2-abrmd: Implement GLEP 81Salah Coronya2019-12-081-0/+55
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Salah Coronya <salah.coronya@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/trousers: Implement GLEP 81Salah Coronya2019-12-081-0/+102
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Salah Coronya <salah.coronya@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/certbot: fix the S dir for real this timeMatthew Thode2019-12-061-1/+1
| | | | | | Bug: https://bugs.gentoo.org/658740 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/certbot: fix install for 1.0.0Matthew Thode2019-12-061-0/+2
| | | | | | Bug: https://bugs.gentoo.org/658740 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/certbot-nginx: 0.40.1 stable amd64/x86 with cleanup, 1.0.0 bumpMatthew Thode2019-12-064-7/+7
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/certbot-apache: 0.40.1 stable amd64/x86, 1.0.0 bump and cleanupMatthew Thode2019-12-063-4/+5
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/certbot: 1.0.0 bump, 0.40.1 stable amd64/x86 with cleanupMatthew Thode2019-12-063-3/+4
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/acme: 1.0.0 bump and 0.40.1 stable amd64/x86 with cleanupMatthew Thode2019-12-063-3/+4
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/gcr: version bump to 3.34 + switch to Python 3Mathy Vanvoorden2019-12-042-0/+77
| | | | | | | Closes: https://bugs.gentoo.org/691486 Closes: https://github.com/gentoo/gentoo/pull/13798 Signed-off-by: Mathy Vanvoorden <mathy@vanvoorden.be> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-crypt/easy-rsa: remove obsolete blockersMikle Kolyada2019-12-033-8/+5
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/ssss: updated metadata.xmlConrad Kostecki2019-12-031-5/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-crypt/hashalot: fix HOMEPAGE and LICENSEAaron Bauman2019-12-011-4/+4
| | | | | | Reported-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-crypt/signing-party: Drop oldMikle Kolyada2019-12-011-113/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/signing-party: add gpg-key2latexMikle Kolyada2019-12-011-0/+115
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/yubikey-manager: remove oldGöktürk Yüksek2019-11-282-65/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.14 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/yubikey-manager-qt: remove oldGöktürk Yüksek2019-11-283-116/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.14 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/yubikey-manager: amd64 stable wrt bug #701164Agostino Sarubbo2019-11-261-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-crypt/yubikey-manager: x86 stable (bug #701164)Thomas Deutschmann2019-11-261-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-crypt/nitrocli: x86 stable (bug #699510)Thomas Deutschmann2019-11-261-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-crypt/yubikey-manager: add missing RESTRICT="!test? ( test )"Göktürk Yüksek2019-11-252-0/+2
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/yubikey-manager: adjust the fido2 dep version rangeGöktürk Yüksek2019-11-251-0/+1
| | | | | | | | >=dev-python/fido2-0.8.0 introduces changes that are not backwards compatible. Bound the version range of the dependency. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/yubikey-manager: adjust the fido2 dep version for stableGöktürk Yüksek2019-11-251-1/+1
| | | | | | | | >=dev-python/fido2-0.8.0 introduces changes that are not backwards compatible. Bound the version range of the dependency. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/yubikey-manager: remove oldGöktürk Yüksek2019-11-253-124/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/cfssl: fix licensesWilliam Hubbs2019-11-241-1/+1
| | | | | Closes: https://bugs.gentoo.org/694728 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-crypt/cfssl: 1.4.1 bumpWilliam Hubbs2019-11-233-0/+47
| | | | | | Closes: https://bugs.gentoo.org/700868 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-crypt/jitterentropy-2.1.2: alpha stable, bug 699172Matt Turner2019-11-221-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-crypt/libb2: sh stable wrt bug #699222Mikle Kolyada2019-11-221-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/libb2: m68k stable wrt bug #699222Mikle Kolyada2019-11-221-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="m68k" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/libb2: arm stable wrt bug #699222Mikle Kolyada2019-11-221-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/kencfs-plasma: Drop 2.0.1_alphaAndreas Sturmlechner2019-11-202-54/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-crypt/kencfs-plasma: 2.0.2_alpha version bumpAndreas Sturmlechner2019-11-202-0/+55
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-crypt/ekeyd: remove unused patch/filesMichael Mair-Keimberger2019-11-183-189/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13632 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-crypt/seahorse-sharing: Version bump to 3.8.0_p20181216Matt Turner2019-11-172-0/+60
| | | | | Closes: https://bugs.gentoo.org/634658 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-crypt/md4sum: Remove old ebuildHanno Böck2019-11-171-30/+0
| | | | | Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18
* app-crypt/libb2: ia64 stable wrt bug #699222Agostino Sarubbo2019-11-141-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-crypt/jitterentropy: ia64 stable wrt bug #699172Agostino Sarubbo2019-11-141-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-crypt/kstart: drop old EAPIAaron Bauman2019-11-132-34/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>