summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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-perl/Crypt-Curve25519: Fix fmul conflicting types build breakage.Tony Vroon2019-06-132-1/+177
| | | | | | | | | | | | | | With thanks to Mike Benson for trawling the upstream bug reports: https://github.com/ajgb/crypt-curve25519/issues/9#issuecomment-447845725 No revision bump as the package does not install without the fix. This uses a patch rather than a sed statement, as the latter could fail silently. Closes: https://bugs.gentoo.org/669436 Suggested-By: Mike Benson <mike@kambe.com.au> Signed-Off-By: Tony Vroon <chainsaw@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-perl/Crypt-Curve25519: amd64 stable wrt bug #661724Mikle Kolyada2018-09-081-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Crypt-Curve25519: x86 stable (bug #661724)Thomas Deutschmann2018-07-221-2/+2
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-perl/Crypt-Curve25519: Cleanup oldKent Fredric2018-04-152-32/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-perl/Crypt-Curve25519: Bump to version 0.60.0Kent Fredric2017-04-062-0/+28
| | | | | | | Upstream: - Fix compilation system/layout Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/Crypt-Curve25519: Add w/ version 0.50.0Kent Fredric2017-03-243-0/+44
Required by new dev-perl/Net-SSH-Perl Package-Manager: Portage-2.3.4, Repoman-2.3.2