commit:     3c2b9c5ffafe4fc17f5d98344d30bfe8bd25548c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 26 18:49:56 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 21:43:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2b9c5f

net-misc/gns3-gui: remove old

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/gns3-gui/Manifest               |  1 -
 net-misc/gns3-gui/gns3-gui-2.2.41.ebuild | 40 --------------------------------
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest
index cd51ae43be52..3b2dece1b459 100644
--- a/net-misc/gns3-gui/Manifest
+++ b/net-misc/gns3-gui/Manifest
@@ -1,3 +1,2 @@
-DIST gns3-gui-2.2.41.tar.gz 5046775 BLAKE2B 
8ca83ed58312bd2cf0c0e854cebe6001121bf21e9f26804b779fc81ec06689c154d704b9cf2e7a5d57608519c3fbe724b07437b64c5840dd2ad6119f38669a29
 SHA512 
b86e23808c6158d6811a51901aff3f10c9722ca51389c2d241c6d174992299c83529014e6a098a2d5777fabda212ffb2731025843cc317f8560868bcb8cb2195
 DIST gns3-gui-2.2.42.tar.gz 5048413 BLAKE2B 
19c4f1977797af0a3c2bbed926cc8f9361840658dbdc25ad9a2972bec21749c84d5cdc477079f01b8c354e21e9663b27bcbc09f974c914c188f98ec151b7bd67
 SHA512 
19940857308da3810047cec9285c34b0011e4dc44a1316bf2fe5042e0f255546e8e3d2d4788a1f70baedb498a295223916633f4950ef9dbfa19b8e72c7545176
 DIST gns3-gui-2.2.43.tar.gz 5055465 BLAKE2B 
21e21d1b1e77151d385d210270dc909e3ed938c2220360e038820d9e30a1ca126122ccfe0f582e392143aeac364274bc96dbed1a3ea23cd29e0d9dbc858af5a5
 SHA512 
167961caa13e7bc7abea3753c69e883e864e5fbf543f12117a0653f203ef92d46214f083c715c1fad3ab4a52504fa714a2901d0caa4c0048e26cae9fa7ee5a31

diff --git a/net-misc/gns3-gui/gns3-gui-2.2.41.ebuild 
b/net-misc/gns3-gui/gns3-gui-2.2.41.ebuild
deleted file mode 100644
index 50f98a4b6407..000000000000
--- a/net-misc/gns3-gui/gns3-gui-2.2.41.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_11 )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 virtualx xdg
-
-DESCRIPTION="Graphical Network Simulator"
-HOMEPAGE="https://www.gns3.com https://github.com/GNS3/gns3-gui";
-SRC_URI="https://github.com/GNS3/gns3-gui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-#net-misc/gns3-server version should always match gns3-gui version
-RDEPEND="
-       >=dev-python/distro-1.8.0[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-       >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}]
-       >=dev-python/sentry-sdk-1.17.0[${PYTHON_USEDEP}]
-       ~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}]
-       dev-python/PyQt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       default
-
-       # newer python packages are fine
-       sed -i -e 's/[<>=].*//' requirements.txt || die
-}
-
-src_test() {
-       virtx distutils-r1_src_test
-}

Reply via email to