diff options
Diffstat (limited to 'plover-plugin')
| -rw-r--r-- | plover-plugin/dict-commands/Manifest | 1 | ||||
| -rw-r--r-- | plover-plugin/dict-commands/dict-commands-0.2.5.ebuild | 20 | ||||
| -rw-r--r-- | plover-plugin/lapwing-aio/Manifest | 1 | ||||
| -rw-r--r-- | plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild | 27 | ||||
| -rw-r--r-- | plover-plugin/last-translation/Manifest | 1 | ||||
| -rw-r--r-- | plover-plugin/last-translation/last-translation-0.0.2.ebuild | 20 | ||||
| -rw-r--r-- | plover-plugin/modal-dictionary/Manifest | 1 | ||||
| -rw-r--r-- | plover-plugin/modal-dictionary/modal-dictionary-0.0.3.ebuild | 21 | ||||
| -rw-r--r-- | plover-plugin/python-dictionary/Manifest | 1 | ||||
| -rw-r--r-- | plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild | 20 | ||||
| -rw-r--r-- | plover-plugin/skel.ebuild | 20 | ||||
| -rw-r--r-- | plover-plugin/stitching/Manifest | 1 | ||||
| -rw-r--r-- | plover-plugin/stitching/stitching-0.1.0.ebuild | 20 |
13 files changed, 154 insertions, 0 deletions
diff --git a/plover-plugin/dict-commands/Manifest b/plover-plugin/dict-commands/Manifest new file mode 100644 index 0000000..d226d4f --- /dev/null +++ b/plover-plugin/dict-commands/Manifest @@ -0,0 +1 @@ +DIST plover_dict_commands-0.2.5.tar.gz 6299 BLAKE2B 36c519fd52af34293de5f6ff0d55439945be9423610f58db6810e9b43c5db5c00389d055568765ae0364e547e8569f3d99a7dada528e6f5af03eaf0bfdf10240 SHA512 dd2e8771fec0a4f5254016b743a90d669b84537316edb113765046f70e519959a64ffb60e73e00bbec5b4cde6b0250f066f1255c3d7ea1fafda67c2b0ad4c022 diff --git a/plover-plugin/dict-commands/dict-commands-0.2.5.ebuild b/plover-plugin/dict-commands/dict-commands-0.2.5.ebuild new file mode 100644 index 0000000..17f3f0f --- /dev/null +++ b/plover-plugin/dict-commands/dict-commands-0.2.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{6..14} ) +PYPI_PN=plover-${PN} + +inherit distutils-r1 pypi + +DESCRIPTION="Dictionaries stack manipulation commands for Plover." +HOMEPAGE=" + https://pypi.org/project/${PYPI_PN}/ +" +DEPEND="app-text/plover" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" diff --git a/plover-plugin/lapwing-aio/Manifest b/plover-plugin/lapwing-aio/Manifest new file mode 100644 index 0000000..fada658 --- /dev/null +++ b/plover-plugin/lapwing-aio/Manifest @@ -0,0 +1 @@ +DIST plover_lapwing_aio-1.5.0.tar.gz 1974351 BLAKE2B e33100f0e132478987a10545c46b349c5fa4bc09d63fa7f198e010de74d39584a82dfa0c9fc35301746b62635f30793bdd5a29982c65fd63b6f34342621927e0 SHA512 cf066efff8306e55ea6d6431277dfe313153352ebbcb33f974216f7966ef4e362233d869db3b891afe7a611168845b6343c2970ef295c770099a3dae2a5d79a6 diff --git a/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild b/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild new file mode 100644 index 0000000..e2b6542 --- /dev/null +++ b/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{6..14} ) +PYPI_PN=plover-${PN} + +inherit distutils-r1 pypi + +DESCRIPTION="All the necessary plugins and dictionaries for using Lapwing theory with Plover." +HOMEPAGE=" + https://pypi.org/project/${PYPI_PN}/ +" +DEPEND="app-text/plover" +RDEPEND=" + plover-plugin/dict-commands + plover-plugin/last-translation + plover-plugin/modal-dictionary + plover-plugin/python-dictionary + plover-plugin/stitching +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" diff --git a/plover-plugin/last-translation/Manifest b/plover-plugin/last-translation/Manifest new file mode 100644 index 0000000..390b4f1 --- /dev/null +++ b/plover-plugin/last-translation/Manifest @@ -0,0 +1 @@ +DIST plover_last_translation-0.0.2.tar.gz 16520 BLAKE2B 9a51626dba52dbc4e0820a9b205c0dafd7f32a0f85b98f1630128d227b1186c44122d7f0c71e0c302c0a12b16db48d0ad1f01e07bcf65c1f6c0d3e8f98ea336b SHA512 bcedc5802db3ce68d8d81e04acb85b41b40b116e79117eb70539dfbea2ccf9e9c70bac1dcb1f731062bc736287812b81d7d607b9f4c82de74e075bce4b080671 diff --git a/plover-plugin/last-translation/last-translation-0.0.2.ebuild b/plover-plugin/last-translation/last-translation-0.0.2.ebuild new file mode 100644 index 0000000..7fcc472 --- /dev/null +++ b/plover-plugin/last-translation/last-translation-0.0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{6..14} ) +PYPI_PN=plover-${PN} + +inherit distutils-r1 pypi + +DESCRIPTION="Macro plugins for Plover to repeat output." +HOMEPAGE=" + https://pypi.org/project/${PYPI_PN}/ +" +DEPEND="app-text/plover" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" diff --git a/plover-plugin/modal-dictionary/Manifest b/plover-plugin/modal-dictionary/Manifest new file mode 100644 index 0000000..91ba0fd --- /dev/null +++ b/plover-plugin/modal-dictionary/Manifest @@ -0,0 +1 @@ +DIST plover-modal-dictionary-0.0.3.tar.gz 5565 BLAKE2B ad59021358cf166fb2df378dc2a7e5135724865ecef6d6cf918703f8f87985222a593ef920155c0fdc88a4cf3c0a2997f2d7759f2c919469e74c4a9d85c0caa0 SHA512 5553f240d7b0bbf310436c64b31ee621047a0e9e9f75379b67ae773b6afc28ccc45612051ec05cad6a92568cde914cd774926a45ce692ac0a07b4349b8a68e61 diff --git a/plover-plugin/modal-dictionary/modal-dictionary-0.0.3.ebuild b/plover-plugin/modal-dictionary/modal-dictionary-0.0.3.ebuild new file mode 100644 index 0000000..0502b48 --- /dev/null +++ b/plover-plugin/modal-dictionary/modal-dictionary-0.0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{6..14} ) +PYPI_PN=plover-${PN} +PYPI_NO_NORMALIZE=1 + +inherit distutils-r1 pypi + +DESCRIPTION="Modal Dictionaries for Plover" +HOMEPAGE=" + https://pypi.org/project/${PYPI_PN}/ +" +DEPEND="app-text/plover" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" diff --git a/plover-plugin/python-dictionary/Manifest b/plover-plugin/python-dictionary/Manifest new file mode 100644 index 0000000..5207c2d --- /dev/null +++ b/plover-plugin/python-dictionary/Manifest @@ -0,0 +1 @@ +DIST plover_python_dictionary-1.2.1.tar.gz 5228 BLAKE2B 597e4f04f07d9f1b61314045bc9263148e1652952620f19b79db1f567bbaabf7979968d461d74d964737dc634c64914a01d7e38a9e98cb81889a0db30b97a41a SHA512 d60616d283cd0672e074b813824f799527202f3c378a4489d43d65c9f3b943fc620fd8e49ddda819f228c6da29e51e0acc4515084213b53008dc9bc12636cfe8 diff --git a/plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild b/plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild new file mode 100644 index 0000000..9a4cdd9 --- /dev/null +++ b/plover-plugin/python-dictionary/python-dictionary-1.2.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{6..14} ) +PYPI_PN=plover-${PN} + +inherit distutils-r1 pypi + +DESCRIPTION="Python dictionaries support for Plover" +HOMEPAGE=" + https://pypi.org/project/${PYPI_PN}/ +" +DEPEND="app-text/plover" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" diff --git a/plover-plugin/skel.ebuild b/plover-plugin/skel.ebuild new file mode 100644 index 0000000..5e43124 --- /dev/null +++ b/plover-plugin/skel.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{6..14} ) +PYPI_PN=plover-${PN} + +inherit distutils-r1 pypi + +DESCRIPTION="" +HOMEPAGE=" + https://pypi.org/project/${PYPI_PN}/ +" +DEPEND="app-text/plover" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" diff --git a/plover-plugin/stitching/Manifest b/plover-plugin/stitching/Manifest new file mode 100644 index 0000000..4146832 --- /dev/null +++ b/plover-plugin/stitching/Manifest @@ -0,0 +1 @@ +DIST plover_stitching-0.1.0.tar.gz 16287 BLAKE2B 590f5e11d599d3156203185c27beb521a54109112e3892e4f9245f2162df1a1e4fbfa5f8f7eb903f0e18540d428f0db3532f02e3ddcf01587c1e85f828750824 SHA512 73158531397a7043a852b0b9f8eaa8fae09213a6f2a94bc08a3a119f49f770dc2fd4f87f4175c5a5a52e90e14214e299eb7e7e14ddefa033987b755452bda85d diff --git a/plover-plugin/stitching/stitching-0.1.0.ebuild b/plover-plugin/stitching/stitching-0.1.0.ebuild new file mode 100644 index 0000000..258b592 --- /dev/null +++ b/plover-plugin/stitching/stitching-0.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{6..14} ) +PYPI_PN=plover-${PN} + +inherit distutils-r1 pypi + +DESCRIPTION="Stitch words like T-H-I-S using Plover strokes" +HOMEPAGE=" + https://pypi.org/project/${PYPI_PN}/ +" +DEPEND="app-text/plover" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" |
