commit:     c5a1a270500cf5992cd51ea67bf955e73b06f6a8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 17:17:09 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 17:17:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a1a270

net-misc/gns3-server: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/gns3-server/Manifest                     |  1 -
 net-misc/gns3-server/gns3-server-2.2.38-r1.ebuild | 71 -----------------------
 net-misc/gns3-server/gns3-server-2.2.38.ebuild    | 71 -----------------------
 3 files changed, 143 deletions(-)

diff --git a/net-misc/gns3-server/Manifest b/net-misc/gns3-server/Manifest
index 46471924388e..0c68719e9739 100644
--- a/net-misc/gns3-server/Manifest
+++ b/net-misc/gns3-server/Manifest
@@ -1,2 +1 @@
-DIST gns3-server-2.2.38.tar.gz 9693834 BLAKE2B 
a7a442142bda19bcdb9c9501963bacc275105221f141a59f125d6ec37ada6b357885f76a8cd68b5daef1eb82a3d01b49a99a9c5d4383b728c5c156f92ecdd0bc
 SHA512 
c116dee5836d76be03e5eb7be402b67f8f22273a9a6270220c77ca57324a991c1d2bbfba4457616b11dd2ce14c17206864ec46bd8d4ecc905ab9b20ad137d1a6
 DIST gns3-server-2.2.39.tar.gz 9706605 BLAKE2B 
813efad9c6832f41fd1135217ddb1fbd8ea0234a9f84bcbabde58e502e653785513e6b73b0cc2955fd0c0a65276c782eb70a444a243f6e7cba8022f848dbc213
 SHA512 
219fb595bf8c9032e0e2e8943a3164c6f1cbb1d443faeb089317ab58e69f73d64ce5efcf4ef8da4d26e61b32072145a638e2a657dfc8a70adc97c9d821745ddf

diff --git a/net-misc/gns3-server/gns3-server-2.2.38-r1.ebuild 
b/net-misc/gns3-server/gns3-server-2.2.38-r1.ebuild
deleted file mode 100644
index f32f72430221..000000000000
--- a/net-misc/gns3-server/gns3-server-2.2.38-r1.ebuild
+++ /dev/null
@@ -1,71 +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 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 ~x86"
-
-RDEPEND="
-       acct-group/gns3
-       acct-user/gns3
-       app-emulation/dynamips
-       >=dev-python/aiofiles-22.1.0[${PYTHON_USEDEP}]
-       >=dev-python/aiohttp-3.8.3[${PYTHON_USEDEP}]
-       >=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
-       >=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
-       >=dev-python/distro-1.7.0[${PYTHON_USEDEP}]
-       >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-       >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}]
-       >=dev-python/py-cpuinfo-9.0.0[${PYTHON_USEDEP}]
-       >=dev-python/sentry-sdk-1.12.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
-
-       rm 
"${D}$(python_get_sitedir)/gns3server/compute/docker/resources/bin/busybox" || 
die
-       ln -s /bin/busybox 
"${D}$(python_get_sitedir)/gns3server/compute/docker/resources/bin/busybox" || 
die
-}
-
-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.38.ebuild 
b/net-misc/gns3-server/gns3-server-2.2.38.ebuild
deleted file mode 100644
index d399b6d9463f..000000000000
--- a/net-misc/gns3-server/gns3-server-2.2.38.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-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 ~x86"
-
-RDEPEND="
-       acct-group/gns3
-       acct-user/gns3
-       app-emulation/dynamips
-       >=dev-python/aiofiles-22.1.0[${PYTHON_USEDEP}]
-       >=dev-python/aiohttp-3.8.3[${PYTHON_USEDEP}]
-       >=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
-       >=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
-       >=dev-python/distro-1.7.0[${PYTHON_USEDEP}]
-       >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-       >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}]
-       >=dev-python/py-cpuinfo-9.0.0[${PYTHON_USEDEP}]
-       >=dev-python/sentry-sdk-1.12.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
-
-       rm 
"${D}$(python_get_sitedir)/gns3server/compute/docker/resources/bin/busybox" || 
die
-       ln -s /bin/busybox 
"${D}$(python_get_sitedir)/gns3server/compute/docker/resources/bin/busybox" || 
die
-}
-
-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