summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-12-08 14:48:30 +0100
committerSam James <sam@gentoo.org>2024-12-08 22:04:45 +0000
commita835aeb968c2a2221159a77c27594fdc21b4078b (patch)
tree2589c731def673dd73daf4f233658e744bf089ab /net-misc
parentnet-misc/gns3-server: drop old (diff)
downloadgentoo-a835aeb968c2a2221159a77c27594fdc21b4078b.tar.gz
gentoo-a835aeb968c2a2221159a77c27594fdc21b4078b.tar.bz2
gentoo-a835aeb968c2a2221159a77c27594fdc21b4078b.zip
net-misc/gns3-gui: drop old
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39632 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gns3-gui/Manifest2
-rw-r--r--net-misc/gns3-gui/gns3-gui-2.2.49-r1.ebuild40
-rw-r--r--net-misc/gns3-gui/gns3-gui-2.2.50.ebuild40
3 files changed, 0 insertions, 82 deletions
diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest
index a75f22620d87..1668ac34e5c0 100644
--- a/net-misc/gns3-gui/Manifest
+++ b/net-misc/gns3-gui/Manifest
@@ -1,4 +1,2 @@
-DIST gns3-gui-2.2.49.tar.gz 5065254 BLAKE2B 4959dad7bad288100dfef467c71876dff287881630aa7e5e1d46f8b774403e5850db11fd525e43d2fd3a980ecd62aae8363e4af56d57c3ba9e37421131b8c7ff SHA512 f85c58287be3d1c9c8ada9590ac67a8703e28d7c5c01d52c8080e192318d42dd0c6bf06b9aed5d61a6e59b523e0de66d2535781ff78cca6b9451b4a7b3a414cb
-DIST gns3-gui-2.2.50.tar.gz 5066171 BLAKE2B 7d62e358b8863793c20eb03ecbc412c21c561c3afa3365d43434b96486a474ba3aded18dbdc35205ad2f98353ceead5aac63d807de68ef8b000f578287feb698 SHA512 264870e8aa132aad984c9e45297688eefbbd8be8ad8372f7851f759627f46e5d6fbf985af6ce39ba3b3de35b3e4f235f8f678b69b4f9b36655791c4332c8eaa4
DIST gns3-gui-2.2.51.tar.gz 5065488 BLAKE2B 4eca5abcdc24d8493aa40aa0afc2a58ccc3adce71321fd6d27b8f950b9c04ada60081ec57ea128304b53f9d26b4d104358be984baa12a9f11d9a5d333d22170d SHA512 0558540f30c6f34555612d0188592b60844c4aa58cc0fd823b8cbc067620f3beb1e9a343ebc8f82a71a0abdd1af73511043142000c5f443ce86399781bd3581e
DIST gns3-gui-2.2.52.tar.gz 5065074 BLAKE2B b05a7b9326ddb09bc98dda51a4efd201cc4d64aafcdbc3602be087d16ac8e9c4879a7c2a484ca0d0c2d44a73ee4a0bedb390ab2353813b9a9da2c4592b7c7f2e SHA512 62e53dbf7aa7744539c0792f7af251e978481defbe65619b7e8f4569f24e367acbfca9454e0f2c50edeb220d242d43959942f8ff0937616c74a9940a65dc4f3a
diff --git a/net-misc/gns3-gui/gns3-gui-2.2.49-r1.ebuild b/net-misc/gns3-gui/gns3-gui-2.2.49-r1.ebuild
deleted file mode 100644
index d72934069f01..000000000000
--- a/net-misc/gns3-gui/gns3-gui-2.2.49-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-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"
-
-#net-misc/gns3-server version should always match gns3-gui version
-RDEPEND="
- >=dev-python/distro-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-4.23.0[${PYTHON_USEDEP}]
- >=dev-python/psutil-6.0.0[${PYTHON_USEDEP}]
- >=dev-python/truststore-0.9.1[${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
-}
diff --git a/net-misc/gns3-gui/gns3-gui-2.2.50.ebuild b/net-misc/gns3-gui/gns3-gui-2.2.50.ebuild
deleted file mode 100644
index d72934069f01..000000000000
--- a/net-misc/gns3-gui/gns3-gui-2.2.50.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-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"
-
-#net-misc/gns3-server version should always match gns3-gui version
-RDEPEND="
- >=dev-python/distro-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-4.23.0[${PYTHON_USEDEP}]
- >=dev-python/psutil-6.0.0[${PYTHON_USEDEP}]
- >=dev-python/truststore-0.9.1[${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
-}