forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sassy
committed
Jan 26, 2024
1 parent
4ed58b6
commit 4dab87b
Showing
3 changed files
with
256 additions
and
2 deletions.
There are no files selected for viewing
73 changes: 73 additions & 0 deletions
73
easybuild/easyconfigs/p/Perl-bundle-CPAN/Perl-bundle-5.36.1-debian-release.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
From a1c14cce4121862bb12fe34f294b5ab1d3dce7da Mon Sep 17 00:00:00 2001 | ||
From: Vincent Lefevre <[email protected]> | ||
Date: Tue, 8 Oct 2019 17:06:57 +0200 | ||
Subject: [PATCH] Update for Debian 8.0 (jessie), 9.0 (stretch) and 10.0 | ||
(buster). | ||
|
||
Also removed the obsolete debian_version and debian_release lines, | ||
as Distribution.pm no longer supports multiple release files and | ||
they made the tests fail (fixes issue #2 for Debian). | ||
|
||
Bug: https://github.com/burak/CPAN-Sys-Info-Driver-Linux/pull/3 | ||
|
||
Added bullseye and bookworm as well. | ||
|
||
--- | ||
lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm | 8 ++++++-- | ||
1 file changed, 6 insertions(+), 2 deletions(-) | ||
|
||
--- a/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm | ||
+++ b/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm | ||
@@ -31,8 +31,6 @@ | ||
<debian> | ||
manufacturer = Debian Project | ||
version_match = (.+) | ||
- release = debian_version | ||
- release = debian_release | ||
<edition> | ||
1.1 = buzz | ||
1.2 = rex | ||
@@ -46,21 +44,31 @@ | ||
5.0 = lenny | ||
6.0 = squeeze | ||
7.0 = wheezy | ||
+ 8.0 = jessie | ||
+ 9.0 = stretch | ||
+ 10.0 = buster | ||
+ 11.0 = bullseye | ||
+ 12.0 = bookworm | ||
</edition> | ||
# we get the version as "lenny/sid" for example | ||
<vfix> | ||
- buzz = 1.1 | ||
- rex = 1.2 | ||
- bo = 1.3 | ||
- hamm = 2.0 | ||
- slink = 2.1 | ||
- potato = 2.2 | ||
- woody = 3.0 | ||
- sarge = 3.1 | ||
- etch = 4.0 | ||
- lenny = 5.0 | ||
- squeeze = 6.0 | ||
- wheezy = 7.0 | ||
+ buzz = 1.1 | ||
+ rex = 1.2 | ||
+ bo = 1.3 | ||
+ hamm = 2.0 | ||
+ slink = 2.1 | ||
+ potato = 2.2 | ||
+ woody = 3.0 | ||
+ sarge = 3.1 | ||
+ etch = 4.0 | ||
+ lenny = 5.0 | ||
+ squeeze = 6.0 | ||
+ wheezy = 7.0 | ||
+ jessie = 8.0 | ||
+ stretch = 9.0 | ||
+ buster = 10.0 | ||
+ bullseye = 11.0 | ||
+ bookworm = 12.0 | ||
</vfix> | ||
</debian> | ||
|
159 changes: 159 additions & 0 deletions
159
easybuild/easyconfigs/p/Perl-bundle-CPAN/Perl-bundle-5.36.1-pod.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
Description: remove duplicate NAME sections, keep the one with a synopsis | ||
Origin: vendor | ||
Author: gregor herrmann <[email protected]> | ||
Last-Update: 2019-10-25 | ||
|
||
--- a/lib/Sys/Info/Driver/Linux.pm | ||
+++ b/lib/Sys/Info/Driver/Linux.pm | ||
@@ -29,7 +29,7 @@ | ||
|
||
=head1 NAME | ||
|
||
-Sys::Info::Driver::Linux | ||
+Sys::Info::Driver::Linux - Linux driver for Sys::Info | ||
|
||
=head1 VERSION | ||
|
||
@@ -43,10 +43,6 @@ | ||
|
||
This is the main module in the C<Linux> driver collection. | ||
|
||
-=head1 NAME | ||
- | ||
-Sys::Info::Driver::Linux - Linux driver for Sys::Info | ||
- | ||
=head1 METHODS | ||
|
||
None. | ||
--- a/lib/Sys/Info/Driver/Linux/Constants.pm | ||
+++ b/lib/Sys/Info/Driver/Linux/Constants.pm | ||
@@ -74,7 +74,7 @@ | ||
|
||
=head1 NAME | ||
|
||
-Sys::Info::Driver::Linux::Constants | ||
+Sys::Info::Driver::Linux::Constants - Constants for Linux driver | ||
|
||
=head1 VERSION | ||
|
||
@@ -86,10 +86,6 @@ | ||
|
||
Constants for Linux driver. | ||
|
||
-=head1 NAME | ||
- | ||
-Sys::Info::Driver::Linux::Constants - Constants for Linux driver | ||
- | ||
=head1 METHODS | ||
|
||
None. | ||
--- a/lib/Sys/Info/Driver/Linux/Device.pm | ||
+++ b/lib/Sys/Info/Driver/Linux/Device.pm | ||
@@ -13,7 +13,7 @@ | ||
|
||
=head1 NAME | ||
|
||
-Sys::Info::Driver::Linux::Device | ||
+Sys::Info::Driver::Linux::Device - Base class for Linux device drivers | ||
|
||
=head1 VERSION | ||
|
||
@@ -27,10 +27,6 @@ | ||
|
||
Base class for Linux device drivers. | ||
|
||
-=head1 NAME | ||
- | ||
-Sys::Info::Driver::Linux::Device - Base class for Linux device drivers | ||
- | ||
=head1 METHODS | ||
|
||
None. | ||
--- a/lib/Sys/Info/Driver/Linux/Device/CPU.pm | ||
+++ b/lib/Sys/Info/Driver/Linux/Device/CPU.pm | ||
@@ -94,7 +94,7 @@ | ||
|
||
=head1 NAME | ||
|
||
-Sys::Info::Driver::Linux::Device::CPU | ||
+Sys::Info::Driver::Linux::Device::CPU - Linux CPU Device Driver | ||
|
||
=head1 VERSION | ||
|
||
@@ -108,10 +108,6 @@ | ||
|
||
Identifies the CPU with L<Unix::Processors>, L<POSIX> and C<< /proc >>. | ||
|
||
-=head1 NAME | ||
- | ||
-Sys::Info::Driver::Linux::Device::CPU - Linux CPU Device Driver | ||
- | ||
=head1 METHODS | ||
|
||
=head2 identify | ||
--- a/lib/Sys/Info/Driver/Linux/OS.pm | ||
+++ b/lib/Sys/Info/Driver/Linux/OS.pm | ||
@@ -263,7 +263,7 @@ | ||
|
||
=head1 NAME | ||
|
||
-Sys::Info::Driver::Linux::OS | ||
+Sys::Info::Driver::Linux::OS - Linux backend | ||
|
||
=head1 VERSION | ||
|
||
@@ -277,10 +277,6 @@ | ||
|
||
- | ||
|
||
-=head1 NAME | ||
- | ||
-Sys::Info::Driver::Linux::OS - Linux backend | ||
- | ||
=head1 METHODS | ||
|
||
Please see L<Sys::Info::OS> for definitions of these methods and more. | ||
--- a/lib/Sys/Info/Driver/Linux/OS/Distribution.pm | ||
+++ b/lib/Sys/Info/Driver/Linux/OS/Distribution.pm | ||
@@ -360,7 +360,7 @@ | ||
|
||
=head1 NAME | ||
|
||
-Sys::Info::Driver::Linux::OS::Distribution | ||
+Sys::Info::Driver::Linux::OS::Distribution - Linux distribution probe | ||
|
||
=head1 VERSION | ||
|
||
@@ -394,10 +394,6 @@ | ||
redflag and ubuntu(lsb). People running unsupported distro's are greatly | ||
encouraged to submit patches. | ||
|
||
-=head1 NAME | ||
- | ||
-Sys::Info::Driver::Linux::OS::Distribution - Linux distribution probe | ||
- | ||
=head1 METHODS | ||
|
||
=head2 build | ||
--- a/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm | ||
+++ b/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm | ||
@@ -259,7 +259,7 @@ | ||
|
||
=head1 NAME | ||
|
||
-Sys::Info::Driver::Linux::OS::Distribution::Conf | ||
+Sys::Info::Driver::Linux::OS::Distribution::Conf - Distro configuration | ||
|
||
=head1 VERSION | ||
|
||
@@ -269,10 +269,6 @@ | ||
|
||
=head1 DESCRIPTION | ||
|
||
-=head1 NAME | ||
- | ||
-Sys::Info::Driver::Linux::OS::Distribution::Conf - Distro configuration | ||
- | ||
=head1 AUTHOR | ||
|
||
Burak Gursoy <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters