summaryrefslogtreecommitdiff
path: root/dev-perl/Class-Load
AgeCommit message (Collapse)Author
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-06-22dev-perl/Class-Load: update DESCRIPTIONSam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-06-04dev-perl/Class-Load: keyword 0.250.0 for ~loongWANG Xuerui
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
2023-05-24*/*: remove x86-solaris keywordFabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2021-09-13dev-perl/Class-Load: keyword ~riscvYixun Lan
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-04-05dev-perl/Class-Load: drop s390 to ~s390 (unstable)Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-01-06dev-perl/Class-Load: drop x86-macosFabian Groffen
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2020-12-31*/*: Drop most stable hppa keywordsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-12-27dev-perl/Class-Load: drop ppc-aix m68k-mintFabian Groffen
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2020-10-04dev-perl/Class-Load: Cleanup old 0.240.0Kent Fredric
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2020-08-31dev-perl/Class-Load: Stabilize 0.250.0 ppc, #738212Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-08-25dev-perl/Class-Load: Stabilize 0.250.0 ppc64, #738212Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-08-24dev-perl/Class-Load: Stabilize 0.250.0 amd64, #738212Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-08-24dev-perl/Class-Load: stable 0.250.0 for hppa, bug #738212Rolf Eike Beer
Package-Manager: Portage-2.3.103, 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>
2020-08-24dev-perl/Class-Load: Stabilize 0.250.0 x86, #738212Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-08-21dev-perl/Class-Load: stable 0.250.0 for sparc, bug #738212Rolf Eike Beer
Package-Manager: Portage-2.3.103, 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>
2020-08-21dev-perl/Class-Load: s390 stable wrt bug #738212Agostino Sarubbo
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-08-21dev-perl/Class-Load: Stabilize 0.250.0 arm, #738212Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-08-20dev-perl/Class-Load: Stabilize 0.250.0 arm64, #738212Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-07-21dev-perl/Class-Load: Drop various keywords re bug #673504Kent Fredric
Depends: - dev-perl/Module-Implementation - dev-perl/Test-Requires Bug: https://bugs.gentoo.org/673504 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2020-06-19dev-perl/Class-Load: Bump to version 0.250.0Kent Fredric
- EAPI7 Upstream: - Make Data-OptList minversion mandatory Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2020-04-03*/*: Drop stable ia64 keywordsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-03-26*/*: Discontinue Gentoo SuperH portMikle Kolyada
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2020-02-11*/*: Bump copyright on files touched this yearMichał Górny
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>
2020-01-25*/*: Drop stable alpha keywordsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
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>
2019-10-11dev-perl: Remove *-fbsd KEYWORDSMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-07-28dev-perl/Class-Load: arm64 stableAaron Bauman
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
2019-07-25dev-perl/Class-Load: Cleanup old versionsKent Fredric
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2019-04-13dev-perl/Class-Load: arm64 keyworded (bug #683162)Aaron Bauman
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
2019-01-17dev-perl/Class-Load: Add ~m68k keyword wrt bug #665088Mikle Kolyada
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
2019-01-17dev-perl/Class-Load: Add ~sh keyword wrt bug #665088Mikle Kolyada
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
2018-10-15dev-perl/Class-Load: added Prefix keywords, bug #665088Fabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
2018-09-08dev-perl/Class-Load: Restore ~x86-fbsdKent Fredric
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-30dev-perl/Class-Load: s390 stable wrt bug #548352Mikle Kolyada
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-04-18dev-perl/Class-Load: stable 0.240.0 for ia64, bug #652538Sergei Trofimovich
Bug: https://bugs.gentoo.org/652538 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
2018-04-18dev-perl/Class-Load: arm stable wrt bug #652538Mikle Kolyada
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-04-10dev-perl/Class-Load-0.240.0-r0: alpha stableTobias Klausmann
Gentoo-Bug: http://bugs.gentoo.org/652538
2018-04-07dev-perl/Class-Load-0.240.0: hppa stable, bug 652538Matt Turner
2018-04-06dev-perl/Class-Load-0.240.0: ppc64 stable, bug 652538Matt Turner
2018-04-06dev-perl/Class-Load-0.240.0: ppc stable, bug 652538Matt Turner
2018-04-05dev-perl/Class-Load: amd64 stableAaron Bauman
Bug: https://bugs.gentoo.org/652538 Package-Manager: Portage-2.3.28, Repoman-2.3.9
2018-04-05dev-perl/Class-Load: stable 0.240.0 for sparcRolf Eike Beer
Bug: https://bugs.gentoo.org/652538 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
2018-04-05dev-perl/Class-Load: x86 stable (bug #652538)Thomas Deutschmann
Package-Manager: Portage-2.3.28, Repoman-2.3.9
2017-12-09dev-perl/*: Update Manifest hashesMichał Górny
2017-07-10dev-perl/Class-Load: add Prefix keywords, bug #548352Fabian Groffen
Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-04-11dev-perl/Class-Load: Bump to version 0.240.0Kent Fredric
- EAPI6 Upstream: - Fix tests for altered Test::Without::Module exception Package-Manager: Portage-2.3.4, Repoman-2.3.2
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>