summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/lxd: become primary maintainer, drop stasibearJoonas Niilola2020-09-221-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: remove old 4.0.2Joonas Niilola2020-09-142-211/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: stabilize 4.0.3 on amd64Joonas Niilola2020-09-141-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: Inherit optfeature.eclassDavid Seifert2020-09-072-2/+2
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* app-emulation/lxd: bump to 4.0.3Joonas Niilola2020-08-152-0/+209
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: remove old 4.0.1Joonas Niilola2020-08-124-293/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: stabilize 4.0.2-r1 on amd64Joonas Niilola2020-08-121-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: remove old 4.0.2Joonas Niilola2020-07-171-204/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: remove redundant optfeatureJoonas Niilola2020-07-131-1/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: describe apparmor IUSEJoonas Niilola2020-07-131-17/+20
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: systemd related fixes #729930Joonas Niilola2020-07-135-0/+280
| | | | | | | | - systemd service files provided by upstream, - update kernel check CONFIG_NF_NAT_MASQUERADE_IPV4 to NF_NAT_MASQUERADE. Closes: https://bugs.gentoo.org/729930 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: 4.0.2 bumpJoonas Niilola2020-06-262-1/+205
| | | | | | | - update kernel config checks, #703874 Closes: https://bugs.gentoo.org/703874 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: remove old 3.14Joonas Niilola2020-06-265-333/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: fix 4.0.1 compilation with clangJoonas Niilola2020-06-232-0/+78
| | | | | Closes: https://bugs.gentoo.org/729244 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: stabilize 4.0.1 on amd64Joonas Niilola2020-06-211-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: clean old 3.16Joonas Niilola2020-05-292-267/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: update zfs fix line per feedback on bug 723208Joonas Niilola2020-05-151-1/+1
| | | | | | | - straight copypaste from the bug (I don't have zfs to test on). Closes: https://bugs.gentoo.org/723208 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: copy zfs fix from 3.16 ebuild to 4 LTSJoonas Niilola2020-05-151-2/+4
| | | | | Closes: https://bugs.gentoo.org/723208 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: bump to 4.0.1, LTS channelJoonas Niilola2020-05-154-0/+280
| | | | | | | | | - always install daemon and tools, - port to GLEP-81 acct. Closes: https://bugs.gentoo.org/701248 Closes: https://bugs.gentoo.org/716632 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-1/+1
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/lxd: revbump, fix sys-fs/fuse SLOTDavid Heidelberg2019-11-181-1/+2
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/13216 Closes: https://bugs.gentoo.org/697010 Signed-off-by: David Heidelberg <david@ixit.cz> Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-emulation/lxd: Upgrade to 3.16Erik Mackdanz2019-09-082-0/+266
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.73, Repoman-2.3.17
* app-emulation/lxd: Remove oldErik Mackdanz2019-09-083-261/+0
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.73, Repoman-2.3.17
* app-emulation/lxd: stabilize 3.14Erik Mackdanz2019-09-081-1/+1
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.73, Repoman-2.3.17
* app-emulation/lxd: remove myself as maintainerVirgil Dupras2019-07-051-4/+0
| | | | | Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* app-emulation/lxd: Bump to 3.14Erik Mackdanz2019-07-012-0/+241
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.67, Repoman-2.3.16
* app-emulation/lxd: Remove oldErik Mackdanz2019-07-013-484/+0
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.67, Repoman-2.3.16
* app-emulation/lxd: Stabilize through 3.12Erik Mackdanz2019-07-012-2/+2
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.67, Repoman-2.3.16
* app-emulation/lxd: bump to 3.12Erik Mackdanz2019-04-062-0/+242
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
* app-emulation/lxd: Bump to 3.11Erik Mackdanz2019-04-012-0/+242
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12
* app-emulation/lxd: Remove oldErik Mackdanz2019-04-014-723/+0
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12
* app-emulation/lxd: Stabilize through 3.10Erik Mackdanz2019-04-012-2/+2
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
* app-emulation/lxd: Bump to 3.10Erik Mackdanz2019-02-072-0/+242
| | | | | | | and EAPI=7 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.59, Repoman-2.3.12
* app-emulation/lxd: Bump to 3.9Erik Mackdanz2019-01-192-0/+242
| | | | | Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
* app-emulation/lxd: Stabilize 3.8Erik Mackdanz2019-01-191-2/+2
| | | | | Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
* app-emulation/lxd: Bump to 3.8Erik Mackdanz2018-12-152-0/+242
| | | | | | | Closes: https://bugs.gentoo.org/670568 Closes: https://bugs.gentoo.org/673058 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
* app-emulation/lxd: Remove oldErik Mackdanz2018-12-155-952/+0
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
* app-emulation/lxd: stabilize 3.7Erik Mackdanz2018-12-151-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
* app-emulation/lxd: Bump to 3.7Erik Mackdanz2018-11-112-0/+239
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-emulation/lxd: Stabilize 3.6-r1Erik Mackdanz2018-11-111-1/+1
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-emulation/lxd: Fix linking wrong sqliteErik Mackdanz2018-11-032-0/+475
| | | | | | Closes: https://bugs.gentoo.org/669008 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-emulation/lxd: Bump to 3.6Erik Mackdanz2018-10-133-0/+258
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-emulation/lxd: Remove old versionsErik Mackdanz2018-10-137-728/+0
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-emulation/lxd: Stabilize 3.5Erik Mackdanz2018-10-131-2/+2
| | | | | Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-emulation/lxd: Bump to 3.5Erik Mackdanz2018-09-153-0/+249
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* app-emulation/lxd: Fix missing dep, fix bad linkingErik Mackdanz2018-09-091-0/+233
| | | | | | Closes: https://bugs.gentoo.org/664394 Closes: https://bugs.gentoo.org/664990 Package-Manager: Portage-2.3.46, Repoman-2.3.10
* app-emulation/lxd: Remove old versionsErik Mackdanz2018-08-199-678/+4
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* app-emulation/lxd: Stabilize 3.3Erik Mackdanz2018-08-191-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* app-emulation/lxd: Bump to version 3.4Erik Mackdanz2018-08-194-1/+284
| | | | | | | | Add some dependencies used by upstream, fully build custom sqlite, move tools to IUSE. Closes: https://bugs.gentoo.org/show_bug.cgi?id=628346 Package-Manager: Portage-2.3.46, Repoman-2.3.10