diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:32:44 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:03 +0100 |
commit | 49eae94f2a14d948ec6b3d0b28e95dafed337d0e (patch) | |
tree | d3c9a74f748ad2a730f400c6f0d5c257483dc719 /app-dicts | |
parent | app-dicts/aspell-ky: new package (diff) | |
download | gentoo-49eae94f2a14d948ec6b3d0b28e95dafed337d0e.tar.gz gentoo-49eae94f2a14d948ec6b3d0b28e95dafed337d0e.tar.bz2 gentoo-49eae94f2a14d948ec6b3d0b28e95dafed337d0e.zip |
app-dicts/aspell-lv: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-lv/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-lv/aspell-lv-0.5.5.1.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-lv/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-lv/Manifest b/app-dicts/aspell-lv/Manifest new file mode 100644 index 000000000000..6bca0500f259 --- /dev/null +++ b/app-dicts/aspell-lv/Manifest @@ -0,0 +1 @@ +DIST aspell6-lv-0.5.5-1.tar.bz2 72416 BLAKE2B 6894fcd11f0ba802b410be8fca5f34562f1a4d18c128953214f97b12a3d4e745c1f90f358ae2cd57740ba5a56e04b437daf3c2b27f978df8ac1202bb9e347fb7 SHA512 94a9c6da3fd29f17fbe5d02cd4764bf24379abef526725bb34c0726f7ff385fcb876df24b741bc66518295c3bb75c800aa6010130454c6dc1d6372d12d2eb98e diff --git a/app-dicts/aspell-lv/aspell-lv-0.5.5.1.ebuild b/app-dicts/aspell-lv/aspell-lv-0.5.5.1.ebuild new file mode 100644 index 000000000000..f9316f114d3f --- /dev/null +++ b/app-dicts/aspell-lv/aspell-lv-0.5.5.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Latvian" +ASPELL_VERSION=6 + +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-lv/metadata.xml b/app-dicts/aspell-lv/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-lv/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> |