From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- net-misc/gns3-gui/Manifest | 2 ++ net-misc/gns3-gui/gns3-gui-1.3.2.ebuild | 43 +++++++++++++++++++++++++++++++++ net-misc/gns3-gui/gns3-gui-1.3.3.ebuild | 38 +++++++++++++++++++++++++++++ net-misc/gns3-gui/metadata.xml | 11 +++++++++ 4 files changed, 94 insertions(+) create mode 100644 net-misc/gns3-gui/Manifest create mode 100644 net-misc/gns3-gui/gns3-gui-1.3.2.ebuild create mode 100644 net-misc/gns3-gui/gns3-gui-1.3.3.ebuild create mode 100644 net-misc/gns3-gui/metadata.xml (limited to 'net-misc/gns3-gui') diff --git a/net-misc/gns3-gui/Manifest b/net-misc/gns3-gui/Manifest new file mode 100644 index 000000000000..2a433cc968d6 --- /dev/null +++ b/net-misc/gns3-gui/Manifest @@ -0,0 +1,2 @@ +DIST gns3-gui-1.3.2.tar.gz 6556874 SHA256 5aafebe28ba57820288a24c3b62d52af2919b9d1ec8c8843cff3d4e0f672cce7 SHA512 ddb32e9cb77513cec027f1642755d31ec1d7ae99424f441dc6470120213b42c694993dac44a4580c537ad296d7d0d7f7013ea4c2a3b780c7f1a0404796eb6ce0 WHIRLPOOL e0ce6c12be54a52a7aa1dd3ea5c94ebbc7e77639c0bfc20667ded0b5f8127806bafe3836e287dbc4375c3139814c755fa92ae9d367f5fda06d744dc105094aab +DIST gns3-gui-1.3.3.tar.gz 6559207 SHA256 58d148a7a1c01ea8b9722524d0f9c2997b3f84a0baae64074e5ab65823ad717d SHA512 421470f77271a861d665429c1ffd16a9bcea595edd2e1596b5b0f40645f96cd5213c59219fbb2c74f627ba34f16535bf37d02d23dac115b994903c92452c3e98 WHIRLPOOL ccc98ebc763934283bdee45d51758661a9fea0bed62eb33750e2303b2871715890b23379169a805a4d03d4374841ecfa5c15a57197fc4fe80140391e6da395cc diff --git a/net-misc/gns3-gui/gns3-gui-1.3.2.ebuild b/net-misc/gns3-gui/gns3-gui-1.3.2.ebuild new file mode 100644 index 000000000000..87440e2459b5 --- /dev/null +++ b/net-misc/gns3-gui/gns3-gui-1.3.2.ebuild @@ -0,0 +1,43 @@ +# 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 + +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" + +#net-misc/gns3-server version should always match gns3-gui version + +RDEPEND=">=dev-python/libcloud-0.15.1[${PYTHON_USEDEP}] + >=dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] + >=dev-python/requests-2.6.0[${PYTHON_USEDEP}] + >=dev-python/paramiko-1.15.1[${PYTHON_USEDEP}] + >=dev-python/PyQt4-4.11.2[X,svg,${PYTHON_USEDEP}] + dev-qt/qtgui:4 + dev-qt/qtsvg:4 + >=net-misc/gns3-converter-1.2.3[${PYTHON_USEDEP}] + =net-misc/gns3-server-$PV[${PYTHON_USEDEP}]" +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" +} diff --git a/net-misc/gns3-gui/gns3-gui-1.3.3.ebuild b/net-misc/gns3-gui/gns3-gui-1.3.3.ebuild new file mode 100644 index 000000000000..d47244a7c6f8 --- /dev/null +++ b/net-misc/gns3-gui/gns3-gui-1.3.3.ebuild @@ -0,0 +1,38 @@ +# 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 + +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" + +#net-misc/gns3-server version should always match gns3-gui version + +RDEPEND=">=dev-python/libcloud-0.15.1[${PYTHON_USEDEP}] + >=dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] + >=dev-python/requests-2.6.0[${PYTHON_USEDEP}] + >=dev-python/paramiko-1.15.1[${PYTHON_USEDEP}] + >=dev-python/PyQt4-4.11.2[X,svg,${PYTHON_USEDEP}] + >=dev-python/raven-5.2.0[${PYTHON_USEDEP}] + dev-qt/qtgui:4 + dev-qt/qtsvg:4 + >=net-misc/gns3-converter-1.2.3[${PYTHON_USEDEP}] + =net-misc/gns3-server-$PV[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +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" +} diff --git a/net-misc/gns3-gui/metadata.xml b/net-misc/gns3-gui/metadata.xml new file mode 100644 index 000000000000..5d17ca27e775 --- /dev/null +++ b/net-misc/gns3-gui/metadata.xml @@ -0,0 +1,11 @@ + + + + + bman@gentoo.org + Aaron Bauman + + + GNS3/gns3-gui + + -- cgit v1.2.3-65-gdbad