summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-lang/perl: sparc stable wrt bug #604602Agostino Sarubbo2017-04-281-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl-5.24.1-r1: add alpha keywordTobias Klausmann2017-04-241-1/+1
| | | | Gentoo-Bug: 604602
* dev-lang/perl: Stop treating minor devrels as ABI compatibleKent Fredric2017-04-211-3/+6
| | | | | | | | | | | | | | Development releases of Perl are not ABI-intercompatible with each other, regardless of *actual* ABI compat, as Perl itself enforces minor-version breaks in XS code. Hence, this commit: 1. Ensures that development releases use the full 5.xx.yyy for the subslot 2. Ensures the arch-abi-path from older 5.ODD series is not shared with newer 5.ODD Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-lang/perl: Fix dual-scripts versions from corelist deltasKent Fredric2017-04-211-2/+2
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-lang/perl: Update 5.26.9999 to 5.25.12 internallyKent Fredric2017-04-212-11/+13
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-lang/perl: Stable for HPPA (bug #604602).Jeroen Roovers2017-04-161-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* dev-lang/perl: x86 stable wrt bug #604602Agostino Sarubbo2017-04-151-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: amd64 stable wrt bug #604602Agostino Sarubbo2017-04-151-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: arm arm64 ppc ppc64 stable (bug 604602)Michael Weber2017-04-051-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
* dev-lang/perl: Add 5.26.9999 periodic-snapshot versionKent Fredric2017-03-292-0/+593
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a pre-release of 5.26 series and aims to be a work-in-progress for the life of Perl 5.26. Changes are intended to happen here first, and then get folded out into actual releases. This version requires grown-up mode and likely judicious use of package.provided ( because at least at this time, requisite virtuals are missing ) Also, this package is very ambitious and employs INC modifications that incorporate a broader selection of previous perls' versions, by re-including the architecture-independent paths from older perls. Its not known at this time if this is a viable strategy for a final release, but it intends to make testing this easier. ( Because you might need lots of --nodeps to use this version to begin with ) Also, you may want to borrow from https://github.com/gentoo-perl/perl-testing-profiles Which has a few things optimised for doing this, and for testing in general, including some workarounds for known defects / spurious failures. Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-lang/perl: Add workaround for bug 604072Andreas K. Hüttel2017-03-241-0/+4
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/perl: Copy dropped ~x64-cygwin supportKent Fredric2017-02-221-1/+1
| | | | | | | haubi keyworded for cygwin too close to me bumping Perl, and I didn't notice. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/perl,virtual/perl-Module-CoreList: Bump to 5.22.3 FinalKent Fredric2017-02-222-0/+552
| | | | | | | | | | | | | | | - Fix bug with patching now-missing CPANPLUS code #608966 - Update cross-perl to 1.1.4 - Fix cross-compile bugs - Fix GCC6 + lto bugs #583532 - Backport fixes from Compress-Raw-Zlib 2.074 for zlib 1.2.9+ #606374 Bug: https://bugs.gentoo.org/608966 Bug: https://bugs.gentoo.org/583532 Bug: https://bugs.gentoo.org/606374 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/perl: Update to patchelevel 3Kent Fredric2017-02-212-0/+561
| | | | | | | | | | | | | | | | | | | | | - Fix related to bug #608966 under crossdev where "touch" on a path would fail because the parent path did not exist - Fix patching failure under crossdev due to SHA1Sums changing - Upgrade perl-cross to 1.1.4 - Fix makefile ordering issue when compiling unicore/ parts before Config.pm has been compiled - Ensure miniperl is built with the right target arch for bootstrap - Upgrade base.pm patchset to latest for testing - Fix compilation with GCC6 and -flto #583532 - Properly fix compilation against newer zlibs #606374 by backporting changes to ZLib.xs from Compress-Raw-Zlib 2.074 Bug: https://bugs.gentoo.org/608966 Bug: https://bugs.gentoo.org/583532 Bug: https://bugs.gentoo.org/606374 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/perl: keyword ~x64-cygwinMichael Haubenwallner2017-02-201-1/+1
| | | | Package-Manager: portage-2.3.3
* dev-lang/perl, virtual/perl-*: Cleanup 5.20* and eblits re bug #589680 and ↵Kent Fredric2017-02-2015-1022/+0
| | | | | | | | | bug #586418 Bug: https://bugs.gentoo.org/586418 Bug: https://bugs.gentoo.org/589680 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/perl: mark 5.22.3_rc4 m68k/s390/sh stableMike Frysinger2017-02-141-1/+1
|
* dev-lang/perl,virtual/perl-Module-CoreList: Bump to Perl v5.24.1 (final)Kent Fredric2017-02-122-0/+558
| | | | | | | | | | | | | | | | - Patches reworked slightly to give better `perl -V` output and apply cleanly with `git am` - base.pm changes from 5.24.1-RC4 carried on, despite removal upstream in 5.24.1-RC5/Final ( For testing, as this change is likely to come back in 5.24.2 ) - Temporarily disable zlib tests affected by bug #606374 - Remove bad patch causing bug #608966 - Upgrade to perl-cross 1.1.3 Bug: https://bugs.gentoo.org/606374 Bug: https://bugs.gentoo.org/608966 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/perl: arm64 stable (bug 589680).Michael Weber2017-02-101-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/perl: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵Fabian Groffen2017-01-294-7/+7
| | | | | | ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* dev-lang/perl,virtual/perl-*: Cleanup all non-latest perl-5.22* and ↵Kent Fredric2017-01-256-1445/+0
| | | | | | | | | | | | | | | | | | | | | perl-5.24* re bug #589680 Keeping 5.20.0 for now while backwards deps are still unsatisfied, simply cleaning out all but the latest in each ABI subslot to minimise the number of people who are going to be forced to do an ABI rebuild prematurely. If you still need perl-5.22.0, 5.22.1, 5.22.0, 5.24.0 , please locally revert this commit. Note: You may also need a copy of files/ at the time this commit was performed, as those packages use horrible old eblits, which we're trying to kill off Bug: https://bugs.gentoo.org/589680 Bug: https://bugs.gentoo.org/586418 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/perl: Stable for HPPA (bug #589680).Jeroen Roovers2017-01-211-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-lang/perl: ppc64 stable wrt bug #589680Agostino Sarubbo2017-01-181-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: sparc stable wrt bug #589680Agostino Sarubbo2017-01-181-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: ia64 stable wrt bug #589680Agostino Sarubbo2017-01-171-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: ppc stable wrt bug #589680Agostino Sarubbo2017-01-151-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Revert "dev-lang/perl: Restore MANIFEST sort order, bug 589302"Andreas K. Hüttel2017-01-052-13/+3
| | | | | | | This commit / patch is not needed since we already have a fix for the bug. See https://github.com/gentoo-perl/perl-patchset/commit/23179a630d04c3d40e7c09bccbf2f38f3ad72b93 This reverts commit 1ddfb9cc7eb204864bcf113b74ca4c5c9780c84a.
* dev-lang/perl: Restore MANIFEST sort order, bug 589302Andreas K. Hüttel2016-12-292-3/+13
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/perl: Fix ndbm inclusionGwendal Grignou2016-12-273-3/+9
| | | | | | | | | | | gdbm package provide gdbm and ndbm [aka libgdbm-compat] libraries, but configures libgdbm-compat only if berkdb use flag is defined. Therefore, we can use nbdm only if berkdb gdbm use flags are defined. Without this change, perl compilation fails if gdbm is set but not berkdb. I did not add a new ebuild to be able to see the difference. Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
* dev-lang/perl: Use more frugal decompression limits re bug #603578Kent Fredric2016-12-273-4/+4
| | | | | | | | | | | | | | In my user ENV I have some very expensive and large limits defined which leaked through into the release process. This commit ships re-generated tar.xz's with a more frugal memory limit of 1MB, which is *heaps* for this. Thanks to Mark Davies for reporting. Bug: https://bugs.gentoo.org/603578 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/perl: x86 stable (bug #589680)Thomas Deutschmann2016-12-231-1/+1
| | | | Package-Manager: Portage-2.3.2, Repoman-2.3.1
* dev-lang/perl: amd64 stable, wrt bug #589680Aaron Bauman2016-12-171-1/+1
|
* dev-lang/perl: arm stable, bug #589680Markus Meier2016-12-171-1/+1
| | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-lang/perl-5.22.3_rc4-r0: stable on alphaTobias Klausmann2016-12-121-1/+1
| | | | Gentoo-Bug: 589680
* dev-lang/perl: Bump to version 5.22.3_rc4Kent Fredric2016-12-072-0/+555
| | | | | | | The source to this ebuild is based on the 5.24 line, debriding itself of eblits. Package-Manager: portage-2.3.0
* dev-lang/perl: Bump to 5.24.1_rc4Kent Fredric2016-11-232-0/+555
| | | | Package-Manager: portage-2.3.0
* dev-lang/perl: Add cross-compile support, bug 134650Andreas K. Hüttel2016-10-222-0/+553
| | | | Package-Manager: portage-2.3.2
* dev-lang/perl: Remove unused 5.024 eblitsKent Fredric2016-10-017-499/+0
| | | | | | | All these files were used by the perl-5.24.0 ebuild and you can now see how crazy it all was. Package-Manager: portage-2.3.1
* dev-lang/perl: Remove eblitted version of 5.24.0Kent Fredric2016-10-012-127/+0
| | | | | | | | | The eblits based variation of 5.24.0 is now surplus to requirements and 5.24.0-r1 is much more sane and predictable. No reverse dependencies have any significance here. Package-Manager: portage-2.3.1
* dev-lang/perl: Add := subslot deps for sys-libs/dbKent Fredric2016-10-017-11/+11
| | | | | | | | | | | | USE=berkdb compiles perl linking against sys-libs/db, indicating that removing the slot perl compiled against (which appears to be "latest") will cause Perl to be broken. This change actually requires -r1 bumps for all dev-lang/perl to propagate, however, that is a little too complex right now in the tail of a stabilization. Package-Manager: portage-2.3.1
* dev-lang/perl: ia64 stable wrt bug #567482Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: ppc stable wrt bug #567482Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: ppc64 stable wrt bug #567482Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: sparc stable wrt bug #567482Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: x86 stable wrt bug #567482Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/perl: Allow finetuning with EXTRA_ECONF, bug 558070Andreas K. Hüttel2016-09-191-1/+6
| | | | Package-Manager: portage-2.3.0
* dev-lang/perl: use REPLACING_VERSIONS instead of has_version where possibleKent Fredric2016-09-181-12/+19
| | | | Package-Manager: portage-2.3.0
* dev-lang/perl: Restore missing call to check_rebuildKent Fredric2016-09-181-0/+4
| | | | | | | | | | | In the process of flattening perl-5.24.0-r1.ebuild, the call to check_rebuild was omitted unintentionally, removing the ability for this message to be displayed. This commit reinserts the displaying of said message at the pkg_preinst phase the last possible moment before the system perl gets updated for real. Package-Manager: portage-2.3.0