From 91e94efe30e4fe34f2983f684650262a2e951351 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 28 Apr 2020 12:51:28 +0200 Subject: Upgraded gns to 2.2.7 --- net-misc/gns3-gui/Manifest | 4 +-- net-misc/gns3-gui/gns3-gui-2.1.21.ebuild | 43 ------------------------------ net-misc/gns3-gui/gns3-gui-2.2.7.ebuild | 45 ++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 45 deletions(-) delete mode 100644 net-misc/gns3-gui/gns3-gui-2.1.21.ebuild create mode 100644 net-misc/gns3-gui/gns3-gui-2.2.7.ebuild (limited to 'net-misc/gns3-gui') diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest index 7472192..2b37d2b 100644 --- a/net-misc/gns3-gui/Manifest +++ b/net-misc/gns3-gui/Manifest @@ -1,3 +1,3 @@ -DIST gns3-gui-2.1.21.tar.gz 4845512 BLAKE2B 93af250719a0aafe8645926552c61d43152e5a5620d42b4d73cd58d597b3280d11935043771f15cf04e5d116f6740d929e04c27b1af6732d65b7c6e36313ed3c SHA512 b9b03c59064214323fe7375256075c56368747c8cd273bea41791b101ea7d6b877443e81dd57f13faf4b4bdc6de558e98648770de4734b1edd1c82911f2fcb9b -EBUILD gns3-gui-2.1.21.ebuild 1132 BLAKE2B 9ea73ce3b39d4fedf55e82555c5024efa465ff9d738fa362e0d764c5255e64f536fb3e4a633fdfafc950208c1780830c51dd31b6e9c44648a7a2996efcc0acd2 SHA512 16e3ebb36a594864f5e174977f4f7406b0ed2cd391f2c801f52b73783cb492ab4819ce96e034726130347a0bb6aac79b8db8a0bb8aec64e28ac971132feedbf2 +DIST gns3-gui-2.2.7.tar.gz 5237016 BLAKE2B d55b3189878e5fae32849a0a235b2cbb74fb2259c29ab82fb2e522e6fb3d6fba975a07e8e495c7059d27fb200bd00b3cc819851dee3102c6913c1c3318c202b6 SHA512 92d98afec867dca73a6f99026ea74bead72e73d59bebdaa0fd8a28f2ceca5b88caefb8b4f9821d6d156c92a5bfeb58089a1b04600ef6a5c49aeccc261e9bbb02 +EBUILD gns3-gui-2.2.7.ebuild 1228 BLAKE2B dbd2ae628a2ded18f59a7cb59137ca026aa306bfc3f6cf7c7b38bf5c8cb58f110b1b22bddcad99cb212a514c120e4f197b872f84970240bb1362bff493da3360 SHA512 35d1b87572fc003c18ff0ed757f8fc28b4f76976d88c940217a10c5ec15dc35ef5748282d8a92328ef839aa0511a957444f8c4912662d5c5110ac5775056f0ab MISC metadata.xml 241 BLAKE2B 2cc47e12ef61022b2dbc00904091b1e35dbbeb5c4ab35dc697ae06adfc7e78782065e35b1ebebe2779f180b2b573dad22ba516a393f47c3e26e1be2ad6a3d65c SHA512 edc53eaf933b709bb0a2e8507209a85cc3901ce6e4db3bf40e061a01ece0e4b0f83d30b93b2131316c802def4a08081a5ac3b3606624271184680421b7f0323b diff --git a/net-misc/gns3-gui/gns3-gui-2.1.21.ebuild b/net-misc/gns3-gui/gns3-gui-2.1.21.ebuild deleted file mode 100644 index f9cc17a..0000000 --- a/net-misc/gns3-gui/gns3-gui-2.1.21.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.2.7.ebuild b/net-misc/gns3-gui/gns3-gui-2.2.7.ebuild new file mode 100644 index 0000000..dfbed4f --- /dev/null +++ b/net-misc/gns3-gui/gns3-gui-2.2.7.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6,7} ) + +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}] + >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}] + >=dev-python/distro-1.3.0[${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