Good afternoon everyone, it's been some time since the repository does not receive updates from the GNS3- {gui, server} programs, so I've made available my ebuild's that were based on the gns3-server-2.1.3-r4 and gns3- gui-2.1.3-r1, both are in version 2.1.20 and working correctly.
Created attachment 579746 [details] gns3-server ebuild updated to version 2.1.20
Created attachment 579748 [details] gns3-gui ebuild updated to version 2.1.20
The GNS3 suit has already been updated to 2.1.21 version; however, there are runtime problems. Please consult the bug #693400 for more information. Thanks.
*** Bug 672882 has been marked as a duplicate of this bug. ***
Sorry for the delay I'm bumping this to python3.7 and 2.2.7 which is latest stable, will file PR soon
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6f81303185dde8d59a9696b978b12f4196af40 commit 3e6f81303185dde8d59a9696b978b12f4196af40 Author: Aaron Bauman <bman@gentoo.org> AuthorDate: 2020-05-24 22:33:53 +0000 Commit: Aaron Bauman <bman@gentoo.org> CommitDate: 2020-05-24 22:33:53 +0000 net-misc/gns3-gui: bump to version 2.2.8 * Fix all the crazy dep changes * Add upstream patch to remove dev-python/raven dep * Takeover maintainership * Only support py3.7 and py3.8 to minimize conditionals Closes: https://bugs.gentoo.org/688016 Closes: https://bugs.gentoo.org/712964 Closes: https://bugs.gentoo.org/714840 Closes: https://bugs.gentoo.org/718444 Signed-off-by: Aaron Bauman <bman@gentoo.org> net-misc/gns3-server/Manifest | 1 + .../gns3-server/files/gns3-server-rmraven.patch | 194 +++++++++++++++++++++ net-misc/gns3-server/gns3-server-2.2.8.ebuild | 71 ++++++++ net-misc/gns3-server/metadata.xml | 8 +- 4 files changed, 268 insertions(+), 6 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cfb652844698c47cf249073f8025f7f63c650d commit 34cfb652844698c47cf249073f8025f7f63c650d Author: Aaron Bauman <bman@gentoo.org> AuthorDate: 2020-05-24 22:28:36 +0000 Commit: Aaron Bauman <bman@gentoo.org> CommitDate: 2020-05-24 22:28:36 +0000 net-misc/gns3-gui: bump to version 2.2.8 * Fix all the crazy dep changes * Add upstream patch to remove dev-python/raven dep * Takeover maintainership * Only support py3.7 and py3.8 to minimize conditionals Bug: https://bugs.gentoo.org/688016 Bug: https://bugs.gentoo.org/712964 Bug: https://bugs.gentoo.org/714840 Bug: https://bugs.gentoo.org/718444 Signed-off-by: Aaron Bauman <bman@gentoo.org> net-misc/gns3-gui/Manifest | 1 + net-misc/gns3-gui/files/gns3-gui-rmraven.patch | 182 +++++++++++++++++++++++++ net-misc/gns3-gui/gns3-gui-2.2.8.ebuild | 57 ++++++++ net-misc/gns3-gui/metadata.xml | 10 +- 4 files changed, 244 insertions(+), 6 deletions(-)