yngwin 15/07/27 04:27:36
Modified: ChangeLog
Added: neovim-python-client-0.0.37.ebuild
Removed: neovim-python-client-0.0.34.ebuild
neovim-python-client-0.0.32.ebuild
neovim-python-client-0.0.36.ebuild
Log:
Version bump. Add gtk useflag for py2/gtk2 experimental GUI (bug #555354).
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0x4FDF9CFD2FAC514E!)
Revision Changes Path
1.7 dev-python/neovim-python-client/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 27 Jun 2015 03:48:21 -0000 1.6
+++ ChangeLog 27 Jul 2015 04:27:36 -0000 1.7
@@ -1,6 +1,14 @@
# ChangeLog for dev-python/neovim-python-client
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v
1.6 2015/06/27 03:48:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v
1.7 2015/07/27 04:27:36 yngwin Exp $
+
+*neovim-python-client-0.0.37 (27 Jul 2015)
+
+ 27 Jul 2015; Ben de Groot <[email protected]>
+ +neovim-python-client-0.0.37.ebuild, -neovim-python-client-0.0.32.ebuild,
+ -neovim-python-client-0.0.34.ebuild, -neovim-python-client-0.0.36.ebuild:
+ Version bump. Add gtk useflag for py2/gtk2 experimental GUI (bug #555354).
+ Remove old.
*neovim-python-client-0.0.36 (27 Jun 2015)
1.1
dev-python/neovim-python-client/neovim-python-client-0.0.37.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.37.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.37.ebuild?rev=1.1&content-type=text/plain
Index: neovim-python-client-0.0.37.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.37.ebuild,v
1.1 2015/07/27 04:27:36 yngwin Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Python client to connect to Neovim thru its msgpack-rpc API"
HOMEPAGE="https://github.com/neovim/python-client"
SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
REQUIRED_USE="gtk? ( python_targets_python2_7 )" # experimental gui only works
with py2
DEPEND=">=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]'
python{2_7,3_3})
gtk? ( >=dev-python/click-3.0[${PYTHON_USEDEP}]
dev-python/pygobject:2
dev-python/pygtk:2
x11-libs/gtk+:2[introspection] )"
RDEPEND="${DEPEND}"