Install this version:
emerge -a =plover-plugin/plover-lapwing-aio-1.5.0-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =plover-plugin/plover-lapwing-aio-1.5.0-r1
Or alternatively:
emerge --autounmask-write -a =plover-plugin/plover-lapwing-aio-1.5.0-r1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.5.0-r1 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi readme.gentoo-r1
DESCRIPTION="All-in-one Plover plugin to setup Lapwing theory"
HOMEPAGE="
https://github.com/aerickt/plover-lapwing-aio
https://lapwing.aerick.ca/
https://plover.wiki/index.php/Lapwing_theory
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DISABLE_AUTOFORMATTING=true
DOC_CONTENTS=\
"""To use Lapwing theory, restart Plover fully (press Ctrl+Q and open it
again), and go to Configure > System > Change the system to \"Lapwing\".
For more info on setup, see https://lapwing.aerick.ca/Chapter-05.html"""
# TODO:
# * QA Notice: setuptools warnings detected:
# *
# * License classifiers are deprecated.
# * Package 'plover_lapwing.dictionaries' is absent from the `packages` configuration.
RDEPEND="
app-misc/plover[${PYTHON_USEDEP}]
plover-plugin/plover-dict-commands[${PYTHON_USEDEP}]
plover-plugin/plover-last-translation[${PYTHON_USEDEP}]
plover-plugin/plover-modal-dictionary[${PYTHON_USEDEP}]
plover-plugin/plover-python-dictionary[${PYTHON_USEDEP}]
plover-plugin/plover-stitching[${PYTHON_USEDEP}]
"
python_install_all() {
default
readme.gentoo_create_doc
}
pkg_postinst() {
readme.gentoo_print_elog
}
app-misc/plover[] plover-plugin/plover-dict-commands[] plover-plugin/plover-last-translation[] plover-plugin/plover-modal-dictionary[] plover-plugin/plover-python-dictionary[] plover-plugin/plover-stitching[]