diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-09 12:06:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-09 12:07:22 +0200 |
commit | d37355b6dc1369dc86009ffc448344293a997925 (patch) | |
tree | e258d3f7c9813b0fe14187f7a87e36835b34dca8 /app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild | |
parent | www-apps/jekyll: Remove old (diff) | |
download | gentoo-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-1.9.5.3-r21.ebuild')
-rw-r--r-- | app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild b/app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild index 0d6bc4d90920..df58caed05fc 100644 --- a/app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild +++ b/app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild @@ -1,12 +1,11 @@ -# 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" -inherit eutils linux-info perl-module python-r1 base +inherit eutils linux-info perl-module base DESCRIPTION="Takes control of the G15 keyboard, through the linux kernel uinput device driver" HOMEPAGE="https://sourceforge.net/projects/g15daemon/" @@ -15,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="perl python static-libs" +IUSE="perl static-libs" DEPEND="virtual/libusb:0 >=dev-libs/libg15-9999 @@ -24,10 +23,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}/${P}-forgotten-open-mode.patch" @@ -62,9 +59,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() { @@ -133,16 +127,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() { |