Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908713 - media-tv/v4l-dvb-saa716x migration to linux-mod-r1.eclass
Summary: media-tv/v4l-dvb-saa716x migration to linux-mod-r1.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Dummer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 908692
  Show dependency tree
 
Reported: 2023-06-17 20:15 UTC by Mike Pagano
Modified: 2024-02-15 13:13 UTC (History)
2 users (show)

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 Mike Pagano gentoo-dev 2023-06-17 20:15:22 UTC
Please migrate media-tv/v4l-dvb-saa716x to linux-mod-r1.eclass in preparation of the planned deprecation of linux-mod.eclass
Comment 1 Mike Pagano gentoo-dev 2024-02-13 23:55:57 UTC
Thank-you, Martin !  Do you have someone who regularly does your commits, or do you want me to merge this?
Comment 2 Martin Dummer 2024-02-14 21:51:41 UTC
Hello Mike, 
usually @juippis does review on my PRs, but from my point of view feel free merge! (you can also look at my other open PRs if you want...)
Comment 3 Larry the Git Cow gentoo-dev 2024-02-15 13:13:54 UTC
The bug has been closed via the following commit(s):

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

commit 44752c7420c7e7fd107ad59b8014230a8e30eb54
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2024-02-11 21:26:43 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2024-02-15 13:13:38 +0000

    media-tv/v4l-dvb-saa716x: migrate to linux-mod-r1.eclass
    
    migrate to linux-mod-r1.eclass
    fix compile for kernel >= 5.18
    concatenate kernel patches for current kernel versions
    fix pkgscan error about ${EROOT}
    
    Closes: https://bugs.gentoo.org/908713
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://github.com/gentoo/gentoo/pull/35311
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 .../files/v4l-dvb-saa716x-5.18-fix-compile.patch   |  84 ++++
 .../files/v4l-dvb-saa716x-5.6-fix-compile.patch    |  38 --
 .../files/v4l-dvb-saa716x-up-to-4.14.patch         |  32 --
 .../files/v4l-dvb-saa716x-up-to-4.17.patch         | 217 --------
 .../files/v4l-dvb-saa716x-up-to-4.4.patch          |  97 ----
 .../files/v4l-dvb-saa716x-up-to-4.9.patch          | 192 -------
 .../files/v4l-dvb-saa716x-up-to-5.6.patch          | 560 +++++++++++++++++++++
 .../v4l-dvb-saa716x-0.0.1_p20170225-r5.ebuild      |  50 --
 .../v4l-dvb-saa716x-0.0.1_p20170225-r6.ebuild      |  45 ++
 9 files changed, 689 insertions(+), 626 deletions(-)