summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Archive-Tar-Wrapper: Cleanup old 0.370.0Kent Fredric2020-10-192-35/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Archive-Tar-Wrapper: Bump to version 0.380.0Kent Fredric2020-09-162-0/+36
| | | | | | | | | | | | - Fix LICENSE Upstream: - Fix license Closes: https://bugs.gentoo.org/721214 Bug: https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/17 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Archive-Tar-Wrapper: Cleanup old 0.330.0Kent Fredric2020-06-202-36/+0
| | | | | | | Unstable(~) version eclipsed by newer for at least a month Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Archive-Tar-Wrapper: Bump to version 0.370.0Kent Fredric2020-04-292-0/+35
| | | | | | | | | | | | | | - EAPI7 Upstream: - Lots of refactoring, doc tidying and packaging microfixes. - Add _rem_dots method which may be faster at removing '.' and '..' from readdir than previous implementation with sort or shift - Fix handling of bstdar on windows and tar on openbsd - Removed need of Dumbbench on installer side tests Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Archive-Tar-Wrapper: Cleanup old 0.230.0Kent Fredric2020-04-122-34/+0
| | | | | Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-2/+4
| | | | | | | | | | | | | | | | | | 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/Archive-Tar-Wrapper: Bump to version 0.330.0Kent Fredric2018-09-072-0/+35
| | | | | | | | | | | | Upstream: - Add GPL3 license - Add OpenBSD tar handling - Improve Log::Log4perl performance - Improved Win32 support - Add performance tests - Skip bzip2 tests if bzip2 not available Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/*: 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>
* dev-perl/Archive-Tar-Wrapper: Add w/ version 0.230.0Kent Fredric2016-11-213-0/+46
This is a recommended requirement for Dist-Zilla as it is substantially faster than using a Perl implementation of Tar for the same purpose. Explicit dependency on app-arch/tar due to this modules purpose being oriented around tar, or gnu tar, and may not work with other implementations. Package-Manager: portage-2.3.2