commit:     3cdb3d8e6a776d5c025aab58b4087601dfb8c90a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Dec  8 13:48:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 22:04:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdb3d8e

net-misc/gns3-server: drop old

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/gns3-server/Manifest                     |  2 -
 net-misc/gns3-server/gns3-server-2.2.49-r1.ebuild | 69 -----------------------
 net-misc/gns3-server/gns3-server-2.2.50.ebuild    | 69 -----------------------
 3 files changed, 140 deletions(-)

diff --git a/net-misc/gns3-server/Manifest b/net-misc/gns3-server/Manifest
index 2358abf6a407..92f6395bdc4e 100644
--- a/net-misc/gns3-server/Manifest
+++ b/net-misc/gns3-server/Manifest
@@ -1,4 +1,2 @@
-DIST gns3-server-2.2.49.tar.gz 10851027 BLAKE2B 
c580f14e041b683bb738184c2cfa320936b61df8a5ee5fa138eff2c93ee193061f6ec24e25b2575d7ce8d5ab3e3e46e9178584fff4e72815ad961a7bffcf878c
 SHA512 
1574d5f509283b3f6d4cac40320a6629e116a8f6fa126750a0c6f09a7dbeab015eb28fda380af0a2ed0756e524ab54a8e79d7cef5cad12f92affecb516d1329e
-DIST gns3-server-2.2.50.tar.gz 10856859 BLAKE2B 
2fd917456a9ce38032160942ed08814ee463bb37831ab8f35e40f3f370161ce70c6290a8c8f9f6f825d9cac70edb10847a9eaee32fa4bb28d769c5561d8d4674
 SHA512 
66e5df340660007d0c34b4dcd0ad2bed1efd727904e24dfe775d8393e73eb1b5e843940d015be3d7e95163d63c48e8ebb377b2c26cc7528200b905380df01056
 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.49-r1.ebuild 
b/net-misc/gns3-server/gns3-server-2.2.49-r1.ebuild
deleted file mode 100644
index 92bf5f812136..000000000000
--- a/net-misc/gns3-server/gns3-server-2.2.49-r1.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..12} )
-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.9.5[${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.0.0[${PYTHON_USEDEP}]
-       >=dev-python/py-cpuinfo-9.0.0[${PYTHON_USEDEP}]
-       >=dev-python/truststore-0.9.1[${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"
-}

diff --git a/net-misc/gns3-server/gns3-server-2.2.50.ebuild 
b/net-misc/gns3-server/gns3-server-2.2.50.ebuild
deleted file mode 100644
index 421c7b510785..000000000000
--- a/net-misc/gns3-server/gns3-server-2.2.50.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..12} )
-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.3[${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.0.0[${PYTHON_USEDEP}]
-       >=dev-python/py-cpuinfo-9.0.0[${PYTHON_USEDEP}]
-       >=dev-python/truststore-0.9.1[${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"
-}

Reply via email to