summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perl-core/Archive-Tar: Drop keywordsAndreas K. Hüttel2020-02-101-2/+2
| | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [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>
* perl-core: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* perl-core/Archive-Tar: stable 2.300.0 for ppc64, bug #657968Sergei Trofimovich2019-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* perl-core/Archive-Tar: stable 2.300.0 for ppc, bug #657968Sergei Trofimovich2019-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* perl-core/Archive-Tar: stable 2.300.0 for ia64, bug #657968Sergei Trofimovich2019-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* perl-core/Archive-Tar: stable 2.300.0 for sparc, bug #657968Rolf Eike Beer2019-04-101-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>
* perl-core/Archive-Tar: arm stable wrt bug #657968Mikle Kolyada2019-04-081-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* perl-core/Archive-Tar: arm64 stable (bug #657968)Mart Raudsepp2019-04-081-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* perl-core/Archive-Tar: stable 2.300.0 for hppa, bug #657968Sergei Trofimovich2019-04-081-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>
* perl-core/Archive-Tar: alpha stable wrt bug #657968Mikle Kolyada2019-04-081-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"
* perl-core/Archive-Tar: x86 stable (bug #657968)Thomas Deutschmann2019-04-081-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* perl-core/Archive-Tar: s390 stable wrt bug #657968Mikle Kolyada2019-04-081-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"
* perl-core/Archive-Tar: amd64 stable wrt bug #657968Agostino Sarubbo2019-04-071-2/+2
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* perl-core/Archive-Tar: Add 2.300.0 for CVE-2018-12015 bug #657968Kent Fredric2018-07-064-0/+186
This resurrects perl-core/Archive-Tar that was previously removed from tree, so that it can be installed independently on top of Perl 5.24 and perl 5.26, without forcing users to upgrade to perl 5.28 just to get this fix. virtual/perl-Archive-Tar will be also mapped for this purpose. Keywords taken from dev-lang/perl-5.26.2 on the basis that due to Archive-Tar being included there, that this codebase is already keyworded under a different name. Patches applied to fence out Text-Diff dependent mechanics and a bunch of other weirdness that seem to be targeted for non-vendor layouts ( eg: it assumes we're installing bin/* into /usr/local/bin ) I'm not 100% on the mechanics I've chosen, but its OK for now. Package-Manager: Portage-2.3.40, Repoman-2.3.9