diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:23 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:16 +0100 |
commit | 8c6830995071a4476aa16cc225eb319a2f387abd (patch) | |
tree | fd70a222790dfb2c696e1aa6d175c94aa0b6acd0 /app-dicts | |
parent | app-dicts/aspell-ny: new package (diff) | |
download | gentoo-8c6830995071a4476aa16cc225eb319a2f387abd.tar.gz gentoo-8c6830995071a4476aa16cc225eb319a2f387abd.tar.bz2 gentoo-8c6830995071a4476aa16cc225eb319a2f387abd.zip |
app-dicts/aspell-or: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-or/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-or/aspell-or-0.03.1.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-or/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-or/Manifest b/app-dicts/aspell-or/Manifest new file mode 100644 index 000000000000..9b227ed28bd9 --- /dev/null +++ b/app-dicts/aspell-or/Manifest @@ -0,0 +1 @@ +DIST aspell6-or-0.03-1.tar.bz2 20525 BLAKE2B 0dcdb79159566b806a4ad0880a1c999ffcee0337bff203def44407ec0fedd41284905b1f8073004b3d209c852ad3cc3e6f6bde8134bd7008e209bf7c04c96ed8 SHA512 4f5c13e37054266a782cc9d9aa6a03de77ca383907ce05f23ab5812581b815276f4d79a2f8626226f30a59f8ab9ecf0f0186835f7f30881e4a358f99a75b708a diff --git a/app-dicts/aspell-or/aspell-or-0.03.1.ebuild b/app-dicts/aspell-or/aspell-or-0.03.1.ebuild new file mode 100644 index 000000000000..7c0efd63f621 --- /dev/null +++ b/app-dicts/aspell-or/aspell-or-0.03.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="Oriya" +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-or/metadata.xml b/app-dicts/aspell-or/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-or/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> |