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