Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-gui/
Date: Sun, 24 May 2020 22:40:42
Message-Id: 1590359763.9b6c77a61e31cd4044699aff5c645b1e334afbba.bman@gentoo
1 commit: 9b6c77a61e31cd4044699aff5c645b1e334afbba
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 22:36:03 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 22:36:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6c77a6
7
8 net-misc/gns3-gui: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 net-misc/gns3-gui/Manifest | 1 -
13 net-misc/gns3-gui/gns3-gui-2.1.21.ebuild | 34 --------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest
17 index be61aeab7c4..2f8f23dc26e 100644
18 --- a/net-misc/gns3-gui/Manifest
19 +++ b/net-misc/gns3-gui/Manifest
20 @@ -1,2 +1 @@
21 -DIST gns3-gui-2.1.21.tar.gz 4845512 BLAKE2B 93af250719a0aafe8645926552c61d43152e5a5620d42b4d73cd58d597b3280d11935043771f15cf04e5d116f6740d929e04c27b1af6732d65b7c6e36313ed3c SHA512 b9b03c59064214323fe7375256075c56368747c8cd273bea41791b101ea7d6b877443e81dd57f13faf4b4bdc6de558e98648770de4734b1edd1c82911f2fcb9b
22 DIST gns3-gui-2.2.8.tar.gz 5237129 BLAKE2B ce72219a1d0201f596c20b0988ab81f280889d3eb4717898da5d1a3c52a248e8f1d020d83b900309e623fadb758e67a91baaac9d61d75e72b96f4144ac5101fb SHA512 28b9f6f16506f206f64831160d95687525b6709d9d0d84623763e46c3c9b2e138e3f12844619bbad00491677818a7e28da4f4ea9358d063c3427db16e62775ca
23
24 diff --git a/net-misc/gns3-gui/gns3-gui-2.1.21.ebuild b/net-misc/gns3-gui/gns3-gui-2.1.21.ebuild
25 deleted file mode 100644
26 index 941d10b41d4..00000000000
27 --- a/net-misc/gns3-gui/gns3-gui-2.1.21.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit distutils-r1 desktop
38 -
39 -DESCRIPTION="Graphical Network Simulator"
40 -HOMEPAGE="http://www.gns3.net/"
41 -SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3+"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -#net-misc/gns3-server version should always match gns3-gui version
48 -
49 -RDEPEND="
50 - >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
51 - >=dev-python/raven-5.23.0[${PYTHON_USEDEP}]
52 - >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}]
53 - ~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}]
54 - dev-python/PyQt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}]
55 -"
56 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
57 -
58 -python_install_all() {
59 - distutils-r1_python_install_all
60 -
61 - doicon "resources/images/gns3.ico"
62 - make_desktop_entry "gns3" "GNS3" "gns3.ico" "Utility"
63 -}