summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-09 12:06:29 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-09 12:07:22 +0200
commitd37355b6dc1369dc86009ffc448344293a997925 (patch)
treee258d3f7c9813b0fe14187f7a87e36835b34dca8 /app-misc/g15daemon/g15daemon-9999.ebuild
parentwww-apps/jekyll: Remove old (diff)
downloadgentoo-d37355b6dc1369dc86009ffc448344293a997925.tar.gz
gentoo-d37355b6dc1369dc86009ffc448344293a997925.tar.bz2
gentoo-d37355b6dc1369dc86009ffc448344293a997925.zip
package.mask: Last rite app-misc/g15daemon & co.
Bug: https://bugs.gentoo.org/741382 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/g15daemon/g15daemon-9999.ebuild')
-rw-r--r--app-misc/g15daemon/g15daemon-9999.ebuild24
1 files changed, 4 insertions, 20 deletions
diff --git a/app-misc/g15daemon/g15daemon-9999.ebuild b/app-misc/g15daemon/g15daemon-9999.ebuild
index 5e6baded32a9..c7300da76d08 100644
--- a/app-misc/g15daemon/g15daemon-9999.ebuild
+++ b/app-misc/g15daemon/g15daemon-9999.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 )
GENTOO_DEPEND_ON_PERL="no"
ESVN_PROJECT=${PN}/trunk
ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/trunk/${PN}-wip"
-inherit eutils linux-info perl-module python-r1 base subversion autotools
+inherit eutils linux-info perl-module base subversion autotools
DESCRIPTION="Takes control of the G15 keyboard, through the linux kernel uinput device driver"
HOMEPAGE="https://sourceforge.net/projects/g15daemon/"
@@ -17,7 +16,7 @@ HOMEPAGE="https://sourceforge.net/projects/g15daemon/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="perl python static-libs"
+IUSE="perl static-libs"
DEPEND="virtual/libusb:0
>=dev-libs/libg15-9999
@@ -26,10 +25,8 @@ DEPEND="virtual/libusb:0
dev-lang/perl
dev-perl/GDGraph
>=dev-perl/Inline-0.4
- )
- python? ( ${PYTHON_DEPS} )"
+ )"
RDEPEND="${DEPEND}"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
PATCHES=(
"${FILESDIR}/${PN}-1.9.5.3-g510-keys.patch"
@@ -68,9 +65,6 @@ src_unpack() {
if use perl; then
unpack "./${P}/lang-bindings/perl-G15Daemon-0.2.tar.gz"
fi
- if use python; then
- unpack "./${P}/lang-bindings/pyg15daemon-0.0.tar.bz2"
- fi
}
src_prepare() {
@@ -145,16 +139,6 @@ src_install() {
docinto perl
perl-module_src_install
fi
-
- if use python; then
- ebegin "Installing Python Bindings (g15daemon.py)"
- cd "${WORKDIR}/pyg15daemon"
-
- python_foreach_impl python_domodule g15daemon.py
-
- docinto python
- dodoc AUTHORS
- fi
}
pkg_postinst() {