gpo.zugaina.org

Search Portage & Overlays:

dev-perl/File-Monitor-Lite

Monitor file changes

Screenshots

  • File-Monitor-Lite-0.652003-r1
    ~amd64 ~arm64 ~x86
    perl_features_debug perl_features_ithreads perl_features_quadmath test

    View      Download      Browse     License: || ( Artistic GPL-1+ )   
    Overlay: stuff

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 a8c999874dc3d8d210ab3db4cfcf8da7a8857173
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 09:08:27 2026 +0200

dev-perl/File-Monitor-Lite: declare its dependencies, revbump

The ebuild carried no RDEPEND or BDEPEND at all, so it merged into an
empty dependency set while lib/File/Monitor/Lite.pm needs four modules
at load time: File::Spec::Functions, File::Find::Rule and File::Monitor
by name, and Class::Accessor::Fast through `use base` followed by
mk_accessors. Without them the module fails to compile on first use.

The list matches upstream's Makefile.PL PREREQ_PM. File::Touch is the
one entry that does not belong in RDEPEND -- only t/02behavior.t and
t/03multiple_files.t use it -- so it goes under test? alongside
Test::More.

Verified against the tarball this ebuild fetches, checked against the
Manifest first rather than a fresh upstream copy.

Separately noted, not changed here: SRC_TEST is a dead variable,
perl-module.eclass reads DIST_TEST. Nineteen dev-perl ebuilds in this
overlay still set it, so it wants one sweep rather than a drive-by fix.

commit 1b4d8f03c8ea4d6231f98623d6f635d617f8e8a6
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 20:02:35 2026 +0200

dev-perl/File-Monitor-Lite: Keyword 0.652003 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 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 9a6e321d054f1c40d9381d27bc362aeaf378732a
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Jul 18 01:14:29 2022 +0100

File-Monitor-Lite EAPI 7

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