Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-server/
Date: Sun, 27 Jan 2019 15:06:01
Message-Id: 1548601529.59f1fa63ff77f24c3c279067b0ec4a04eca3ad2f.pacho@gentoo
1 commit: 59f1fa63ff77f24c3c279067b0ec4a04eca3ad2f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 15:05:29 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 15:05:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f1fa63
7
8 net-misc/gns3-server: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-misc/gns3-server/Manifest | 2 -
14 net-misc/gns3-server/gns3-server-1.5.3.1-r1.ebuild | 45 -----------------
15 net-misc/gns3-server/gns3-server-2.0.3-r2.ebuild | 50 -------------------
16 net-misc/gns3-server/gns3-server-2.1.3-r3.ebuild | 57 ----------------------
17 4 files changed, 154 deletions(-)
18
19 diff --git a/net-misc/gns3-server/Manifest b/net-misc/gns3-server/Manifest
20 index 501cbd3fdc3..17588ddf425 100644
21 --- a/net-misc/gns3-server/Manifest
22 +++ b/net-misc/gns3-server/Manifest
23 @@ -1,3 +1 @@
24 -DIST gns3-server-1.5.3.1.tar.gz 847598 BLAKE2B 9a025150cea08830f39e63d4ff79897643bc846d4ccab4b9e3d37f8fa9b3de26296a30d3b93c38fdbb4e927653978e0aa4f1f4d5200b176f102f4c550bc7edd9 SHA512 79e8b2546d8239d78fcf621fe8e88c0ddc10bea2e216225ca1f48ebd4d0e307cebc81e63ded2e36cca50917d518d52d8619eed5a84b39123c3ce56f3a6606fd9
25 -DIST gns3-server-2.0.3.tar.gz 1468528 BLAKE2B fac026020563386553841e98c8f056cc270b17a7896481fb268b1633a3166737a3be111b9cf7f38dacb85ee2e8bc371fa32490e4a3fe07e708b01c57af1d79c0 SHA512 a9927e414f6fc6558cecabd006f9d123752b0b6e5b88408a53a6d1f195d22047ffdc3e4ccc6e132d04135c434174aa4b58f29deae9e952f83ccc678037f25b8a
26 DIST gns3-server-2.1.3.tar.gz 1658657 BLAKE2B 4ce83aceff8f70f93032b2baafb0dd5c94062b8c431a73b9a83401266ae77f18a4e318651ecd05b789b71c512fc3549d0d1fb95b26fe1fdd23b2953b3367f04c SHA512 df6a98943f893f3d10c16b2a4242869a1407adad56e6c127e6525fe49acefbac9329bf76bc2b16904997985843fdb2b94d03c58f658034ec44763e6d69f7ddaf
27
28 diff --git a/net-misc/gns3-server/gns3-server-1.5.3.1-r1.ebuild b/net-misc/gns3-server/gns3-server-1.5.3.1-r1.ebuild
29 deleted file mode 100644
30 index 8bcb6c9c3b0..00000000000
31 --- a/net-misc/gns3-server/gns3-server-1.5.3.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,45 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python3_4 )
40 -
41 -inherit distutils-r1 eutils
42 -
43 -DESCRIPTION="GNS3 server to asynchronously manage emulators"
44 -HOMEPAGE="http://www.gns3.net/"
45 -SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -RESTRICT="test"
51 -
52 -RDEPEND=">=app-emulation/dynamips-0.2.12
53 - >=dev-python/aiohttp-1.2.0[${PYTHON_USEDEP}]
54 - >=dev-python/aiohttp-cors-0.5.0[${PYTHON_USEDEP}]
55 - >=dev-python/docker-py-1.4.0[${PYTHON_USEDEP}]
56 - >=dev-python/netifaces-0.8-r2[${PYTHON_USEDEP}]
57 - >=dev-python/jinja-2.7.3[${PYTHON_USEDEP}]
58 - >=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
59 - >=dev-python/libcloud-0.14.1[${PYTHON_USEDEP}]
60 - >=dev-python/raven-5.2.0[${PYTHON_USEDEP}]
61 - >=dev-python/psutil-3.0.0[${PYTHON_USEDEP}]
62 - >=dev-python/pyzmq-14.3.1[${PYTHON_USEDEP}]
63 - >=dev-python/python-zipstream-1.1.4[${PYTHON_USEDEP}]
64 - >=www-servers/tornado-3.1.1[${PYTHON_USEDEP}]
65 - virtual/python-typing[${PYTHON_USEDEP}]
66 - >=dev-python/yarl-0.7.0[${PYTHON_USEDEP}]"
67 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
68 -
69 -pkg_postinst() {
70 - ewarn "net-misc/gns3-server has several optional packages that must be merged manually for additional functionality."
71 - ewarn ""
72 - ewarn "The following is a list of packages that can be added:"
73 - ewarn "app-emulation/qemu, app-emulation/virtualbox"
74 - ewarn "app-emulation/docker and net-analyzer/wireshark"
75 - ewarn ""
76 - ewarn "The following packages are currently unsupported:"
77 - ewarn "iouyap and vpcs"
78 -}
79
80 diff --git a/net-misc/gns3-server/gns3-server-2.0.3-r2.ebuild b/net-misc/gns3-server/gns3-server-2.0.3-r2.ebuild
81 deleted file mode 100644
82 index 4dfbfec240f..00000000000
83 --- a/net-misc/gns3-server/gns3-server-2.0.3-r2.ebuild
84 +++ /dev/null
85 @@ -1,50 +0,0 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=6
90 -
91 -PYTHON_COMPAT=( python3_{4,5} )
92 -
93 -inherit distutils-r1 eutils
94 -
95 -DESCRIPTION="GNS3 server to asynchronously manage emulators"
96 -HOMEPAGE="http://www.gns3.net/"
97 -SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
98 -
99 -LICENSE="GPL-3"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~x86"
102 -RESTRICT="test"
103 -
104 -RDEPEND=">=app-emulation/dynamips-0.2.12
105 - =dev-python/aiohttp-1.3.5*[${PYTHON_USEDEP}]
106 - =dev-python/aiohttp-cors-0.5.1[${PYTHON_USEDEP}]
107 - >=dev-python/docker-py-1.4.0[${PYTHON_USEDEP}]
108 - >=dev-python/netifaces-0.8-r2[${PYTHON_USEDEP}]
109 - >=dev-python/jinja-2.7.3[${PYTHON_USEDEP}]
110 - >=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
111 - >=dev-python/libcloud-0.14.1[${PYTHON_USEDEP}]
112 - >=dev-python/raven-5.23.0[${PYTHON_USEDEP}]
113 - >=dev-python/psutil-3.0.0[${PYTHON_USEDEP}]
114 - >=dev-python/pyzmq-14.3.1[${PYTHON_USEDEP}]
115 - >=dev-python/python-zipstream-1.1.4[${PYTHON_USEDEP}]
116 - >=www-servers/tornado-3.1.1[${PYTHON_USEDEP}]
117 - virtual/python-typing[${PYTHON_USEDEP}]
118 - ~dev-python/yarl-0.9.8[${PYTHON_USEDEP}]"
119 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
120 -
121 -src_prepare() {
122 - rm -rf tests || die
123 - eapply_user
124 -}
125 -
126 -pkg_postinst() {
127 - ewarn "net-misc/gns3-server has several optional packages that must be merged manually for additional functionality."
128 - ewarn ""
129 - ewarn "The following is a list of packages that can be added:"
130 - ewarn "app-emulation/qemu, app-emulation/virtualbox"
131 - ewarn "app-emulation/docker and net-analyzer/wireshark"
132 - ewarn ""
133 - ewarn "The following packages are currently unsupported:"
134 - ewarn "iouyap and vpcs"
135 -}
136
137 diff --git a/net-misc/gns3-server/gns3-server-2.1.3-r3.ebuild b/net-misc/gns3-server/gns3-server-2.1.3-r3.ebuild
138 deleted file mode 100644
139 index 282ff6a3840..00000000000
140 --- a/net-misc/gns3-server/gns3-server-2.1.3-r3.ebuild
141 +++ /dev/null
142 @@ -1,57 +0,0 @@
143 -# Copyright 1999-2018 Gentoo Foundation
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=6
147 -
148 -PYTHON_COMPAT=( python3_{4,5,6} )
149 -
150 -inherit distutils-r1 eutils
151 -
152 -DESCRIPTION="GNS3 server to asynchronously manage emulators"
153 -HOMEPAGE="http://www.gns3.net/"
154 -SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
155 -
156 -LICENSE="GPL-3"
157 -SLOT="0"
158 -KEYWORDS="~amd64 ~x86"
159 -RESTRICT="test"
160 -
161 -RDEPEND=">=app-emulation/dynamips-0.2.12
162 - >=dev-python/aiohttp-2.2.0[${PYTHON_USEDEP}]
163 - <dev-python/aiohttp-cors-0.6[${PYTHON_USEDEP}]
164 - >=dev-python/aiohttp-cors-0.5.3[${PYTHON_USEDEP}]
165 - >=dev-python/docker-py-1.4.0[${PYTHON_USEDEP}]
166 - >=dev-python/netifaces-0.8-r2[${PYTHON_USEDEP}]
167 - >=dev-python/jinja-2.7.3[${PYTHON_USEDEP}]
168 - >=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
169 - >=dev-python/libcloud-0.14.1[${PYTHON_USEDEP}]
170 - >=dev-python/raven-5.23.0[${PYTHON_USEDEP}]
171 - dev-python/prompt_toolkit[${PYTHON_USEDEP}]
172 - >=dev-python/psutil-3.0.0[${PYTHON_USEDEP}]
173 - >=dev-python/pyzmq-14.3.1[${PYTHON_USEDEP}]
174 - >=dev-python/python-zipstream-1.1.4[${PYTHON_USEDEP}]
175 - >=www-servers/tornado-3.1.1[${PYTHON_USEDEP}]
176 - virtual/python-typing[${PYTHON_USEDEP}]
177 - >=dev-python/yarl-0.11[${PYTHON_USEDEP}]"
178 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
179 -
180 -# https://github.com/GNS3/gns3-server/pull/1368
181 -PATCHES=( "${FILESDIR}/${P}-typing.patch" )
182 -
183 -src_prepare() {
184 - default
185 -
186 - # Package installs 'tests' package which is forbidden
187 - rm -rf tests || die
188 -}
189 -
190 -pkg_postinst() {
191 - ewarn "net-misc/gns3-server has several optional packages that must be merged manually for additional functionality."
192 - ewarn ""
193 - ewarn "The following is a list of packages that can be added:"
194 - ewarn "app-emulation/qemu, app-emulation/virtualbox"
195 - ewarn "app-emulation/docker and net-analyzer/wireshark"
196 - ewarn ""
197 - ewarn "The following packages are currently unsupported:"
198 - ewarn "iouyap and vpcs"
199 -}