diff options
-rw-r--r-- | app-dicts/aspell-tet/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild | 16 | ||||
-rw-r--r-- | app-dicts/aspell-tet/metadata.xml | 9 |
3 files changed, 26 insertions, 0 deletions
diff --git a/app-dicts/aspell-tet/Manifest b/app-dicts/aspell-tet/Manifest new file mode 100644 index 000000000000..a1e04b9f372e --- /dev/null +++ b/app-dicts/aspell-tet/Manifest @@ -0,0 +1 @@ +DIST aspell5-tet-0.1.1.tar.bz2 33044 BLAKE2B 934bf9adf4936bfb18990b3c35ec45bfb9884f2a6a7c9518905fce633b842e7141f7365f9f2d9140d71d17fc24540d32484b8c8e68cf49b2673f770ab171de93 SHA512 6dc691b40cedd054a677197219f97ae5afc21bcf4820bf452d23963ae04a716bf7e38d1cff0eb050e13fd24fd2e8f3b0d24f9b19e7de3868faeca8aa16881802 diff --git a/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild b/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild new file mode 100644 index 000000000000..c1bc7dc3fcda --- /dev/null +++ b/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Tetum" +ASPELL_VERSION=5 +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" + +inherit aspell-dict-r1 + +SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/app-dicts/aspell-tet/metadata.xml b/app-dicts/aspell-tet/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-tet/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> |