summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-15 18:41:18 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-15 18:41:18 +0200
commiteaa56c8bc36e6571ad36091d4c695219ced9642b (patch)
tree4f3fbae52bb39d86da1e8cda6c821336e023acc2 /dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
parentdev-python/rtf2xml: Remove last-rited pkg (diff)
downloadgentoo-eaa56c8bc36e6571ad36091d4c695219ced9642b.tar.gz
gentoo-eaa56c8bc36e6571ad36091d4c695219ced9642b.tar.bz2
gentoo-eaa56c8bc36e6571ad36091d4c695219ced9642b.zip
dev-python/python-virtkey: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild')
-rw-r--r--dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild b/dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
deleted file mode 100644
index b4cfca78c478..000000000000
--- a/dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-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/$(ver_cut 1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- x11-libs/libX11
- x11-libs/libXtst
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- append-cflags -fno-strict-aliasing
- python-single-r1_pkg_setup
-}