net-misc/gns3-server: drop old

Package-Manager: portage-2.2.26
This commit is contained in:
Aaron Bauman
2016-02-06 12:41:27 +09:00
parent 839cc1a81b
commit ec933abeec
2 changed files with 0 additions and 39 deletions

View File

@@ -1,2 +1 @@
DIST gns3-server-1.3.10.tar.gz 180637 SHA256 f7e86caa31b59a52fe9d4e6017b37f822682021646196c3ae04a351a05617965 SHA512 60a1ce313a1a757a3344e655c648d846267a3bd4f4e9defbbf37233f93370909f765e563f3681c6dd7b451ca8a5f47dfc70248d7d813bc026be8f3745a3017a5 WHIRLPOOL 11583f1983ed10fef39c823571af1e2bcf622761e3e6a622e969aad8a8b52ed915d5ce17d8b653bf330ced4e0675f2884a33c9a704c14657e91c2cf2732215de
DIST gns3-server-1.4.1.tar.gz 243818 SHA256 86aea03bb0c66f4d97a4b69b9fb1d5fa34d19c77e9f3b8707f5967b12e219db8 SHA512 278409aebb54263571b4ffb472952bcfada3dc6293b6a44edc917edf05d5090718c7179825fa3cd1ae1ba0fd3f0a22637dbcbce9c136ca86b4b7305aab182bf1 WHIRLPOOL 2b77e410bb4ab970cfe3f6e83543c2e3e7e2ec92dc32b41c28d10d3693633c9c3eb1cbe5a1538d5ac2552409c7b2f43bee85e501b6ebcc52a88c5521143a316a

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{3_3,3_4} )
inherit distutils-r1 eutils
DESCRIPTION="GNS3 server to asynchronously manage emulators"
HOMEPAGE="http://www.gns3.net/"
SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=app-emulation/dynamips-0.2.12
>=dev-python/aiohttp-0.14.4[${PYTHON_USEDEP}]
>=dev-python/netifaces-0.8-r2[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7.3[${PYTHON_USEDEP}]
>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
>=dev-python/libcloud-0.14.1[${PYTHON_USEDEP}]
>=dev-python/raven-5.2.0[${PYTHON_USEDEP}]
>=dev-python/pyzmq-14.3.1[${PYTHON_USEDEP}]
>=www-servers/tornado-3.1.1[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
pkg_postinst() {
ewarn "net-misc/gns3-server has several optional packages that must be merged manually for additional functionality."
ewarn ""
ewarn "The following is a list of packages that can be added:"
ewarn "app-emulation/qemu, app-emulation/virtualbox, and net-analyzer/wireshark"
ewarn ""
ewarn "The following packages are currently unsupported:"
ewarn "iouyap and vpcs"
}