From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 153EE15810F for ; Sun, 18 Jun 2023 17:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53C89E094B; Sun, 18 Jun 2023 17:18:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CB48E094B for ; Sun, 18 Jun 2023 17:18:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D11B34105D for ; Sun, 18 Jun 2023 17:18:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1D57A9D for ; Sun, 18 Jun 2023 17:18:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1687108619.33b5c396ec5b8faa1388a8478f25ab2c9bea2581.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gns3-gui/Manifest net-misc/gns3-gui/gns3-gui-2.2.38-r1.ebuild net-misc/gns3-gui/gns3-gui-2.2.38.ebuild X-VCS-Directories: net-misc/gns3-gui/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 33b5c396ec5b8faa1388a8478f25ab2c9bea2581 X-VCS-Branch: master Date: Sun, 18 Jun 2023 17:18:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a481610a-e043-4e7e-b46d-dd9c56dac19a X-Archives-Hash: 0281cd22a7afd6ee6fa9b62228c81c0f commit: 33b5c396ec5b8faa1388a8478f25ab2c9bea2581 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 18 17:16:59 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 18 17:16:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b5c396 net-misc/gns3-gui: Remove old Signed-off-by: Michał Górny gentoo.org> net-misc/gns3-gui/Manifest | 1 - net-misc/gns3-gui/gns3-gui-2.2.38-r1.ebuild | 40 ----------------------------- net-misc/gns3-gui/gns3-gui-2.2.38.ebuild | 40 ----------------------------- 3 files changed, 81 deletions(-) diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest index 3df1725f4166..5085cdc7cb98 100644 --- a/net-misc/gns3-gui/Manifest +++ b/net-misc/gns3-gui/Manifest @@ -1,2 +1 @@ -DIST gns3-gui-2.2.38.tar.gz 5048241 BLAKE2B 975e0cf324afcc37a23e8bdccbb7bfc5e4a70b754a145a4948440e9fa2ba13fee4ce712ac18c0fce07c337946198f45b2555113f23073c5d91eed2356a7397a2 SHA512 a4ab6683864ac16cab34c695e5dbb9c21f9644ab048f4fd1bab902c7a24531d1f6046ea6b83e4fd9258f5db481f9b30ef600e66e7f0502ab09b66b15f6562f14 DIST gns3-gui-2.2.39.tar.gz 5048376 BLAKE2B f3edfbd2f35297a63372ac7bde8499d15ec0357822aaf8e089a40eb9227861dae80a2dcefc26a0fc9fe0c064bd0eb6e547901c6d7c1408739df142d8ec45c67f SHA512 99fe925b96bbcfc0c040dadb9ce5a47a168d6e9ce9031d6884acea05c7384247d404115124a5d095147f0a189929caaa278c83b7b7d9e324da3785cd2df4b4c7 diff --git a/net-misc/gns3-gui/gns3-gui-2.2.38-r1.ebuild b/net-misc/gns3-gui/gns3-gui-2.2.38-r1.ebuild deleted file mode 100644 index 812f7e8df59d..000000000000 --- a/net-misc/gns3-gui/gns3-gui-2.2.38-r1.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.7.0[${PYTHON_USEDEP}] - >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}] - >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}] - >=dev-python/sentry-sdk-1.12.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.38.ebuild b/net-misc/gns3-gui/gns3-gui-2.2.38.ebuild deleted file mode 100644 index f2230dc15190..000000000000 --- a/net-misc/gns3-gui/gns3-gui-2.2.38.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_{10..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.7.0[${PYTHON_USEDEP}] - >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}] - >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}] - >=dev-python/sentry-sdk-1.12.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 -}