Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-virtkey/
Date: Mon, 20 Aug 2018 06:41:55
Message-Id: 1534745927.c74b4accea8f2e8a64f253d4d5bb9e26dbb9acdc.leio@gentoo
1 commit: c74b4accea8f2e8a64f253d4d5bb9e26dbb9acdc
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 20 06:16:11 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 20 06:18:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74b4acc
7
8 dev-python/python-virtkey: fix invalid dev-libs/glib[$PYTHON_USEDEP] dep
9
10 Use eapi7-ver instead of versionator while here
11
12 Package-Manager: Portage-2.3.47, Repoman-2.3.10
13
14 ...n-virtkey-0.60.0-r1.ebuild => python-virtkey-0.60.0-r2.ebuild} | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 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
18 similarity index 68%
19 rename from dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
20 rename to dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
21 index b1a384ee576..b4cfca78c47 100644
22 --- a/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
23 +++ b/dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -6,11 +6,11 @@ EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 DISTUTILS_SINGLE_IMPL=1
33
34 -inherit distutils-r1 flag-o-matic versionator
35 +inherit distutils-r1 eapi7-ver flag-o-matic
36
37 DESCRIPTION="Python module to simulate keypresses and get current keyboard layout"
38 HOMEPAGE="https://launchpad.net/virtkey"
39 -SRC_URI="https://launchpad.net/python-virtkey/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
40 +SRC_URI="https://launchpad.net/python-virtkey/$(ver_cut 1-2)/${PV}/+download/${P}.tar.gz"
41
42 LICENSE="LGPL-2"
43 SLOT="0"
44 @@ -18,7 +18,7 @@ KEYWORDS="amd64 x86"
45 IUSE=""
46
47 RDEPEND="
48 - dev-libs/glib:2[${PYTHON_USEDEP}]
49 + dev-libs/glib:2
50 x11-libs/libX11
51 x11-libs/libXtst
52 x11-libs/gtk+:2"