commit: 3503a972052f5b82739a4e6ceabb0ca760e1b310 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Mar 10 00:33:11 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Mar 12 22:28:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3503a972
app-dicts/aspell-nb: new package Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-dicts/aspell-nb/Manifest | 1 + app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild | 11 +++++++++++ app-dicts/aspell-nb/metadata.xml | 9 +++++++++ 3 files changed, 21 insertions(+) diff --git a/app-dicts/aspell-nb/Manifest b/app-dicts/aspell-nb/Manifest new file mode 100644 index 00000000000..d4d5267fa83 --- /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 00000000000..88ed768b16b --- /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 00000000000..debde3ef6ae --- /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>[email protected]</email> + <name>Conrad Kostecki</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata>
