summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/nettle: We (base-system) have gnutls so taking this one tooLars Wendler2020-01-081-1/+4
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* */*: reassign crypto@ packagesMikle Kolyada2020-01-081-4/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | 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>
* dev-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-112-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* metadata.xml: popuplate CPE entries for better CVE trackingAllen Webb2019-09-121-0/+3
| | | | | Signed-off-by: Allen Webb <allenwebb@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dev-libs/nettle: [QA] Revert cpu_flags_x86_sha removalMichał Górny2019-07-191-2/+2
| | | | | | Reverts: ebd359904856d99cbf2cbba6abc96ef183528e6f Reverts: d0c54ca151d04776d24da5ca81be96155659ce36 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/nettle: remove preview-cpu_flags_x86_shaAlon Bar-Lev2019-07-082-5/+2
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=688858 Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-libs/nettle: USE cpu_flags_x86_sha->preview-cpu_flags_x86_shaAlon Bar-Lev2019-07-082-3/+3
| | | | | | | | A temporary solution until cpu_flags_x86_sha available. Bug: https://bugs.gentoo.org/show_bug.cgi?id=688858 Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-libs/nettle: version bumpAlon Bar-Lev2019-06-273-10/+13
| | | | | Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-libs/nettle: enroce libdir as package overridesAlon Bar-Lev2019-06-261-1/+2
| | | | | Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-libs/nettle: version bumpAlon Bar-Lev2019-06-262-0/+61
| | | | | Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-libs/nettle: keyword ~riscvAndreas K. Hüttel2019-05-041-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-libs/nettle: cleanup oldAlon Bar-Lev2019-04-292-63/+0
| | | | | Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-libs/nettle: convert [static-libs(+)]->[static-libs?]Alon Bar-Lev2019-04-281-1/+1
| | | | | | | Thanks: Marc Vinyals Closes: https://bugs.gentoo.org/show_bug.cgi?id=684558 Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-libs/nettle: convert [static-libs=]->[static-libs(+)]Alon Bar-Lev2019-04-281-1/+1
| | | | | | | Thanks: Marc Vinyals Closes: https://bugs.gentoo.org/show_bug.cgi?id=684558 Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-libs/nettle: force gmp static-libs in case we provide our ownAlon Bar-Lev2019-04-211-1/+1
| | | | | Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-libs/nettle: fix C89 issueAlon Bar-Lev2019-04-192-0/+57
| | | | | | | Thanks: Daniel M. Weeks Closes: https://bugs.gentoo.org/show_bug.cgi?id=683812 Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-libs/nettle: arm64 stable (bug #681096)Mart Raudsepp2019-04-081-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-libs/nettle: alpha stable wrt bug #681096Mikle Kolyada2019-04-071-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
* dev-libs/nettle: x86 stable (bug #681096)Thomas Deutschmann2019-04-011-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/nettle: arm stable, bug #681096Markus Meier2019-03-261-1/+1
| | | | | | Signed-off-by: Markus Meier <maekke@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* dev-libs/nettle: stable 3.4.1 for hppa, bug #681096Sergei Trofimovich2019-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/nettle: s390 stable wrt bug #681096Mikle Kolyada2019-03-251-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="s390"
* dev-libs/nettle: stable 3.4.1 for ppc64, bug #681096Sergei Trofimovich2019-03-241-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/nettle: stable 3.4.1 for ppc, bug #681096Sergei Trofimovich2019-03-241-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/nettle: stable 3.4.1 for ia64, bug #681096Sergei Trofimovich2019-03-241-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/nettle: stable 3.4.1 for sparc, bug #681096Rolf Eike Beer2019-03-231-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/nettle: amd64 stable wrt bug #681096Mikle Kolyada2019-03-211-2/+2
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-libs/nettle: version bumpAlon Bar-Lev2018-12-052-0/+63
| | | | | Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-libs/nettle: eapi bumpAlon Bar-Lev2018-09-281-3/+1
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-libs/nettle: stable 3.4 for sparc, bug #653574Rolf Eike Beer2018-09-261-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Drop arm-linux keyword from tree.Benda Xu2018-08-311-1/+1
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* dev-libs/nettle: cleanup oldAlon Bar-Lev2018-06-283-99/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/nettle: mark s390 stableMikle Kolyada2018-06-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/nettle-3.4: alpha stable, bug 653574Matt Turner2018-05-091-1/+1
|
* dev-libs/nettle-3.4: arm64 stable (bug #653574)Mart Raudsepp2018-05-031-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-libs/nettle: arm stable wrt bug #653574Mikle Kolyada2018-04-261-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-libs/nettle-3.4: ppc64 stable, bug 653574Matt Turner2018-04-221-1/+1
|
* dev-libs/nettle-3.4: ppc stable, bug 653574Matt Turner2018-04-221-1/+1
|
* dev-libs/nettle-3.4: hppa stable, bug 653574Matt Turner2018-04-211-1/+1
|
* dev-libs/nettle: x86 stable (bug #653574)Thomas Deutschmann2018-04-221-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-libs/nettle: stable 3.4 for ia64, bug #653574Sergei Trofimovich2018-04-211-1/+1
| | | | | | Bug: https://bugs.gentoo.org/653574 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* */*: [QA] remove emul-linux-* blockersamynka@gentoo.org2018-04-202-10/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/8074
* dev-libs/nettle: amd64 stable wrt bug #653574Aaron Bauman2018-04-191-2/+2
| | | | | Bug: https://bugs.gentoo.org/653574 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-libs/nettle-3.3-r2: arm64 stableMart Raudsepp2018-03-021-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/nettle: fix mirror/manifestAlon Bar-Lev2017-12-121-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/nettle: readd keywordsAlon Bar-Lev2017-12-111-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/nettle: version bumpAlon Bar-Lev2017-12-112-0/+69
| | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=640704 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-libs/nettle: cleanupAlon Bar-Lev2017-09-091-66/+0
| | | | | | Gentoo-Bug: 626010 Package-Manager: Portage-2.3.6, Repoman-2.3.1