Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gns3: gns3-0.8.6.ebuild ChangeLog
Date: Fri, 06 Dec 2013 10:38:14
Message-Id: 20131206103806.0D7932004B@flycatcher.gentoo.org
1 pinkbyte 13/12/06 10:38:05
2
3 Modified: ChangeLog
4 Added: gns3-0.8.6.ebuild
5 Log:
6 Version bump, wrt bug #493342, thanks to Aaron Bauman <aaron AT flappyport.com>
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
9
10 Revision Changes Path
11 1.10 net-misc/gns3/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 6 Dec 2013 10:33:45 -0000 1.9
24 +++ ChangeLog 6 Dec 2013 10:38:05 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/gns3
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/ChangeLog,v 1.9 2013/12/06 10:33:45 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/ChangeLog,v 1.10 2013/12/06 10:38:05 pinkbyte Exp $
30 +
31 +*gns3-0.8.6 (06 Dec 2013)
32 +
33 + 06 Dec 2013; Sergey Popov <pinkbyte@g.o> +gns3-0.8.6.ebuild:
34 + Version bump, wrt bug #493342, thanks to Aaron Bauman <aaron AT
35 + flappyport.com>
36
37 06 Dec 2013; Sergey Popov <pinkbyte@g.o> -gns3-0.7.4.ebuild,
38 -files/gns3-0.7.4_set_dynamips_path.patch,
39
40
41
42 1.1 net-misc/gns3/gns3-0.8.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gns3-0.8.6.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.8.6.ebuild,v 1.1 2013/12/06 10:38:05 pinkbyte Exp $
52
53 EAPI="5"
54
55 PYTHON_COMPAT=( python2_{6,7} )
56 inherit distutils-r1 eutils
57
58 MY_P="GNS3-${PV}"
59
60 DESCRIPTION="Graphical Network Simulator"
61 HOMEPAGE="http://www.gns3.net/"
62 SRC_URI="mirror://sourceforge/gns-3/GNS3/${PV}/${MY_P}-src.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67
68 DEPEND="dev-qt/qtgui:4
69 dev-qt/qtsvg:4
70 >=dev-python/PyQt4-4.6.1[X,svg,${PYTHON_USEDEP}]"
71 RDEPEND="${DEPEND}
72 >=app-emulation/dynamips-0.2.10"
73
74 S="${WORKDIR}/${PN}-legacy-${MY_P}"
75
76 PATCHES=( "${FILESDIR}/${PN}-0.8.4_install_path.patch" )
77
78 python_install_all() {
79 distutils-r1_python_install_all
80
81 doicon "${FILESDIR}/${PN}.xpm"
82 make_desktop_entry "${PN}" "GNS3" "/usr/share/pixmaps/${PN}.xpm" "Utility"
83 doman docs/man/${PN}.1
84 }
85
86 pkg_postinst() {
87 ewarn "GNS3 has several dependencies that must be enabled manually for additional functionality."
88 ewarn ""
89 ewarn "The following is a list of dependencies that can be added:"
90 ewarn "putty (terminal support), qemu (additional emulation), telnet, virtualbox (host emulation)"
91 ewarn "if you require these dependencies please emerge them before gns3"
92 ewarn ""
93 ewarn "This will also require manual configuration in gns3's preferences to point to the proper path"
94 }