dev-perl/Math-Combinatorics
Perform combinations and permutations on lists
ChangeLog
commit 38871e8377aa8278032277019fb791cc7da89e04
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 09:54:06 2026 +0200
dev-perl: drop SRC_TEST, which perl-module.eclass does not read
Nineteen ebuilds across fourteen packages set SRC_TEST=do. The eclass
has not read that variable in a long time -- it contains no reference
to it at all -- and takes its cue from DIST_TEST instead, whose default
is "do parallel". So the setting has been inert.
Inert rather than harmful, which is worth stating: every one of the
nineteen set it to "do", and the effective default already runs tests,
so nothing was being skipped that the ebuild author meant to run. Had
any of them said "no" or "skip" this would have been a live bug instead
of dead weight.
Deleting rather than translating to DIST_TEST=do on purpose. That
spelling means serial, while these packages have been running tests in
parallel for as long as the variable has been ignored, so converting
would change behaviour rather than preserve it.
No revbump: the variable had no effect, so neither dependencies nor
installed content change.
commit 7015b82e493f1da6b9a6f5f809a26169f356aa04
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 20:02:35 2026 +0200
dev-perl/Math-Combinatorics: Keyword 0.09 for ~arm64
Perl module, architecture-independent.
commit 946b3d5e6f85aa6d17632eb69d8c14152e056548
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200
*/*: normalize metadata.xml DTD URL and indent
Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.
pkgcheck stays silent on all metadata-* and maintainer-* checks.
commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100
*/*: UPD header, Happy New Year
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit faa1a6bd0ab2591e7f00f30c0e9a6e14a81f56b3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 12:32:55 2025 +0100
Corrected missing blank line after EAPI warning
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 53851f80b8cfb1a4890346e55b3b2d3e1bf67bfc
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Dec 10 21:29:21 2025 +0100
dev-perl/Math-Combinatorics: update EAPI 7 -> 8
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 75d55441dbb2e55a7102e44b643e2e17cdfbc05d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Oct 17 21:58:20 2025 +0200
finally upd year to 2025 :)
commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100
upd copyright to 2024
commit 9932ba75a415ad4a20e0d9e1206bdbb41306068e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:58:58 2023 +0300
rm empty DEPEND
commit 2caa8121f02da6bd5e5e62d1b283cd11193e97e4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:35:08 2023 +0300
rm empty IUSE and KEYWORDS
commit 48945780358f03a15149c157357fee6dafea2c53
Author: Ivan S. Titov <istitov@github.com>
Date: Thu Sep 14 23:32:55 2023 +0200
upd: header
commit d786509ba8df71e12952938f6351402ec7ecfbc7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 20 23:16:50 2022 +0300
upd date in ebuilds
commit e497c919da39c63ae75d3a66754fd38843f8fec6
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Jul 18 01:37:35 2022 +0100
Delete Math-Combinatorics-0.90.0.ebuild
commit 77405c5906159209da5479aee75fc7a5802f2535
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Jul 18 01:37:13 2022 +0100
Math-Combinatorics EAPI7
commit 5ae9c641546f61cf4e7bc8f7f6df07df270d69c7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 28 19:25:41 2021 +0100
corrected gentoo header
commit 8ec3da5ffd1d1232235ebc958e4efc863933d2b2
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Tue Jul 28 00:57:06 2020 +0000
some updates in dev-perl
commit e09d26deb9a807a7410cb9b515a1ac54cc3767c2
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Mon Jul 27 14:59:55 2020 +0000
Perl packages repomaned
commit b06069a12c3fe885173e0eeac462dbe6dc4f123c
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Mon Jul 27 14:40:47 2020 +0000
Perl packages added for demeter
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 09:54:06 2026 +0200
dev-perl: drop SRC_TEST, which perl-module.eclass does not read
Nineteen ebuilds across fourteen packages set SRC_TEST=do. The eclass
has not read that variable in a long time -- it contains no reference
to it at all -- and takes its cue from DIST_TEST instead, whose default
is "do parallel". So the setting has been inert.
Inert rather than harmful, which is worth stating: every one of the
nineteen set it to "do", and the effective default already runs tests,
so nothing was being skipped that the ebuild author meant to run. Had
any of them said "no" or "skip" this would have been a live bug instead
of dead weight.
Deleting rather than translating to DIST_TEST=do on purpose. That
spelling means serial, while these packages have been running tests in
parallel for as long as the variable has been ignored, so converting
would change behaviour rather than preserve it.
No revbump: the variable had no effect, so neither dependencies nor
installed content change.
commit 7015b82e493f1da6b9a6f5f809a26169f356aa04
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 20:02:35 2026 +0200
dev-perl/Math-Combinatorics: Keyword 0.09 for ~arm64
Perl module, architecture-independent.
commit 946b3d5e6f85aa6d17632eb69d8c14152e056548
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200
*/*: normalize metadata.xml DTD URL and indent
Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.
pkgcheck stays silent on all metadata-* and maintainer-* checks.
commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100
*/*: UPD header, Happy New Year
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit faa1a6bd0ab2591e7f00f30c0e9a6e14a81f56b3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 12:32:55 2025 +0100
Corrected missing blank line after EAPI warning
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 53851f80b8cfb1a4890346e55b3b2d3e1bf67bfc
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Dec 10 21:29:21 2025 +0100
dev-perl/Math-Combinatorics: update EAPI 7 -> 8
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 75d55441dbb2e55a7102e44b643e2e17cdfbc05d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Oct 17 21:58:20 2025 +0200
finally upd year to 2025 :)
commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100
upd copyright to 2024
commit 9932ba75a415ad4a20e0d9e1206bdbb41306068e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:58:58 2023 +0300
rm empty DEPEND
commit 2caa8121f02da6bd5e5e62d1b283cd11193e97e4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:35:08 2023 +0300
rm empty IUSE and KEYWORDS
commit 48945780358f03a15149c157357fee6dafea2c53
Author: Ivan S. Titov <istitov@github.com>
Date: Thu Sep 14 23:32:55 2023 +0200
upd: header
commit d786509ba8df71e12952938f6351402ec7ecfbc7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 20 23:16:50 2022 +0300
upd date in ebuilds
commit e497c919da39c63ae75d3a66754fd38843f8fec6
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Jul 18 01:37:35 2022 +0100
Delete Math-Combinatorics-0.90.0.ebuild
commit 77405c5906159209da5479aee75fc7a5802f2535
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Jul 18 01:37:13 2022 +0100
Math-Combinatorics EAPI7
commit 5ae9c641546f61cf4e7bc8f7f6df07df270d69c7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 28 19:25:41 2021 +0100
corrected gentoo header
commit 8ec3da5ffd1d1232235ebc958e4efc863933d2b2
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Tue Jul 28 00:57:06 2020 +0000
some updates in dev-perl
commit e09d26deb9a807a7410cb9b515a1ac54cc3767c2
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Mon Jul 27 14:59:55 2020 +0000
Perl packages repomaned
commit b06069a12c3fe885173e0eeac462dbe6dc4f123c
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Mon Jul 27 14:40:47 2020 +0000
Perl packages added for demeter


View
Download
Browse