Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902569 - app-containers/podman should BDEPEND on dev-go/go-md2man
Summary: app-containers/podman should BDEPEND on dev-go/go-md2man
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-03-22 01:38 UTC by Dustin C. Hatch
Modified: 2023-09-25 03:45 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 Dustin C. Hatch 2023-03-22 01:38:45 UTC
*dev-go/go-md2man* should be listed in BDEPEND for *app-containers/podman*, rather than DEPEND.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-09-25 03:45:23 UTC
The bug has been closed via the following commit(s):

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

commit 275aeff423d63b6cdde5b508f59d5af5248f16c0
Author:     Rahil Bhimjiani <rahil3108@gmail.com>
AuthorDate: 2023-09-24 10:49:19 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2023-09-25 03:45:17 +0000

    app-containers/podman: add 4.5.0-r1
    
    few improvements to ebuild.
    1) use shell-completion.eclass replacing bash-completino-r1
    2) add app-containers/containers-common as dep & adjust other deps
    3) dont install seccomp.json,policy.json,registries.conf as it is
    installed by containers-common
    4) removed non-amd64 keywords as containers-common is only available on
    amd64 for now
    
    I'll soon be working on podman version bump with  live version too.
    
    Closes: https://github.com/gentoo/gentoo/pull/33030
    Closes: https://bugs.gentoo.org/902569
    Closes: https://bugs.gentoo.org/849863
    Closes: https://bugs.gentoo.org/914597
    
    Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 .../containers-common-0.56.0-r1.ebuild             |  68 ++++++++++
 app-containers/podman/podman-4.5.0-r1.ebuild       | 149 +++++++++++++++++++++
 2 files changed, 217 insertions(+)