commit: 469ec943f3e36e434c8621ccbee9a142d6212f1d Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Mar 10 00:34:05 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Mar 12 22:28:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469ec943
app-dicts/aspell-wa: new package Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-dicts/aspell-wa/Manifest | 1 + app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild | 11 +++++++++++ app-dicts/aspell-wa/metadata.xml | 9 +++++++++ 3 files changed, 21 insertions(+) diff --git a/app-dicts/aspell-wa/Manifest b/app-dicts/aspell-wa/Manifest new file mode 100644 index 00000000000..a9c7083edcd --- /dev/null +++ b/app-dicts/aspell-wa/Manifest @@ -0,0 +1 @@ +DIST aspell-wa-0.50-0.tar.bz2 50363 BLAKE2B a879745c25d30ed0004f25e95ab4fc7bd48d6e9de3c3c5e1b2880cc96d8b73d144a098bc3c54f748dc052d94daa6a17a3642334731aab019d0a0545230deb946 SHA512 67e8fbb80a2622b921e28a37b978fc998713f7e281beccc921afd8e289ac76094f589e905da2e9386c585fcfae53179ca1e9b24a39c8a021cb3f2685461e3a8c diff --git a/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild b/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild new file mode 100644 index 00000000000..f2f00d56a97 --- /dev/null +++ b/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Walloon" + +inherit aspell-dict-r1 + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/app-dicts/aspell-wa/metadata.xml b/app-dicts/aspell-wa/metadata.xml new file mode 100644 index 00000000000..debde3ef6ae --- /dev/null +++ b/app-dicts/aspell-wa/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Conrad Kostecki</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata>
