Versions
v1.260.0 :: 0 :: gentoo
- Modified
- License
- || ( Artistic GPL-1+ )
- Keywords
- amd64 arm arm64 hppa ppc ppc64 x86 ~alpha ~amd64-linux ~loong ~mips ~ppc-macos ~riscv ~sparc ~x86-linux
- USE flags
- minimal test
USE flags
General
- minimal
- Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
perl_features
- debug
- PERL_FEATURES setting enabling internal debug support in Perl
- ithreads
- PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems
- quadmath
- PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath
Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
Runtime Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-perl / Class-Tiny : Minimalist class construction
dev-perl / File-ShareDir : Locate per-dist and per-module shared files
dev-perl / Lingua-EN-Inflect : Perl module to pluralize English words
virtual / perl-Carp : Virtual for Carp
virtual / perl-Pod-Escapes : Virtual for Pod-Escapes
virtual / perl-Pod-Simple : Virtual for Pod-Simple
virtual / perl-Text-Tabs+Wrap : Virtual for Text::Tabs and Text::Wrap, also distributed as Text::Tabs+Wrap
Depending packages
dev-perl / Perl-Critic : Critique Perl source code for best-practices
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
dev-perl/Pod-Spell: Stabilize 1.260.0 hppa, #935698
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Pod-Spell: Stabilize 1.260.0 ppc64, #935698
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Pod-Spell: Stabilize 1.260.0 arm64, #935698
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Pod-Spell: Stabilize 1.260.0 arm, #935698
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-perl/Pod-Spell: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
dev-perl/Pod-Spell: Keyword 1.260.0 mips, #909051
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Pod-Spell: Keyword 1.260.0 hppa, #909051
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Pod-Spell: Stabilize 1.260.0 amd64, #912508
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-perl/Pod-Spell: Stabilize 1.260.0 x86, #912508
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-perl/Pod-Spell: Stabilize 1.260.0 ppc, #912508
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
dev-perl/Pod-Spell: keyword 1.260.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-perl/Pod-Spell: Keyword 1.260.0 riscv, #909051
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Pod-Spell: Keyword 1.260.0 arm64, #909051
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Pod-Spell: Keyword 1.260.0 arm, #909051
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Pod-Spell: add 1.260.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-perl/Pod-Spell: EAPI=8; virtual/perl-Pod-Parser -> dev-perl/...
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
dev-perl/Pod-Spell: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
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> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
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> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Pod-Spell: Cleanup old versions
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-perl/Pod-Spell: x86 stable (bug #661778)
Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-perl/Pod-Spell-1.200.0: alpha stable, bug 661778 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-perl/Pod-Spell: stable 1.200.0 for ppc, bug #661778
Bug: https://bugs.gentoo.org/661778 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-perl/Pod-Spell: amd64 stable wrt bug #661778
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Kent Fredric · gentoo
dev-perl/Pod-Spell: Bump to version 1.200.0
Upstream: - remove use of File::ShareDir::ProjectDistDir - allow stop words to contain '.' - Hide internals - Documentation enhancements Package-Manager: Portage-2.3.18, Repoman-2.3.6 - Matt Turner · gentoo
dev-perl/Pod-Spell: added ~ppc, bug 579360 - Matt Turner · gentoo
dev-perl/Pod-Spell: added ~sparc, bug 579360 - Matt Turner · gentoo
dev-perl/Pod-Spell: added ~ppc64, bug 579360 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Matt Turner · gentoo
dev-perl/Pod-Spell: added ~alpha, bug 579360. - Andreas K. Hüttel · gentoo
dev-perl/Pod-Spell: Remove superfluous die
Package-Manager: portage-2.2.28 - Kent Fredric · gentoo
dev-perl/Pod-Spell: Bump to version 1.190.0
- EAPI6 - Lots of extra deps Upstream: - Automatic Plural inclusion added - OO Interface added for wordlists - 's stopwords now processed without 's - Punctuation stripped from words - added an option to strip words with utf8 characters - Output encoding defaults to CTYPE Keywording: New deps, lost: alpha ppc ppc64 sparc Package-Manager: portage-2.2.28 - Agostino Sarubbo · gentoo
dev-perl/Pod-Spell: ppc stable wrt bug #572140
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
dev-perl/Pod-Spell: add alpha keyword
Gentoo-Bug: 572140 Package-Manager: portage-2.2.27 - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed