summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/perl: remove oldAndreas K. Hüttel2021-08-061-668/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-lang/perl: 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>
* dev-lang/perl: drop ~ppc-aix and ~m68k-mintFabian Groffen2020-12-261-3/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-lang/perl: add missing darwin 20 patch, #757249Fabian Groffen2020-12-261-0/+4
| | | | | | Bug: https://bugs.gentoo.org/757249 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-lang/perl: fix flock on sparc-solarisFabian Groffen2020-12-261-1/+5
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-lang/perl: Add USE="minimal" for bootstrappersKent Fredric2020-10-191-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though PDEPEND is "post" dependency, portage still *schedules* PDEPENDS to install *before* perl, where possible. This leads to a fun problem under cross/chroot/catalyst stuff, as it then necessitates you install perl-cleaner, and thus, portage-utils, before installing perl. And portage-utils in turn necessitates a lot of complexity by default, openmp, nettle, ... ssl... And if those fail, which is highly likely, portage doesn't try to install perl, even though it would compile just fine. And in reality, you don't actually need perl-cleaner to have a working perl interpreter. Its just strongly recommended and all systems should have it. Same goes for the virtuals and subsequent perl-core/ stuff, which also isn't strictly necessary for a working perl, at least, not when you're bootstrapping it, as this is mostly our safeguards against various security concerns. So pretty much 100% of what is in PDEPEND should be able to be turned off, if you're an adult and know what you're doing. Globally setting USE="minimal" is not officially supported, but bugs that result from it are welcome. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-lang/perl: Add dependency on libcryptKent Fredric2020-08-111-0/+1
| | | | | | | | As this is auto-linked to by perl, and will need rebuilding when libcrypt is updated. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-lang/perl: bump to perl-cross-1.3.4Mike Gilbert2020-06-141-1/+1
| | | | | Bug: https://bugs.gentoo.org/685660 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-lang/perl: Re-add toolchain improvementsAndreas K. Hüttel2020-06-051-0/+659
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>