diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:32:29 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:59 +0100 |
commit | 34d44a2cff14b9200e9de8991e6166cd7da2ba71 (patch) | |
tree | 112a583f1c94f3276d0fd9d84d1478888d3ea39f /app-dicts/aspell-ia | |
parent | app-dicts/aspell-hus: new package (diff) | |
download | gentoo-34d44a2cff14b9200e9de8991e6166cd7da2ba71.tar.gz gentoo-34d44a2cff14b9200e9de8991e6166cd7da2ba71.tar.bz2 gentoo-34d44a2cff14b9200e9de8991e6166cd7da2ba71.zip |
app-dicts/aspell-ia: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-ia')
-rw-r--r-- | app-dicts/aspell-ia/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-ia/aspell-ia-0.50.1.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-ia/metadata.xml | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-ia/Manifest b/app-dicts/aspell-ia/Manifest new file mode 100644 index 000000000000..180eb1335e92 --- /dev/null +++ b/app-dicts/aspell-ia/Manifest @@ -0,0 +1 @@ +DIST aspell-ia-0.50-1.tar.bz2 70883 BLAKE2B bc668b162e07cb01626adb6027ab2fcaa26f81cfd085f74889c7725388cea3efe0f91c29bfdeaa4f36b770d1f14ff15492a7c89e336e608481bec447df941fb1 SHA512 5cdd7b91393043d7b537166c1df100aa76e911cf1c389b34b916839e907abc3cdbdc368f2876a5ecfbd625414b67858950e9d79af184560b9ddd667030dc608d diff --git a/app-dicts/aspell-ia/aspell-ia-0.50.1.ebuild b/app-dicts/aspell-ia/aspell-ia-0.50.1.ebuild new file mode 100644 index 000000000000..192af4e3cbe7 --- /dev/null +++ b/app-dicts/aspell-ia/aspell-ia-0.50.1.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="Interlingua" + +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-ia/metadata.xml b/app-dicts/aspell-ia/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-ia/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> |