Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 493342

Summary: net-misc/gns3-0.8.6 version bump
Product: Gentoo Linux Reporter: Tibor Vago <tibor.vago>
Component: Current packagesAssignee: Aaron Bauman (RETIRED) <bman>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint, tibor.vago
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for gns3 ver 0.8.6
net-misc/gns3-0.8.6.ebuild update
updated metadata.xml
gns3-0.8.6_install_path.patch

Description Tibor Vago 2013-12-04 21:32:16 UTC
There are some new (0.8.5 & 0.8.6) GNS3 releases. Please dump.
I attached the working ebuild. It needs to copy the "gns3-0.8.4_install_path.patch" to "gns3-0.8.6_install_path.patch" in "files" directory.
Comment 1 Tibor Vago 2013-12-04 21:34:06 UTC
Created attachment 364622 [details]
ebuild for gns3 ver 0.8.6

I used this ebuild for build the new version.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-05 12:39:32 UTC
Assignee: 	bmangentoo@gmail.com did not match anything

Please fix metadata.xml!
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-05 12:40:36 UTC
Comment on attachment 364622 [details]
ebuild for gns3 ver 0.8.6

--- gns3-0.8.4.ebuild   2013-09-10 17:01:43.515945261 +0200
+++ -   2013-12-05 13:40:17.144590374 +0100
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.8.4.ebuild,v 1.2 2013/09/05 19:02:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.8.6.ebuild,v 1.2 2013/09/05 19:02:09 mgorny Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@
 
 DESCRIPTION="Graphical Network Simulator"
 HOMEPAGE="http://www.gns3.net/"
-SRC_URI="mirror://sourceforge/gns-3/GNS3/${PV}/${MY_P}.tar.bz2"
+SRC_URI="mirror://sourceforge/gns-3/GNS3/${PV}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -23,7 +23,7 @@
 RDEPEND="${DEPEND}
        >=app-emulation/dynamips-0.2.8_rc4"
 
-S="${WORKDIR}/${MY_P}"
+S="${WORKDIR}/gns3-legacy-GNS3-${PV}"
 
 PATCHES=( "${FILESDIR}/${P}_install_path.patch" )
Comment 4 Aaron Bauman (RETIRED) gentoo-dev 2013-12-05 16:56:12 UTC
Created attachment 364674 [details]
net-misc/gns3-0.8.6.ebuild update

Updated ebuild to support GNS3 0.8.6.  app-emulations/dynamips has been updated to 0.2.10 per the minimum recommendation at www.gns3.net.  Source directory has been updated as well due to packaging changes.  Thanks to Tibor Vago for the submission.
Comment 5 Aaron Bauman (RETIRED) gentoo-dev 2013-12-05 16:56:53 UTC
Created attachment 364676 [details]
updated metadata.xml

updated metadata.xml to reflect maintainers email address change.
Comment 6 Aaron Bauman (RETIRED) gentoo-dev 2013-12-05 16:57:58 UTC
Created attachment 364680 [details, diff]
gns3-0.8.6_install_path.patch

install path patch luckily had no changes for this GNS3 update.
Comment 7 Sergey Popov gentoo-dev 2013-12-06 10:39:16 UTC
+  06 Dec 2013; Sergey Popov <pinkbyte@gentoo.org> +gns3-0.8.6.ebuild:
+  Version bump, wrt bug #493342, thanks to Aaron Bauman <aaron AT
+  flappyport.com>

I have changed ebuild a bit, now it follows python-r1/distutils-r1 eclass guidelines