From 94682292c87943ca6d735eb607773d1e2838e17a Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 27 Jan 2019 17:53:47 +0100 Subject: net-misc/gns3-gui: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos --- net-misc/gns3-gui/Manifest | 2 -- net-misc/gns3-gui/gns3-gui-1.5.3.1.ebuild | 45 ------------------------------ net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild | 42 ---------------------------- 3 files changed, 89 deletions(-) delete mode 100644 net-misc/gns3-gui/gns3-gui-1.5.3.1.ebuild delete mode 100644 net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest index c23ff6205a49..21ceab7d5dbe 100644 --- a/net-misc/gns3-gui/Manifest +++ b/net-misc/gns3-gui/Manifest @@ -1,3 +1 @@ -DIST gns3-gui-1.5.3.1.tar.gz 5784326 BLAKE2B 535ef34b24a4069e597f0ac12900057d4ea10f03ab4dd4ee342091c72743d611b442cd2c3cdd9cde65a357ff26e776702e730be916533960c3cd0c9a53149553 SHA512 1d145d1565dc890d3e54386d9867826470cce2997d42f113cfcfd9a2cadd6e215e96753af8f0cdc9d2a7776341d9c4cb8ac473084126ba4ea76585de4c37dd0c -DIST gns3-gui-2.0.3.tar.gz 5528039 BLAKE2B 05831031780a163f650a3eef8b4fd67629f0550fcd8a0b3a76f53d18bec073199d437755c13e856a10a11a210d9c923c11ff7466a706d5a3b07291d5a04f51e2 SHA512 0c6955c885c1110acd4c791e92ba24db583d259938bb7f0c2147f3f648dabd4dcaeb2967b8e30e6169adca9f3b8ee667f00431bec66d6fb5fde1f9d90cca88f8 DIST gns3-gui-2.1.3.tar.gz 4792762 BLAKE2B 577381bdee06f967e4fddec3b0885920e8a25380d834ab1c983e010d40a14f63c69912f745bb72b4605e49cdf7192fe52ac57380d5f65f03d067a2f1dd03f7d6 SHA512 da90eea0920f9fc10bb5ea7e0039ca11bfaf36870e182a6b97ffdbab9f12da0d13b58c4a13ca747add675426324f3c1cde5eedbd858a68ee4bbefdcdff193904 diff --git a/net-misc/gns3-gui/gns3-gui-1.5.3.1.ebuild b/net-misc/gns3-gui/gns3-gui-1.5.3.1.ebuild deleted file mode 100644 index 705031598053..000000000000 --- a/net-misc/gns3-gui/gns3-gui-1.5.3.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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" -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}] - >=dev-python/psutil-3.0.0[${PYTHON_USEDEP}] - >=net-misc/gns3-converter-1.3.0[${PYTHON_USEDEP}] - ~net-misc/gns3-server-${PV}[${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 requirements.txt || 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.0.3-r1.ebuild b/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild deleted file mode 100644 index a8118d51b05d..000000000000 --- a/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild +++ /dev/null @@ -1,42 +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} ) - -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,widgets,${PYTHON_USEDEP}] -" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -src_prepare() { - rm -rf tests || die - eapply_user -} - -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-65-gdbad