Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688016 - net-misc/gns3-server & net-misc/gns3-gui: New package version.
Summary: net-misc/gns3-server & net-misc/gns3-gui: New package version.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Deadline: 2020-04-25
Assignee: Gino McCarty
URL:
Whiteboard:
Keywords: PMASKED, PullRequest
: 672882 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-06-13 20:03 UTC by Murilo Morais
Modified: 2020-05-24 22:40 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gns3-server ebuild updated to version 2.1.20 (gns3-server-2.1.20.ebuild,1.75 KB, text/plain)
2019-06-13 20:04 UTC, Murilo Morais
Details
gns3-gui ebuild updated to version 2.1.20 (gns3-gui-2.1.20.ebuild,1.10 KB, text/plain)
2019-06-13 20:05 UTC, Murilo Morais
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Murilo Morais 2019-06-13 20:03:02 UTC
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.
Comment 1 Murilo Morais 2019-06-13 20:04:09 UTC
Created attachment 579746 [details]
gns3-server ebuild updated to version 2.1.20
Comment 2 Murilo Morais 2019-06-13 20:05:04 UTC
Created attachment 579748 [details]
gns3-gui ebuild updated to version 2.1.20
Comment 3 Garri 2019-09-03 11:52:32 UTC
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.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-26 10:01:16 UTC
*** Bug 672882 has been marked as a duplicate of this bug. ***
Comment 5 Gino McCarty 2020-04-20 01:22:42 UTC
Sorry for the delay I'm bumping this to python3.7 and 2.2.7 which is latest stable, will file PR soon
Comment 6 Larry the Git Cow gentoo-dev 2020-05-24 22:40:34 UTC
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(-)