Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 742575

Summary: app-shells/bash: cleanup EAPI 4 versions
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 656140    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-09-15 03:43:29 UTC
The following slots are on EAPI 4:
* app-shells/bash:2.05b
* app-shells/bash:3.0
* app-shells/bash:3.1
* app-shells/bash:3.2
* app-shells/bash:4.0
* app-shells/bash:4.1
* app-shells/bash:4.2

Then EAPI 5:
* app-shells/bash:4.3

The rest are EAPI 7.

Is it possible to port these to a newer EAPI? I appreciate there might be some complications though.
Comment 1 Larry the Git Cow gentoo-dev 2020-09-24 15:41:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a76c98a55a0ed14566f38a9cf78bd50e9b6591

commit e5a76c98a55a0ed14566f38a9cf78bd50e9b6591
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-09-24 15:40:29 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-09-24 15:41:03 +0000

    app-shells/bash: EAPI-7 conversion
    
    Closes: https://bugs.gentoo.org/742575
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 app-shells/bash/bash-2.05b_p13.ebuild              | 71 +++++++++----------
 app-shells/bash/bash-3.0_p22.ebuild                | 81 +++++++++++-----------
 app-shells/bash/bash-3.1_p23.ebuild                | 70 ++++++++++---------
 app-shells/bash/bash-3.2_p57.ebuild                | 74 ++++++++++----------
 app-shells/bash/bash-4.0_p44.ebuild                | 74 ++++++++++----------
 app-shells/bash/bash-4.1_p17.ebuild                | 62 +++++++++--------
 app-shells/bash/bash-4.2_p53.ebuild                | 70 ++++++++++---------
 app-shells/bash/bash-4.3_p48-r2.ebuild             | 58 ++++++++--------
 app-shells/bash/bash-4.4_p23-r2.ebuild             | 20 +++---
 app-shells/bash/bash-5.0_p18.ebuild                | 20 +++---
 app-shells/bash/files/autoconf-mktime-2.59.patch   |  4 +-
 app-shells/bash/files/bash-3.0-crash.patch         |  4 +-
 app-shells/bash/files/bash-3.0-pgrp-pipe-fix.patch |  4 +-
 .../bash/files/bash-3.0-read-builtin-pipe.patch    |  4 +-
 .../bash/files/bash-3.0-trap-fg-signals.patch      |  4 +-
 .../bash/files/bash-3.0-volatile-command.patch     |  4 +-
 app-shells/bash/files/bash-3.1-ulimit.patch        | 12 ++--
 app-shells/bash/files/bash-3.2-process-subst.patch |  4 +-
 .../bash/files/bash-3.2-session-leader.patch       |  4 +-
 app-shells/bash/files/bash-3.2-ulimit.patch        |  4 +-
 app-shells/bash/files/bash-4.1-fbsd-eaccess.patch  |  4 +-
 .../files/bash-4.2-dev-fd-buffer-overflow.patch    |  4 +-
 .../bash/files/bash-4.4-popd-offset-overflow.patch |  4 +-
 .../bash/files/bash-4.x-deferred-heredocs.patch    |  4 +-
 24 files changed, 337 insertions(+), 327 deletions(-)