summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+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>
* app-crypt/libu2f-server: remove unused patchMichael Mair-Keimberger2019-06-151-54/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/libu2f-server: remove old and now buggy 1.0.1Göktürk Yüksek2019-06-052-52/+0
| | | | | | | Bug: https://bugs.gentoo.org/641792 Bug: https://github.com/Yubico/pam-u2f/issues/93 Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/libu2f-server: remove inactive co-maintainer due to timeoutGöktürk Yüksek2018-04-211-4/+0
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.9
* app-crypt/libu2f-server: x86 stable (bug #652410)Thomas Deutschmann2018-04-061-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* app-crypt/libu2f-server: amd64 stableAaron Bauman2018-04-041-1/+1
| | | | | Bug: https://bugs.gentoo.org/652410 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* app-crypt/libu2f-server: bump to 1.1.0, introduce a subslotGöktürk Yüksek2018-01-054-0/+92
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-crypt/libu2f-server: Add subslot operator on dev-libs/json-c atomThomas Deutschmann2017-12-191-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-crypt/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-crypt/libu2f-server: Add libressl USE flagLuis Ressel2017-01-271-2/+3
| | | | | In my tests, libu2f-server has worked fine with libressl; no patches are necessary.
* app-crypt/libu2f-server: backport optional tests patch #587472Göktürk Yüksek2016-11-222-2/+62
| | | | Package-Manager: portage-2.3.0
* app-crypt/libu2f-server: fix test dependencies #587472Göktürk Yüksek2016-06-291-2/+2
| | | | | | | | | The configure.ac file checks for the test deps unconditionally. Remove test USE flag and always depend on test deps. Gentoo-Bug: https://bugs.gentoo.org/587472 Package-Manager: portage-2.2.28
* app-crypt/libu2f-server: initial commit of U2F server library in CGöktürk Yüksek2016-06-283-0/+58
Package-Manager: portage-2.2.28