summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Clone: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-perl/Clone: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/Clone: ~x64-macos keywordedSam James2020-11-281-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Clone: Added ~mips to KEYWORDSJoshua Kinard2020-10-221-1/+1
| | | | | Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.2
* dev-perl/Clone: Keyword 0.450.0 alpha, #737594Matt Turner2020-09-261-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-perl/Clone: keyword riscvYixun Lan2020-09-031-1/+1
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-perl/Clone: arm64 keyworded (bug #730666)Sam James2020-07-091-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Clone: keyworded 0.450.0 for hppa, bug #730666Rolf Eike Beer2020-07-071-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Clone: keyworded 0.450.0 for sparc, bug #730666Rolf Eike Beer2020-07-061-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Clone: arm keyworded (bug #730666)Sam James (sam_c)2020-07-061-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/Clone: keyworded 0.450.0 for ppc64Sergei Trofimovich2020-07-051-1/+1
| | | | | | | | keyworded wrt bug #730666 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Clone: keyworded 0.450.0 for ppcSergei Trofimovich2020-07-051-1/+1
| | | | | | | | keyworded wrt bug #730666 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Clone: keyworded 0.450.0 for ia64Sergei Trofimovich2020-07-041-1/+1
| | | | | | | | keyworded wrt bug #730666 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Clone: Bump to version 0.450.0Kent Fredric2020-06-272-0/+30
| | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Remove unused/empty variables - Move compile variable tricks into src_compile Upstream: - reuse COWed PV when cloning - Extra protection against infinite loops - Check CowREFCNT of a COWed PV - Fix handling/cloning mg_ptr - Support perls with COW disabled Keywords: - Dropped many keywords due to new dependency dev-perl/B-COW dropped: alpha amd64-linux arm arm64 hppa ia64 m68k-mint mips ppc{,-aix,-macos} ppc64 sparc{,-solaris} sparc64-solaris x64{-macos,-solaris} x86{-linux,-macos,-solaris} Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@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>
* dev-perl: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/Clone: arm64 stableAaron Bauman2019-07-281-2/+2
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* dev-perl/Clone: added Prefix keywords, bug #665088Fabian Groffen2018-10-271-2/+2
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-perl/Clone: keyword ~arm64Alexey Korepanov2018-04-021-2/+2
|
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-perl/Clone: Drop oldMikle Kolyada2017-08-272-24/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-perl/Clone: hppa stable wrt bug 618982Mikle Kolyada2017-08-271-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-perl/Clone: ia64 stable wrt bug #618982Agostino Sarubbo2017-06-101-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Clone: arm stable, bug #618982Markus Meier2017-05-281-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-perl/Clone: ppc64 stable wrt bug #618982Agostino Sarubbo2017-05-261-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Clone-0.390.0-r0: add alpha keywordTobias Klausmann2017-05-221-1/+1
| | | | Gentoo-Bug: 618982
* dev-perl/Clone: sparc stable wrt bug #618982Agostino Sarubbo2017-05-221-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Clone: ppc stable (bug 618982).Michael Weber2017-05-221-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc"
* dev-perl/Clone: x86 stable wrt bug #618982Agostino Sarubbo2017-05-201-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Clone: amd64 stable wrt bug #618982Agostino Sarubbo2017-05-201-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Clone: Bump to version 0.390.0Kent Fredric2017-04-082-0/+22
| | | | | | | | | | | - EAPI6 - Parallel Tests Upstream: - Fixes for '.' in @INC Bug: https://bugs.gentoo.org/614934 Package-Manager: Portage-2.3.4, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-perl/Clone: Remove oldAndreas K. Hüttel2016-01-242-18/+0
| | | | Package-Manager: portage-2.2.27
* dev-perl/Clone: Stable for HPPA (bug #570198).Jeroen Roovers2016-01-241-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches
* dev-perl/Clone: ppc64 stable wrt bug #570198Mikle Kolyada2016-01-171-1/+1
| | | | Package-Manager: portage-2.2.26
* dev-perl/Clone: ppc stable wrt bug #570198Mikle Kolyada2016-01-171-1/+1
| | | | Package-Manager: portage-2.2.26
* dev-perl/Clone: ia64 stable wrt bug #570198Agostino Sarubbo2016-01-111-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Clone: alpha stable wrt bug #570198Agostino Sarubbo2016-01-101-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Clone: arm stable, bug #570198Markus Meier2016-01-091-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* dev-perl/Clone: sparc stable wrt bug #570198Agostino Sarubbo2016-01-091-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Clone: x86 stable wrt bug #570198Agostino Sarubbo2016-01-061-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Clone: amd64 stable wrt bug #570198Agostino Sarubbo2016-01-021-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>