commit: 601cb873b4b0c7b046a261891d60b498defac241
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 26 19:51:40 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 21:17:21 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601cb873
net-misc/gns3-server: drop 2.2.51
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/gns3-server/Manifest | 1 -
net-misc/gns3-server/gns3-server-2.2.51.ebuild | 69 --------------------------
2 files changed, 70 deletions(-)
diff --git a/net-misc/gns3-server/Manifest b/net-misc/gns3-server/Manifest
index 92f6395bdc4e..ca9420258d24 100644
--- a/net-misc/gns3-server/Manifest
+++ b/net-misc/gns3-server/Manifest
@@ -1,2 +1 @@
-DIST gns3-server-2.2.51.tar.gz 10859367 BLAKE2B
13e1a5a90d149c66b227ca8974d3564f8cc5bca88be1db0827c2a14f0ddac282229ec7cf7a5a6174689076155df0d84efbca2fdc884d43c042a12ecfe744bcd9
SHA512
f259e0b8b424ac14925b60a13d2a66afa8ce4d4280f1d5c733035efd5111e05875f08d6cd4456db01e97f6974c378a3d6f935adda28c312ce53b53e5f3953c28
DIST gns3-server-2.2.52.tar.gz 10857965 BLAKE2B
2a5651826bf0ffe7c912aa6c75c9127811018006e4272a6087868973928401d190fff2c47307fd6a65148991ad6a59d4d176c3760180ef499b6edb658c0b8f31
SHA512
15c13a9c3ebb1b0622fee512bedce2ed77eb89b47b03f2eac81c37ec1bbf5edffa34b6fe149d61e889c2b32c752a497888fa0e8288579d24d5d5c642513ecf48
diff --git a/net-misc/gns3-server/gns3-server-2.2.51.ebuild
b/net-misc/gns3-server/gns3-server-2.2.51.ebuild
deleted file mode 100644
index 0f156170f6ed..000000000000
--- a/net-misc/gns3-server/gns3-server-2.2.51.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 optfeature systemd
-
-DESCRIPTION="GNS3 server to asynchronously manage emulators"
-HOMEPAGE="https://www.gns3.com https://github.com/GNS3/gns3-server"
-SRC_URI="https://github.com/GNS3/gns3-server/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- acct-group/gns3
- acct-user/gns3
- app-emulation/dynamips
- >=dev-python/aiofiles-24.1.0[${PYTHON_USEDEP}]
- >=dev-python/aiohttp-3.10.10[${PYTHON_USEDEP}]
- >=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
- >=dev-python/async-timeout-4.0.3[${PYTHON_USEDEP}]
- >=dev-python/distro-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/jinja2-3.1.4[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-4.23.0[${PYTHON_USEDEP}]
- >=dev-python/platformdirs-2.4.0[${PYTHON_USEDEP}]
- >=dev-python/psutil-6.1.0[${PYTHON_USEDEP}]
- >=dev-python/py-cpuinfo-9.0.0[${PYTHON_USEDEP}]
- >=dev-python/truststore-0.10.0[${PYTHON_USEDEP}]
- net-misc/ubridge
- sys-apps/busybox[static]
-"
-BDEPEND="
- test? (
- dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- default
-
- # newer python packages are fine
- sed -i -e 's/[<>=].*//' requirements.txt || die
-}
-
-python_install() {
- distutils-r1_python_install
-
- systemd_dounit init/gns3.service.systemd
- newinitd init/gns3.service.openrc gns3server
-}
-
-pkg_postinst() {
- elog "net-misc/gns3-server has several optional packages that must be
merged manually for additional functionality."
- elog ""
- optfeature "QEMU Support" "app-emulation/qemu"
- optfeature "Virtualbox Support" "app-emulation/virtualbox"
- optfeature "Docker Support" "app-containers/docker"
- optfeature "Wireshark Support" "net-analyzer/wireshark"
- elog ""
- elog "The following packages are currently unsupported:"
- elog "iouyap and vpcs"
-}