[gentoo-commits] repo/gentoo:master commit in: dev-python/python-virtkey/

2018-08-20 Thread Mart Raudsepp
commit: c74b4accea8f2e8a64f253d4d5bb9e26dbb9acdc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Aug 20 06:16:11 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Aug 20 06:18:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74b4acc

dev-python/python-virtkey: fix invalid dev-libs/glib[$PYTHON_USEDEP] dep

Use eapi7-ver instead of versionator while here

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 ...n-virtkey-0.60.0-r1.ebuild => python-virtkey-0.60.0-r2.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild 
b/dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
similarity index 68%
rename from dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
rename to dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
index b1a384ee576..b4cfca78c47 100644
--- a/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
+++ b/dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,11 +6,11 @@ EAPI=5
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_SINGLE_IMPL=1
 
-inherit distutils-r1 flag-o-matic versionator
+inherit distutils-r1 eapi7-ver flag-o-matic
 
 DESCRIPTION="Python module to simulate keypresses and get current keyboard 
layout"
 HOMEPAGE="https://launchpad.net/virtkey;
-SRC_URI="https://launchpad.net/python-virtkey/$(get_version_component_range 
1-2)/${PV}/+download/${P}.tar.gz"
+SRC_URI="https://launchpad.net/python-virtkey/$(ver_cut 
1-2)/${PV}/+download/${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"
@@ -18,7 +18,7 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="
-   dev-libs/glib:2[${PYTHON_USEDEP}]
+   dev-libs/glib:2
x11-libs/libX11
x11-libs/libXtst
x11-libs/gtk+:2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-virtkey/

2016-10-08 Thread Gilles Dartiguelongue
commit: 94784376e9896192aefd6bdb6561c6c80a2a509d
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Oct  8 20:34:47 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Oct  8 20:43:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94784376

dev-python/python-virtkey: move to maintainer-needed

Gentoo-bug: 577690

Package-Manager: portage-2.3.1

 dev-python/python-virtkey/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/python-virtkey/metadata.xml 
b/dev-python/python-virtkey/metadata.xml
index 3434dc8..2acdbda 100644
--- a/dev-python/python-virtkey/metadata.xml
+++ b/dev-python/python-virtkey/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
+   

python-virtkey




[gentoo-commits] repo/gentoo:master commit in: dev-python/python-virtkey/

2015-09-02 Thread Justin Lecher
commit: fc2670b96706a34be77fc961171726c0cb5b64f3
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:52:58 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2670b9

dev-python/python-virtkey: Use append-cflags

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild 
b/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
index a347e5a..0c05f7d 100644
--- a/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
+++ b/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_SINGLE_IMPL=1
 
-inherit distutils-r1 versionator
+inherit distutils-r1 flag-o-matic versionator
 
 DESCRIPTION="Python module to simulate keypresses and get current keyboard 
layout"
 HOMEPAGE="https://launchpad.net/virtkey;
@@ -25,8 +25,8 @@ RDEPEND="
x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
 
 pkg_setup() {
+   append-cflags -fno-strict-aliasing
python-single-r1_pkg_setup
 }