diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/aspell-eo | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/aspell-eo')
-rw-r--r-- | app-dicts/aspell-eo/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild | 20 | ||||
-rw-r--r-- | app-dicts/aspell-eo/metadata.xml | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/aspell-eo/Manifest b/app-dicts/aspell-eo/Manifest new file mode 100644 index 000000000000..3c7045db0230 --- /dev/null +++ b/app-dicts/aspell-eo/Manifest @@ -0,0 +1,3 @@ +DIST aspell6-eo-2.1.20000225a-2.tar.bz2 71591 BLAKE2B 3e8624857ae9c7a1256849dfe65a2b5a9de396516973b3e00075d5bdc507598b414ad745df41e2f8b746aeb43d0296186dd1b8163af84a0bb709ac5a2847cab9 SHA512 172ff88745e36abccf47ed8526868e3c2fd1f41c6da15893e723ef70bb29fc0e4b4e614f1eae8b3db8206f971f9a9cd9ec627fce2dae611804a276118367dfda +EBUILD aspell-eo-2.1.20000225.2.ebuild 475 BLAKE2B 6f6eb78a9e4a0d4b0dd99bc632043fa3458262b1307bb59efab993094c141584f82d612d2e5be441345191577d68b15b3be40679a9457f62dc8066139727093b SHA512 831a315e96a20091cc07dd341160db067865f62d4c8528e31517ae303eb7ad2e85720809e57352a81b13cf9627327a17c5dae507847a009fe7cc045b2a88b159 +MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild b/app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild new file mode 100644 index 000000000000..b4d83f953113 --- /dev/null +++ b/app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +ASPELL_LANG="Esperanto" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +MY_P=${P%.*}a-${PV##*.} +MY_P=aspell${ASPELL_VERSION}-${MY_P/aspell-/} + +SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +S=${WORKDIR}/${MY_P} diff --git a/app-dicts/aspell-eo/metadata.xml b/app-dicts/aspell-eo/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/app-dicts/aspell-eo/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<!-- maintainer-needed --> +</pkgmetadata> |