Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905004 - media-gfx/freecad-9999: freecad-0.19.4-Gentoo-specific-don-t-check-vcs.patch does not apply anymore
Summary: media-gfx/freecad-9999: freecad-0.19.4-Gentoo-specific-don-t-check-vcs.patch ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-25 08:21 UTC by Miroslav Šulc
Modified: 2023-04-25 14:24 UTC (History)
1 user (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 Miroslav Šulc gentoo-dev 2023-04-25 08:21:23 UTC
it seems justthe formatting of the vcs variable has been changed so that now each array item is on it's own line:

    vcs = [
        GitControl(),
        DebianGitHub(),
        BazaarControl(),
        Subversion(),
        MercurialControl(),
        DebianChangelog(),
        UnknownControl(),
    ]

i can fix it, but i rather first ask...
Comment 1 Bernd 2023-04-25 11:55:45 UTC
Thanks for the report.
You can go on and fix it if you like.
Comment 2 Larry the Git Cow gentoo-dev 2023-04-25 14:01:38 UTC
The bug has been closed via the following commit(s):

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

commit 5f1ddf94909ca9733f067c26eef71965d5371314
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2023-04-25 14:01:24 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2023-04-25 14:01:33 +0000

    media-gfx/freecad: updated patch for 9999
    
    Closes: https://bugs.gentoo.org/905004
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 ...-0.19.1-0001-Gentoo-specific-Remove-ccache-usage.patch |  6 ------
 .../freecad-9999-Gentoo-specific-don-t-check-vcs.patch    | 15 +++++++++++++++
 media-gfx/freecad/freecad-9999.ebuild                     |  2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
Comment 3 Bernd 2023-04-25 14:24:08 UTC
Thanks!