commit: 220b40fb409ad227d0fc4a3b3d5d804d8b7bdd3d Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Tue Jul 4 13:57:40 2017 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jul 10 00:16:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220b40fb
net-misc/gns3-gui: Add test comments, fix absolute paths, and remove unneeded dependencies Closes: https://github.com/gentoo/gentoo/pull/5007 net-misc/gns3-gui/gns3-gui-2.0.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-misc/gns3-gui/gns3-gui-2.0.3.ebuild b/net-misc/gns3-gui/gns3-gui-2.0.3.ebuild index ea2a02c0475..95f4a1dd6fc 100644 --- a/net-misc/gns3-gui/gns3-gui-2.0.3.ebuild +++ b/net-misc/gns3-gui/gns3-gui-2.0.3.ebuild @@ -14,6 +14,7 @@ SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +# tests are severely broken upstream and they have been notified RESTRICT="test" #net-misc/gns3-server version should always match gns3-gui version @@ -24,8 +25,6 @@ RDEPEND=" >=dev-python/requests-2.6.0[${PYTHON_USEDEP}] >=dev-python/paramiko-1.15.1[${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}]" @@ -38,6 +37,6 @@ src_prepare() { 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" + doicon gns3.ico + make_desktop_entry "gns3" "GNS3" "gns3.ico" "Utility" }
