summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-containers/containers-common: 0.58.0-r1 aligning with Podman 5Rahil Bhimjiani2024-03-232-7/+97
| | | | | | | Podman 5 drops support for CNI, runc and slirp4netns Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/containers-common: add 0.58.0Rahil Bhimjiani2024-03-183-3/+65
| | | | | | | | 1. Use PATCHES variable instead of eapply Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35642 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-containers/containers-common: add myself as a maintainerZac Medico2024-03-181-0/+4
| | | | Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-containers/containers-common: drop 0.56.0Rahil Bhimjiani2024-02-233-93/+0
| | | | | Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/containers-common: add 0.57.3Rahil Bhimjiani2024-02-013-2/+61
| | | | | Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-containers/containers-common: update liveRahil Bhimjiani2024-01-201-9/+1
| | | | | | | | | | | Because of upstream changes policy.json and default.yaml has to be moved from containers-common to containers-image Upstream commit: https://github.com/containers/image/commit/45441676e34e6410ae8af6dbb46b6161c5c81a7c Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/34743 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/containers-common: Stabilize 0.57.0 amd64, #921435Joonas Niilola2024-01-071-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/containers-common: Stabilize 0.57.0 arm64, #921435Sam James2024-01-071-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: change emailRahil Bhimjiani2023-12-301-1/+1
| | | | | | | | I promise this is the final email change...unless I become dev and get @gentoo.org Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/34557 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/containers-common: add 0.57.0 and update liveRahil Bhimjiani2023-11-283-6/+75
| | | | | | | | | 1. Removing fix-warnings.patch as I don't see any warnings anymore 2. Add EPREFIX while installing 3. Misc Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* */*: change my email id in metadata.xmlRahil Bhimjiani2023-11-181-1/+1
| | | | | | Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33897 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-containers/containers-common: Stabilize 0.56.0-r1 amd64, #916561Sam James2023-10-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/containers-common: Stabilize 0.56.0-r1 arm64, #916561Sam James2023-10-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/containers-common: drop 0.56.0, fix metadata.xmlRahil Bhimjiani2023-10-315-1135/+5
| | | | | Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-containers/containers-common: Keyword 0.56.0-r1 riscv, #914624Yixun Lan2023-09-271-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-containers/containers-common: Keyword 0.56.0-r1 arm64, #914624Sam James2023-09-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/podman: add 4.5.0-r1Rahil Bhimjiani2023-09-241-0/+68
| | | | | | | | | | | | | | | | | | | | 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>
* app-containers/containers-common: update liveRahil Bhimjiani2023-09-242-12/+11
| | | | | | | | | add blocker for podman, use upstream files as much as possible, remove redundant functions Closes: https://github.com/gentoo/gentoo/pull/33044 Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-containers/containers-common: add 0.56.0 and liveRahil Bhimjiani2023-09-219-0/+1290
Common configs & docs for Containers eco-system (i.e. podman buildah skopeo...) Go realm, executables are all in compiled, static, tidy in one binary but docs & configs...OMG all over the place. Spent whole day coding all these (such noob, I know), but was fun & fulfilling. Once this is merged the foundation of podman-stack is built, so will proceed to update frontend packages of eco-system. Closes: https://bugs.gentoo.org/907805 Closes: https://bugs.gentoo.org/904433 Closes: https://bugs.gentoo.org/914456 Closes: https://bugs.gentoo.org/907804 Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32976 Signed-off-by: Sam James <sam@gentoo.org>