diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-11-22 10:53:33 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-11-22 10:53:33 +0000 |
commit | 882e0f1e1e4c94a439d21879820864a92a8bbb26 (patch) | |
tree | 9155698baebec7cd95433bfa96813768abf86107 /net-misc/gns3-gui | |
parent | Stable for HPPA (bug #517380). (diff) | |
download | gentoo-2-882e0f1e1e4c94a439d21879820864a92a8bbb26.tar.gz gentoo-2-882e0f1e1e4c94a439d21879820864a92a8bbb26.tar.bz2 gentoo-2-882e0f1e1e4c94a439d21879820864a92a8bbb26.zip |
bump; update deps, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'net-misc/gns3-gui')
-rw-r--r-- | net-misc/gns3-gui/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/gns3-gui/gns3-gui-1.2.ebuild (renamed from net-misc/gns3-gui/gns3-gui-1.1.ebuild) | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-misc/gns3-gui/ChangeLog b/net-misc/gns3-gui/ChangeLog index 38446dfbf477..d5dc1f7a71ce 100644 --- a/net-misc/gns3-gui/ChangeLog +++ b/net-misc/gns3-gui/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/gns3-gui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/ChangeLog,v 1.1 2014/11/14 09:54:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/ChangeLog,v 1.2 2014/11/22 10:53:33 idella4 Exp $ + +*gns3-gui-1.2 (22 Nov 2014) + + 22 Nov 2014; Ian Delaney <idella4@gentoo.org> +gns3-gui-1.2.ebuild, + -gns3-gui-1.1.ebuild: + bump; update deps, rm old *gns3-gui-1.1 (14 Nov 2014) diff --git a/net-misc/gns3-gui/gns3-gui-1.1.ebuild b/net-misc/gns3-gui/gns3-gui-1.2.ebuild index 838a5a394169..290191b0bcf6 100644 --- a/net-misc/gns3-gui/gns3-gui-1.1.ebuild +++ b/net-misc/gns3-gui/gns3-gui-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/gns3-gui-1.1.ebuild,v 1.1 2014/11/14 09:54:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/gns3-gui-1.2.ebuild,v 1.1 2014/11/22 10:53:33 idella4 Exp $ EAPI="5" @@ -16,7 +16,6 @@ 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 @@ -28,9 +27,9 @@ RDEPEND=">=dev-python/libcloud-0.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-server-$PV + net-misc/gns3-converter[${PYTHON_USEDEP}] + =net-misc/gns3-server-$PV[${PYTHON_USEDEP}] !!net-misc/gns3" - DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_prepare_all() { |