commit:     594b6f04aa85d1b104ba790ed3fbb347ad1921b7
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 11:13:08 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 11:16:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594b6f04

net-misc/gns3-gui: bump package and remove old

 net-misc/gns3-gui/Manifest                         |  2 +-
 net-misc/gns3-gui/gns3-gui-1.5.2.ebuild            | 46 ----------------------
 ...gui-1.5.1-r1.ebuild => gns3-gui-1.5.3.1.ebuild} |  4 +-
 3 files changed, 3 insertions(+), 49 deletions(-)

diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest
index 7bf9f16..510b7b7 100644
--- a/net-misc/gns3-gui/Manifest
+++ b/net-misc/gns3-gui/Manifest
@@ -1,2 +1,2 @@
-DIST gns3-gui-1.5.1.tar.gz 5782262 SHA256 
9e13a3c9c4ca6bf71da5113e8b4f5acdf354ecee4cd34ecdae34a4980c2f3b80 SHA512 
5bde8d6b7a3e8fd117a32142e42f312258b4dd808cf9d76e9da292ee23896056915e6c1e6cc9b2e2b78bd564ab145b12d3616d24108f4ea37505981f1fcca21f
 WHIRLPOOL 
9fb7152fe2f22ca1e28aa0d248812d9ff5713e568dcd3f5b150f8e40a03a88d0b66741bceb17e4b5e00951863409412128c32b832dbe1fc4ba2a9870694bf808
 DIST gns3-gui-1.5.2.tar.gz 5781908 SHA256 
23bf516ca76fe3ec6b43fecb2113256491f1ae04c2b1bfb8b0655a69f96335e8 SHA512 
420ca3560161913023bf1fea6c48f7ef5f18489e8500ec1daba2022b1840288277692b78432a55291cea2cf28d296f5ce96b79f5feefd6fa30ab550d4a02065e
 WHIRLPOOL 
2eb5bcec653dd33aa13a55f9f34e4ca1da0376253a61e91bd674ff3142bc4bca9587c7068c80e57778a3e3b6f1cfd844fb1272feed047f8d37874d5d9a6acab6
+DIST gns3-gui-1.5.3.1.tar.gz 5784326 SHA256 
8f8b89397208a323dc58357eddf95a75387b326f69678182b0c5b44504190823 SHA512 
1d145d1565dc890d3e54386d9867826470cce2997d42f113cfcfd9a2cadd6e215e96753af8f0cdc9d2a7776341d9c4cb8ac473084126ba4ea76585de4c37dd0c
 WHIRLPOOL 
446ffd28dfba0f9c528219f50153bf40d439b3296473e909a4fd05edb27f41c1ad9d29ebdf5f699ba792af6057896ada52ed4ed027f9061177239fc1613cda3e

diff --git a/net-misc/gns3-gui/gns3-gui-1.5.2.ebuild 
b/net-misc/gns3-gui/gns3-gui-1.5.2.ebuild
deleted file mode 100644
index 3902b74..00000000
--- a/net-misc/gns3-gui/gns3-gui-1.5.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Graphical Network Simulator"
-HOMEPAGE="http://www.gns3.net/";
-SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-#net-misc/gns3-server version should always match gns3-gui version
-
-RDEPEND="
-       >=dev-python/libcloud-0.15.1[${PYTHON_USEDEP}]
-       >=dev-python/ws4py-0.3.4[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.6.0[${PYTHON_USEDEP}]
-       >=dev-python/paramiko-1.15.1[${PYTHON_USEDEP}]
-       >=dev-python/psutil-3.0.0[${PYTHON_USEDEP}]
-       >=net-misc/gns3-converter-1.3.0[${PYTHON_USEDEP}]
-       =net-misc/gns3-server-$PVR[${PYTHON_USEDEP}]
-       dev-qt/qtgui:5
-       dev-qt/qtsvg:5
-       dev-python/PyQt5[gui,network,svg,widgets,${PYTHON_USEDEP}]
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_configure() {
-       # temporary fix until upstream releases 1.4.5 with proper setup.py
-       sed -i -e 's/gns3-net-converter/gns3-converter/' setup.py || die
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       doicon "${WORKDIR}/${P}/resources/images/gns3.ico"
-       make_desktop_entry "gns3" "GNS3" "/usr/share/pixmaps/gns3.ico" "Utility"
-}

diff --git a/net-misc/gns3-gui/gns3-gui-1.5.1-r1.ebuild 
b/net-misc/gns3-gui/gns3-gui-1.5.3.1.ebuild
similarity index 95%
rename from net-misc/gns3-gui/gns3-gui-1.5.1-r1.ebuild
rename to net-misc/gns3-gui/gns3-gui-1.5.3.1.ebuild
index 42e465f..1d44993 100644
--- a/net-misc/gns3-gui/gns3-gui-1.5.1-r1.ebuild
+++ b/net-misc/gns3-gui/gns3-gui-1.5.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+RESTRICT="test"
 
 #net-misc/gns3-server version should always match gns3-gui version
 

Reply via email to