plover-plugin/plover-lapwing-aio - 1.5.0 (jacksonchen666)

Search

Install

Install this version:

emerge -a =plover-plugin/plover-lapwing-aio-1.5.0

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

Or alternatively:

emerge --autounmask-write -a =plover-plugin/plover-lapwing-aio-1.5.0

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
1.5.0 8 ~amd64 0
View Raw Ebuild
# 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

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"

# 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}]
"

pkg_postinst() {
	elog "To use Lapwing theory, restart Plover fully (press Ctrl+Q and open it"
	elog "again), and go to Configure > System > Change the system to \"Lapwing\"."
	elog ""
	elog "For more info on setup, see https://lapwing.aerick.ca/Chapter-05.html"
}

Inherited Eclasses

Dependencies

RDEPEND

	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[]