summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/lxc: remove spurious kernel flag checksVirgil Dupras2018-06-251-11/+0
| | | | | | | | Remove kernel flags checks related to lxc-checkpoint. sys-process/criu already checks for those flags and is a dependency to the lxc-checkpoint utility. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-emulation/lxc: re-add python USE flagVirgil Dupras2018-06-251-2/+3
| | | | | | | | With LXC 3.0 de-bundling its python bindings, the python USE flag was temporarily removed, but now that dev-python/python3-lxc has been added, we can add it back again. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-emulation/lxc: add templates USE flagVirgil Dupras2018-06-152-1/+4
| | | | | | | | Since v3.0, LXC bundles old style templates separately. This USE flags brings back the old behavior of installing templates by default. Closes: https://bugs.gentoo.org/655020 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-emulation/lxc: bump to version 3.0.1Virgil Dupras2018-06-133-10/+172
| | | | | | | Also, replace previous maintainers by myself. Closes: https://bugs.gentoo.org/654210 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-emulation/lxc: update sgml depMike Frysinger2018-05-141-1/+1
| | | | | sgmlspl wasn't guaranteed until 0.6.14-r2 (which the build uses), so make sure we depend on that to avoid failures.
* app-emulation/lxc: remove unused filesMichael Mair-Keimberger2018-05-042-235/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/8182
* app-emulation/lxc: drop obsolete versionsMatthias Maier2018-04-258-915/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* app-emulation/lxc: fix QA issuesMatthias Maier2018-04-251-1/+2
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* app-emulation/lxc: Bump to v3.0.0Virgil Dupras2018-04-253-0/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many notable changes: 1. Drop python and lua. Bindings are no longer bundled with LXC and live in separate packages. 2. Drop cgmanager USE flag. cgmanager isn't supported anymore by upstream. 3. Remove versionator inherit. It wasn't used. 4. Remove two patches which were simple cherry pick from upstreams. They're applied upstream now. 5. Remove notice about path change in v1.1. It's been a while, it lost relevance. 6. Remove start-ephemeral bash completion. Upstream finally removed it from its own completions. 7. Add "pam" USE flag for the compilation and installation of the new builtin "pam_cgfs.so" module. Closes: https://bugs.gentoo.org/652582 Closes: https://github.com/gentoo/gentoo/pull/7934 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/lxc: stable 2.1.1 for ppc64, bug #649654Sergei Trofimovich2018-04-151-1/+1
| | | | | | Bug: https://bugs.gentoo.org/649654 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* app-emulation/lxc: x86 stable (bug #649654)Thomas Deutschmann2018-04-151-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* app-emulation/lxc: amd64 stableAaron Bauman2018-04-141-1/+1
| | | | | Bug: https://bugs.gentoo.org/649654 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* app-emulation/lxc: fix compilation with USE=+pythonMatthias Maier2018-04-041-1/+1
| | | | | | | | Thanks to Arfrever for pointing this out! Closes: https://bugs.gentoo.org/646702 Bug: https://bugs.gentoo.org/631624#c2 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* app-emulation/lxc: stable 2.0.9 for ppc64, bug #612216Sergei Trofimovich2018-02-281-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* app-emulation/lxc: update 2.1.1 ebuild to latest changes in 2.0.9Matthias Maier2018-01-301-26/+39
| | | | | | | | | | - build man pages unconditionally - python support - regenerate metadata - selinux support - use readme eclass Package-Manager: Portage-2.3.20, Repoman-2.3.6
* app-emulation/lxc: bump to version 2.1.1.i.Dark_Templar2018-01-305-0/+516
| | | | | | | | [tamiko: regenerate metadata to make remote hook happy] Closes: https://bugs.gentoo.org/636572 Closes: https://github.com/gentoo/gentoo/pull/6128 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/lxc: remove unused patch.Michael Mair-Keimberger2018-01-031-74/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/6648
* app-emulation/lxc: amd64 stable wrt bug #612216Agostino Sarubbo2017-12-201-1/+1
| | | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/lxc: x86 stable (bug #612216)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-emulation/lxc: restore ~x86 keywordMatthias Maier2017-12-151-1/+1
| | | | | | tested in a stage-3 lcx container. Package-Manager: Portage-2.3.18, Repoman-2.3.6
* app-emulation/lxc: drop sys-process/criu dependency.Matthias Maier2017-12-151-2/+4
| | | | | | | | | | sys-process/criu is an optional runtime dependency. lxc itself only ever calls the binary and queries relevant information at runtime. Thus simply drop the dependency. Added a readme entry to inform the user to install criu if needed. Package-Manager: Portage-2.3.18, Repoman-2.3.6
* app-emulation/lxc: drop obsolete 2.0.8Matthias Maier2017-12-152-203/+0
| | | | Package-Manager: Portage-2.3.18, Repoman-2.3.6
* app-emulation/lxc: fix postinst documentationMatthias Maier2017-12-151-1/+1
| | | | | | Bug: https://bugs.gentoo.org/573116 Closes: https://bugs.gentoo.org/610902 Package-Manager: Portage-2.3.18, Repoman-2.3.6
* app-emulation/lxc: update documentation, use readme.gentoo-r1 eclassMatthias Maier2017-12-151-15/+20
| | | | Package-Manager: Portage-2.3.18, Repoman-2.3.6
* app-emulation/lxc: always build man pagesVirgil Dupras2017-12-151-3/+6
| | | | | | | Closes: https://bugs.gentoo.org/635254 Closes: https://github.com/gentoo/gentoo/pull/6561 Package-Manager: Portage-2.3.13, Repoman-2.3.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/lxc: bump to 2.0.9Virgil Dupras2017-12-152-0/+203
| | | | | | Closes: https://bugs.gentoo.org/641178 Package-Manager: Portage-2.3.13, Repoman-2.3.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/lxc: put terribly old ebuild back in placeMatthias Maier2017-12-143-0/+224
| | | | | Package-Manager: Portage-2.3.18, Repoman-2.3.6 RepoMan-Options: --force
* app-emulation/lxc: major cleanupMatthias Maier2017-12-1412-1128/+0
| | | | | | | | | - leave an old 1.0.x (1.0.11) version around for compatibility. - remove all unstable, obsolete 2.0.x versions - clean up patches Package-Manager: Portage-2.3.18, Repoman-2.3.6 Signed-off-by: Virgil Dupras <hsoft@hardcoded.net>
* app-emulation/lxc: Bump to 1.0.11Virgil Dupras2017-12-144-0/+276
| | | | | | | Closes: https://bugs.gentoo.org/634866 Closes: https://github.com/gentoo/gentoo/pull/6551 Package-Manager: Portage-2.3.13, Repoman-2.3.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/*: Update Manifest hashesMichał Górny2017-12-091-7/+7
|
* app-emulation/lxc: Handle automagic dep in selinuxJustin Lecher2017-11-122-125/+10
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.13, Repoman-2.3.4
* app-emulation/lxc: 2.0.8 version bump bug 621368Nils Freydank2017-07-262-0/+200
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/lxc: amd64 stable wrt bug #605970Agostino Sarubbo2017-06-191-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/lxc: disable -Werror, fixes build failure on gcc-7.1Sergei Trofimovich2017-05-291-0/+1
| | | | | | | | On gcc-7.1 build fails as a result of both more warnings from gcc (implicit fallthrough) and a format truncation gcc bug: https://gcc.gnu.org/PR78969#c4 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-emulation/lxc: Remove old patchSven Wegener2017-04-141-39/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-283-3/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-286-6/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-emulation/lxc: cleanup vulnerable wrt bug #556310Aaron Bauman2017-02-222-190/+0
| | | | Package-Manager: portage-2.3.3
* app-emulation/lxc: add myself to maintainerYixun Lan2017-02-031-0/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/lxc: fix no-POSIX bashismYixun Lan2017-02-032-1/+120
| | | | | | | * QA Notice: shell script appears to use non-POSIX feature(s): * possible bashism in /etc/init.d/lxc line 98 (sleep only takes one integer): Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/lxc: version bumpYixun Lan2017-02-032-0/+202
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/lxc: fix build failure against glibc-2.24, bug #604360Sergei Trofimovich2017-01-212-1/+76
| | | | | | | Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/604360 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emulation/lxc: ppc64 stable wrt bug #556310Agostino Sarubbo2017-01-181-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/lxc: fix bashcomp collision with app-emulation/lxdYixun Lan2016-12-081-2/+3
| | | | | | Gentoo-Bug: 601602 Package-Manager: portage-2.3.3
* app-emulation/lxc: version bumpYixun Lan2016-12-033-0/+228
| | | | | | rework bashcomp patch to make 2.0.6 happy Package-Manager: portage-2.3.2
* app-emulation/lxc: x86 stable wrt bug #556310Agostino Sarubbo2016-11-251-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/lxc: amd64 stable wrt bug #556310Agostino Sarubbo2016-11-251-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-015-5/+5
|
* app-emulation/lxc: Bump to 2.0.5Erik Mackdanz2016-10-114-0/+238
| | | | Package-Manager: portage-2.3.1
* app-emulation/lxc: bump to 2.0.4Erik Mackdanz2016-09-044-0/+238
| | | | | | | EAPI=6. Also add a condition around a removed kernel config option. Package-Manager: portage-2.3.0