summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2016-10-10 21:28:11 +0900
committerAaron Bauman <bman@gentoo.org>2016-10-10 21:28:11 +0900
commit9e43e7a6cd44caefab39c0a1d2cbf368ebde0fcb (patch)
tree945d20de49aa1995d2c086e3588282bf1eb68fe1 /net-misc/gns3-gui
parentmail-mta/exim: depend on libmysqlclient, no need for the server, bug #579010 (diff)
downloadgentoo-9e43e7a6cd44caefab39c0a1d2cbf368ebde0fcb.tar.gz
gentoo-9e43e7a6cd44caefab39c0a1d2cbf368ebde0fcb.tar.bz2
gentoo-9e43e7a6cd44caefab39c0a1d2cbf368ebde0fcb.zip
net-misc/gns3-gui: bump -server and -gui to 1.5.2. drop old.
Diffstat (limited to 'net-misc/gns3-gui')
-rw-r--r--net-misc/gns3-gui/Manifest2
-rw-r--r--net-misc/gns3-gui/gns3-gui-1.5.1.ebuild46
-rw-r--r--net-misc/gns3-gui/gns3-gui-1.5.2.ebuild (renamed from net-misc/gns3-gui/gns3-gui-1.4.6.ebuild)0
3 files changed, 1 insertions, 47 deletions
diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest
index 58f0587acd84..7bf9f167e840 100644
--- a/net-misc/gns3-gui/Manifest
+++ b/net-misc/gns3-gui/Manifest
@@ -1,2 +1,2 @@
-DIST gns3-gui-1.4.6.tar.gz 5728597 SHA256 51fd20836199a851502b3890ee8b1f795c1081ce988e375d81f9286ef5f26bd5 SHA512 0d9537dc192197f0f5df65bb16129418ada6ce614c3f9958ab2447b03c45070bfb7bda166c3b2db89fbcd98c477fb2b920c33acb60ca94ed74bb066c2a032e08 WHIRLPOOL 00368df583be863604cd54cd548f64a49b0176b3ac0ab413ed2f8011c842c9daa3ff35606bc4b6daa6d2a84f7c5f010581140a87b35c48e9ccf138feee0343db
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
diff --git a/net-misc/gns3-gui/gns3-gui-1.5.1.ebuild b/net-misc/gns3-gui/gns3-gui-1.5.1.ebuild
deleted file mode 100644
index 3902b740295f..000000000000
--- a/net-misc/gns3-gui/gns3-gui-1.5.1.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.4.6.ebuild b/net-misc/gns3-gui/gns3-gui-1.5.2.ebuild
index 3902b740295f..3902b740295f 100644
--- a/net-misc/gns3-gui/gns3-gui-1.4.6.ebuild
+++ b/net-misc/gns3-gui/gns3-gui-1.5.2.ebuild