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>
* dev-perl/Image-Sane: Cleanup old version 0.120.0Kent Fredric2018-08-172-31/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Image-Sane: amd64 stable wrt bug #657684Aaron Bauman2018-06-101-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Image-Sane: x86 stable (bug #657684)Thomas Deutschmann2018-06-101-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Image-Sane-0.120.0-r0: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/629314
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-perl/Image-Sane: x86 stable (bug #629314)Thomas Deutschmann2017-10-271-1/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-perl/Image-Sane: Fix test failures re bug #635518Kent Fredric2017-10-271-3/+7
| | | | | | | | | - Add missing Try::Tiny dep - Disable test that is failing due to bug in the test itself ( fixed upstream in 0.140.0 ) Closes: https://bugs.gentoo.org/635518 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Image-Sane: Bump to version 0.140.0Kent Fredric2017-10-262-0/+30
| | | | | | | | | Upstream: - include sane/saneopts.h - update scanimage-perl to work like scanimage-1.0.27 - fix escaping in test Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Image-Sane: New ebuild, continuation of dev-perl/SaneChris Mayo2017-07-113-0/+40
Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5032