dev-perl/Graphics-GnuplotIF
A dynamic Perl interface to gnuplot
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 951c93484102a175d278bdc2c049b74fa22cefe2
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 20:02:35 2026 +0200
dev-perl/Graphics-GnuplotIF: Keyword 1.8 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 cf5b2b499e214617af6a123eed4ae57c317b38db
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 22:32:54 2026 +0200
dev-perl/*: bump all EAPI=7 ebuilds to EAPI=8
Mechanical sweep across the dev-perl subsystem (Demeter's Build.PL
ecosystem). 23 ebuilds across 14 packages flipped from EAPI=7 to
EAPI=8: Chemistry-Elements, Encoding-FixLatin, File-CountLines,
File-Monitor{,-Lite}, File-Touch, Graphics-GnuplotIF,
MooseX-Types-LaxNum, PDL-Stats, Pod-ProjectDocs, Regexp-Assemble,
Term-Sk, Term-Twiddle. Math-Combinatorics-0.09 was already at 8.
The perl-module eclass behaves identically under both EAPIs for these
modules so no other change is needed; pkgcheck stays silent and
sample build-checks (Term-Twiddle, Pod-ProjectDocs, MooseX-Types-
LaxNum) all install clean.
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 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 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 fc95674139730fa013150ae8e6b877f0d6cd0381
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Jul 18 01:23:31 2022 +0100
Graphics-GnuplotIF 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 951c93484102a175d278bdc2c049b74fa22cefe2
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 20:02:35 2026 +0200
dev-perl/Graphics-GnuplotIF: Keyword 1.8 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 cf5b2b499e214617af6a123eed4ae57c317b38db
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 22:32:54 2026 +0200
dev-perl/*: bump all EAPI=7 ebuilds to EAPI=8
Mechanical sweep across the dev-perl subsystem (Demeter's Build.PL
ecosystem). 23 ebuilds across 14 packages flipped from EAPI=7 to
EAPI=8: Chemistry-Elements, Encoding-FixLatin, File-CountLines,
File-Monitor{,-Lite}, File-Touch, Graphics-GnuplotIF,
MooseX-Types-LaxNum, PDL-Stats, Pod-ProjectDocs, Regexp-Assemble,
Term-Sk, Term-Twiddle. Math-Combinatorics-0.09 was already at 8.
The perl-module eclass behaves identically under both EAPIs for these
modules so no other change is needed; pkgcheck stays silent and
sample build-checks (Term-Twiddle, Pod-ProjectDocs, MooseX-Types-
LaxNum) all install clean.
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 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 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 fc95674139730fa013150ae8e6b877f0d6cd0381
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Jul 18 01:23:31 2022 +0100
Graphics-GnuplotIF 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