Gentoo Archives: gentoo-commits

From: "Aaron Bauman (bman)" <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gns3-gui: gns3-gui-1.2.3.ebuild ChangeLog
Date: Thu, 26 Feb 2015 06:57:48
Message-Id: 20150226065743.5F6A012937@oystercatcher.gentoo.org
1 bman 15/02/26 06:57:43
2
3 Modified: ChangeLog
4 Added: gns3-gui-1.2.3.ebuild
5 Log:
6 version bump to 1.2.3
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.3 net-misc/gns3-gui/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3-gui/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3-gui/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3-gui/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 22 Nov 2014 10:53:33 -0000 1.2
24 +++ ChangeLog 26 Feb 2015 06:57:43 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/gns3-gui
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/ChangeLog,v 1.2 2014/11/22 10:53:33 idella4 Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/ChangeLog,v 1.3 2015/02/26 06:57:43 bman Exp $
31 +
32 +*gns3-gui-1.2.3 (26 Feb 2015)
33 +
34 + 26 Feb 2015; <aaron@g.o> +gns3-gui-1.2.3.ebuild:
35 + version bump to 1.2.3
36
37 *gns3-gui-1.2 (22 Nov 2014)
38
39
40
41
42 1.1 net-misc/gns3-gui/gns3-gui-1.2.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3-gui/gns3-gui-1.2.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3-gui/gns3-gui-1.2.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gns3-gui-1.2.3.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/gns3-gui-1.2.3.ebuild,v 1.1 2015/02/26 06:57:43 bman Exp $
52
53 EAPI="5"
54
55 PYTHON_COMPAT=( python{3_3,3_4} )
56
57 inherit distutils-r1
58
59 DESCRIPTION="Graphical Network Simulator"
60 HOMEPAGE="http://www.gns3.net/"
61 SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66
67 #net-misc/gns3-server version should always match gns3-gui version
68 #block net-misc/gns3 as it conflicts
69
70 RDEPEND=">=dev-python/libcloud-0.15.1[${PYTHON_USEDEP}]
71 >=dev-python/ws4py-0.3.4[${PYTHON_USEDEP}]
72 >=dev-python/requests-2.3.0[${PYTHON_USEDEP}]
73 >=dev-python/paramiko-1.13.0[${PYTHON_USEDEP}]
74 !=dev-python/PyQt4-4.11.3_pre20141024[${PYTHON_USEDEP}]
75 >=dev-python/PyQt4-4.11.2[X,svg,${PYTHON_USEDEP}]
76 dev-qt/qtgui:4
77 dev-qt/qtsvg:4
78 net-misc/gns3-converter[${PYTHON_USEDEP}]
79 =net-misc/gns3-server-$PV[${PYTHON_USEDEP}]
80 !!net-misc/gns3"
81 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
82
83 python_prepare_all() {
84 # avoid file collisions caused by required tests
85 sed -e "s:find_packages():find_packages(exclude=['tests','tests.*']):" -i setup.py || die
86 distutils-r1_python_prepare_all
87 }
88
89 python_install_all() {
90 distutils-r1_python_install_all
91
92 doicon "${WORKDIR}/${P}/resources/images/gns3.ico"
93 make_desktop_entry "gns3" "GNS3" "/usr/share/pixmaps/gns3.ico" "Utility"
94 }