public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orphaned Packages Process <packaging-reports@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-B-Hooks-AtRuntime] rawhide: Orphaned for 6+ weeks
Date: Tue, 30 Jun 2026 22:37:29 GMT [thread overview]
Message-ID: <178285904975.1.8532074901108857417.rpms-perl-B-Hooks-AtRuntime-73ddb7b3908d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-B-Hooks-AtRuntime
Branch : rawhide
Commit : 73ddb7b3908d0bfe8dfaecadec154a459fe5bfbd
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-06-30T17:37:25-05:00
Stats : +1/-127 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/perl-B-Hooks-AtRuntime/c/73ddb7b3908d0bfe8dfaecadec154a459fe5bfbd?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 6440af3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/B-Hooks-AtRuntime-8.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index 95ee875..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# perl-B-Hooks-AtRuntime
-
-The perl-B-Hooks-AtRuntime package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks
diff --git a/perl-B-Hooks-AtRuntime.spec b/perl-B-Hooks-AtRuntime.spec
deleted file mode 100644
index d8d0a9d..0000000
--- a/perl-B-Hooks-AtRuntime.spec
+++ /dev/null
@@ -1,122 +0,0 @@
-Name: perl-B-Hooks-AtRuntime
-Version: 8
-Release: 13%{?dist}
-Summary: Lower blocks from compile time to runtime
-# 2-clause BSD licence
-# cf. lib/B/Hooks/AtRuntime.pm
-License: BSD-2-Clause
-URL: https://metacpan.org/dist/B-Hooks-AtRuntime/
-Source0: https://cpan.metacpan.org/authors/id/B/BM/BMORROW/B-Hooks-AtRuntime-%{version}.tar.gz
-
-BuildRequires: gcc perl-devel
-BuildRequires: make
-BuildRequires: findutils
-BuildRequires: coreutils
-
-BuildRequires: perl-generators
-BuildRequires: perl-interpreter
-BuildRequires: perl(:VERSION) >= 5.8.1
-
-BuildRequires: perl(Carp)
-BuildRequires: perl(constant)
-BuildRequires: perl(Exporter)
-BuildRequires: perl(Exporter::Tiny)
-BuildRequires: perl(ExtUtils::CBuilder)
-BuildRequires: perl(Filter::Util::Call)
-BuildRequires: perl(lib)
-BuildRequires: perl(Module::Build)
-BuildRequires: perl(parent)
-BuildRequires: perl(strict)
-BuildRequires: perl(Sub::Name) >= 0.05
-BuildRequires: perl(Test::Exception) >= 0.31
-BuildRequires: perl(Test::Exports) >= 1
-BuildRequires: perl(Test::More) >= 1.001002
-BuildRequires: perl(Test::Warn) >= 0.22
-BuildRequires: perl(warnings)
-BuildRequires: perl(XSLoader)
-
-# Optional run-time dependency
-Recommends: perl(Filter::Util::Call)
-
-
-%description
-This module allows code that runs at compile-time to do something at
-runtime. A block passed to at_runtime gets compiled into the code that's
-currently compiling, and will be called when control reaches that point
-at runtime. In the example in the SYNOPSIS, the warnings will occur in
-order, and if that section of code runs more than once, so will all
-three warnings.
-
-%prep
-%setup -q -n B-Hooks-AtRuntime-%{version}
-
-%build
-%{__perl} Build.PL --installdirs=vendor --optimize="$RPM_OPT_FLAGS"
-./Build
-
-%install
-./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT/*
-
-%check
-./Build test
-
-%files
-%doc Build Changes META.json tlib
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/B*
-%{_mandir}/man3/*
-
-%changelog
-* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 8-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Mon Jul 07 2025 Jitka Plesnikova <jplesnik@redhat.com> - 8-11
-- Perl 5.42 rebuild
-
-* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 8-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 8-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Mon Jun 10 2024 Jitka Plesnikova <jplesnik@redhat.com> - 8-8
-- Perl 5.40 rebuild
-
-* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 8-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 8-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 8-4
-- Perl 5.38 rebuild
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Fri Dec 16 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 8-2
-- Convert license to SPDX.
-
-* Sun Aug 14 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 8-1
-- Upstream update to 8.
-
-* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jul 01 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 7-2
-- Reflect feedback from review.
-
-* Fri Jul 01 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 7-1
-- Update to 7.
-- Switch to using metacpan.org URLs.
-
-* Thu Jun 16 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 6-1
-- Initial Fedora package.
diff --git a/sources b/sources
deleted file mode 100644
index 36555fe..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (B-Hooks-AtRuntime-8.tar.gz) = 62b018c1c1ee2840995937f58af08263744843ff2ee8f85683978eede19c1e4358e3aacb01777ba1fec5878eb4e47f1c8b5ae04e5d6cc5f0d17af5f609d15600
reply other threads:[~2026-06-30 22:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178285904975.1.8532074901108857417.rpms-perl-B-Hooks-AtRuntime-73ddb7b3908d@fedoraproject.org \
--to=packaging-reports@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox