Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828693 - sci-libs/silo uses deprecated EAPI 5
Summary: sci-libs/silo uses deprecated EAPI 5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: EAPI5Removal
  Show dependency tree
 
Reported: 2021-12-10 10:05 UTC by Jakov Smolić
Modified: 2022-01-05 19:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakov Smolić archtester gentoo-dev 2021-12-10 10:05:57 UTC
Please port to newer EAPI.
Comment 1 Larry the Git Cow gentoo-dev 2022-01-05 19:52:33 UTC
The bug has been closed via the following commit(s):

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

commit b7fbed581008c7f7e6c6e16028341b60862cd002
Author:     Marco Scardovi <marco@scardovi.com>
AuthorDate: 2021-12-14 22:01:46 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-01-05 19:51:33 +0000

    sci-libs/silo: bump to 4.11 and EAPI 8
    
    I have restricted test because it's broken right now in 4.11
    (there's a problem about mismatch in a fortran file, matf77.f).
    
    Following the archlinux way I've moved to the BSD version in
    order to use only BSD license (the full version requires some
    non-free licenses and We don't really need to complain against them).
    
    This PR also bump to latest EAPI (see bug below)
    and add USE flag browser for browser support
    
    Closes: https://bugs.gentoo.org/828693
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Marco Scardovi <marco@scardovi.com>
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 sci-libs/silo/Manifest                             |  1 +
 sci-libs/silo/files/silo-4.10.2-mpiposix.patch     | 53 ---------------
 sci-libs/silo/files/silo-4.10.2-qt5.patch          | 44 ------------
 sci-libs/silo/files/silo-4.10.2-qtlibs.patch       | 78 ----------------------
 sci-libs/silo/files/silo-4.10.2-tests.patch        | 11 ---
 sci-libs/silo/files/silo-4.11-autoreconf.patch     | 35 ++++++++++
 sci-libs/silo/files/silo-4.11-hdf5.patch           | 46 +++++++++++++
 .../files/silo-4.11-test-disable-largefile.patch   | 23 +++++++
 sci-libs/silo/files/silo-4.11-tests.patch          | 26 ++++++++
 .../files/silo-4.11-testsuite-python-write.patch   | 27 ++++++++
 sci-libs/silo/metadata.xml                         |  1 +
 sci-libs/silo/silo-4.11.ebuild                     | 47 +++++++++++++
 12 files changed, 206 insertions(+), 186 deletions(-)