diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:11 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:12 +0100 |
commit | 3503a972052f5b82739a4e6ceabb0ca760e1b310 (patch) | |
tree | 42e542c49f091f04ef4cee046d11471001a42791 /app-dicts/aspell-nb | |
parent | app-dicts/aspell-mt: new package (diff) | |
download | gentoo-3503a972052f5b82739a4e6ceabb0ca760e1b310.tar.gz gentoo-3503a972052f5b82739a4e6ceabb0ca760e1b310.tar.bz2 gentoo-3503a972052f5b82739a4e6ceabb0ca760e1b310.zip |
app-dicts/aspell-nb: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-nb')
-rw-r--r-- | app-dicts/aspell-nb/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-nb/metadata.xml | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-nb/Manifest b/app-dicts/aspell-nb/Manifest new file mode 100644 index 000000000000..d4d5267fa83b --- /dev/null +++ b/app-dicts/aspell-nb/Manifest @@ -0,0 +1 @@ +DIST aspell-nb-0.50.1-0.tar.bz2 423161 BLAKE2B 85f007c61066f0d8e30cd55d0bc2423ee1c02bd8cbd12b5a9793666e34e70359260dd4a861b24c324981368dd0f01a43dc1d2aba192783c32c09843b2ff16f29 SHA512 e30dcf7e757ab1ceb5de349927f9cfa4d9de4015bd9cc9449739fd2f17f6f033f698e71da0270b4e1ebd76be2195c42422630266ad9cadd2173184706d651c13 diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild new file mode 100644 index 000000000000..88ed768b16b9 --- /dev/null +++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.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="Norwegian Bokmal" + +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-nb/metadata.xml b/app-dicts/aspell-nb/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-nb/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>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata> |