idella4 14/11/09 07:23:44 Added: metadata.xml gns3-gui-1.1.ebuild Manifest ChangeLog Log: new ebuild, written by B-Man, developed in his overlay under mentorship. Package is proxy maintained by him. Supersedes package gns3. Closes Bug 527688 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 dev-python/gns3-gui/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gns3-gui/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gns3-gui/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>[email protected]</email> </maintainer> <maintainer> <email>[email protected]</email> <name>Arron Bauman</name> <description>proxy maintainer</description> </maintainer> </pkgmetadata> 1.1 dev-python/gns3-gui/gns3-gui-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gns3-gui/gns3-gui-1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gns3-gui/gns3-gui-1.1.ebuild?rev=1.1&content-type=text/plain Index: gns3-gui-1.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/gns3-gui/gns3-gui-1.1.ebuild,v 1.1 2014/11/09 07:23:44 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Graphical Network Simulator" 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" #block dev-python/PyQt4-4.11.3_pre20141024 as it breaks runtime #net-misc/gns3-server version should always match gns3-gui version #block net-misc/gns3 as it conflicts RDEPEND=">=dev-python/libcloud-0.15.1[${PYTHON_USEDEP}] >=dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] >=dev-python/requests-2.3.0[${PYTHON_USEDEP}] >=dev-python/paramiko-1.13.0[${PYTHON_USEDEP}] !=dev-python/PyQt4-4.11.3_pre20141024[${PYTHON_USEDEP}] >=dev-python/PyQt4-4.11.2[X,svg,${PYTHON_USEDEP}] dev-qt/qtgui:4 dev-qt/qtsvg:4 =net-misc/gns3-server-$PV !!net-misc/gns3" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_prepare_all() { # avoid file collisions caused by required tests sed -e "s:find_packages():find_packages(exclude=['tests','tests.*']):" -i setup.py || die distutils-r1_python_prepare_all } python_install_all() { distutils-r1_python_install_all doicon "${WORKDIR}/${P}/resources/images/gns3.ico" make_desktop_entry "gns3" "GNS3" "/usr/share/pixmaps/gns3.ico" "Utility" } 1.1 dev-python/gns3-gui/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gns3-gui/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gns3-gui/Manifest?rev=1.1&content-type=text/plain Index: Manifest =================================================================== DIST gns3-gui-1.1.tar.gz 6654053 SHA256 c9457f666bf2bf5053155c80706ed2adf82df559b6f0e25439ca1e20d2c8eab0 SHA512 0bccc722cdac7719de2db6e89ce7cf01dc28db06156adf365c0ac009339e47fd4de8e9adde7f7fe9b71ab9a3fc6a60d1e4579507226e62693d6fa30f79f5457f WHIRLPOOL bcc66777d54fc3796ce8aed2b7e18cafdaee936946d9ba4345c427c448619779f97a613439b64572d19c841e127939f3432dfdb91dfcad7f60c9184df408c9f7 EBUILD gns3-gui-1.1.ebuild 1378 SHA256 668d70d777677b422ca5ace94e710e7435c6e9df7d345ba5185b0189461b9e7a SHA512 8b306e38b2b045acd89f1a4df69bd7260282f5d18e3da872ee838312c376c590294b175edf45e68e2dcfc6280c2cc1aa8953d76df7cff3b18263775dde8f0025 WHIRLPOOL fb375718e9add018ac64e00eb87c0aa757cc2a23d6c996b6949a5b112cc82bee7244509bd5ffa6f0a210425db265a9d30302489e6c4a6465eb5b025dd784ccbe MISC metadata.xml 345 SHA256 56cc235fe65d4c5e8a8d379ffffb33c1f6bc547d495b980336cf5a9087e10197 SHA512 1ed1197b6c81b8caa6e52653f2ca3a533b297b078d5742141241accd51ad57445066547e9db811a4ba48cefffcdcf10c913e91fc84625758f1d141f11c1a5b40 WHIRLPOOL 84d2a261db49c8daf20f1b653dedcbbd39e9a45c0e5949d1158530e076b239206ca7c517c48555200c5b61faaf0e5e09a14b8b07dce53662fb7d977d24488e3e 1.1 dev-python/gns3-gui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gns3-gui/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gns3-gui/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for net-misc/gns3-gui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/gns3-gui/ChangeLog,v 1.1 2014/11/09 07:23:44 idella4 Exp $ *gns3-gui-1.1 (09 Nov 2014) 09 Nov 2014; Ian Delaney <[email protected]> +gns3-gui-1.1.ebuild, +metadata.xml: new ebuild, written by B-Man, developed in his overlay under mentorship. Package is proxy maintained by him. Supersedes package gns3. Closes Bug 527688
