From 56016d2796cb399fb73427fc75f91e4473e9a9ea Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 23 May 2019 14:29:05 +0200 Subject: Upgraded gns to 2.1.17 --- net-misc/gns3-gui/Manifest | 4 +-- net-misc/gns3-gui/gns3-gui-2.1.16.ebuild | 43 -------------------------------- net-misc/gns3-gui/gns3-gui-2.1.17.ebuild | 43 ++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 net-misc/gns3-gui/gns3-gui-2.1.16.ebuild create mode 100644 net-misc/gns3-gui/gns3-gui-2.1.17.ebuild (limited to 'net-misc/gns3-gui') diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest index 8372232..4219b63 100644 --- a/net-misc/gns3-gui/Manifest +++ b/net-misc/gns3-gui/Manifest @@ -1,3 +1,3 @@ -DIST gns3-gui-2.1.16.tar.gz 4845510 BLAKE2B f3460cc159e4ffd285b1862ccc44f85520b85bf32d40cc377fbd6b50218ab6f00b2d5b513e6d4d07d81a86672be2c7a18d5413dd78247310297bcacc6cdb267a SHA512 930c8f6219c17422222416bf445022af4d4c17d577f093b7fe90eb93e20eafbc533e303f0e023b9bf16345b664ccefea49c7727ecee18d8abcc4ff26abddfe7b -EBUILD gns3-gui-2.1.16.ebuild 1132 BLAKE2B 9ea73ce3b39d4fedf55e82555c5024efa465ff9d738fa362e0d764c5255e64f536fb3e4a633fdfafc950208c1780830c51dd31b6e9c44648a7a2996efcc0acd2 SHA512 16e3ebb36a594864f5e174977f4f7406b0ed2cd391f2c801f52b73783cb492ab4819ce96e034726130347a0bb6aac79b8db8a0bb8aec64e28ac971132feedbf2 +DIST gns3-gui-2.1.17.tar.gz 4845533 BLAKE2B 6f572aebb27c6859c630f58e91a7ec59b07ab0ec5cfc83ec353c11bae8d71d19103063449a979e87151567a20c6bb34941bdf62f55cf6a6d34d4c2d62e5cf77c SHA512 95868323ed95880dd8fdf9c16de762b39974f4fac5bdae0617ee457b0d2ebe17301d19443c2b03c5701fc7c10de38b4eade4a034f057178aec5f99f4264e1315 +EBUILD gns3-gui-2.1.17.ebuild 1132 BLAKE2B 9ea73ce3b39d4fedf55e82555c5024efa465ff9d738fa362e0d764c5255e64f536fb3e4a633fdfafc950208c1780830c51dd31b6e9c44648a7a2996efcc0acd2 SHA512 16e3ebb36a594864f5e174977f4f7406b0ed2cd391f2c801f52b73783cb492ab4819ce96e034726130347a0bb6aac79b8db8a0bb8aec64e28ac971132feedbf2 MISC metadata.xml 241 BLAKE2B 2cc47e12ef61022b2dbc00904091b1e35dbbeb5c4ab35dc697ae06adfc7e78782065e35b1ebebe2779f180b2b573dad22ba516a393f47c3e26e1be2ad6a3d65c SHA512 edc53eaf933b709bb0a2e8507209a85cc3901ce6e4db3bf40e061a01ece0e4b0f83d30b93b2131316c802def4a08081a5ac3b3606624271184680421b7f0323b diff --git a/net-misc/gns3-gui/gns3-gui-2.1.16.ebuild b/net-misc/gns3-gui/gns3-gui-2.1.16.ebuild deleted file mode 100644 index f9cc17a..0000000 --- a/net-misc/gns3-gui/gns3-gui-2.1.16.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -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 ~x86" -# tests are severely broken upstream and they have been notified -RESTRICT="test" - -#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}] - ~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}] - dev-python/PyQt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}] -" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -src_prepare() { - default - - rm -rf tests || 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-2.1.17.ebuild b/net-misc/gns3-gui/gns3-gui-2.1.17.ebuild new file mode 100644 index 0000000..f9cc17a --- /dev/null +++ b/net-misc/gns3-gui/gns3-gui-2.1.17.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +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 ~x86" +# tests are severely broken upstream and they have been notified +RESTRICT="test" + +#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}] + ~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}] + dev-python/PyQt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}] +" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +src_prepare() { + default + + rm -rf tests || 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" +} -- cgit v1.2.3