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-pt-br | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/aspell-pt-br')
-rw-r--r-- | app-dicts/aspell-pt-br/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild | 22 | ||||
-rw-r--r-- | app-dicts/aspell-pt-br/metadata.xml | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-dicts/aspell-pt-br/Manifest b/app-dicts/aspell-pt-br/Manifest new file mode 100644 index 000000000000..d6ecccdaaa2d --- /dev/null +++ b/app-dicts/aspell-pt-br/Manifest @@ -0,0 +1,3 @@ +DIST aspell6-pt_BR-20090702-0.tar.bz2 865676 BLAKE2B dd98250d378b15f321850e88de4a464ffa5e00183fda06990be9132406be268bf5144d4d500836df0e6f1d8f1601d8a38f3ed96ca00f3d9bacb5398dbfa9a945 SHA512 4c2606dad177881db7b7996c707a8d5a087fc9ec6ac46fac08b2bbb9c7acb51c7f0b3cb936f46257d03dd8e4e7a23b0244331db68a8208f5b7625d79ea6522d1 +EBUILD aspell-pt-br-6.0.20090702.ebuild 501 BLAKE2B 32a725726fe3b4335451e94a3c07016eb6a38f79c5f4a3b8b245ec49706f47702d5997458c9dcfb9de1874e928717a0f4f358696f0056b1e2f42d5bb4cf7c27a SHA512 142416588236aaf77498a4992054e58381bfea1c919e4f76a0e58f19cba32bf04fb642b2feaba7e359de59b3bd9795d50e472a8d512098442280d2b7db339c08 +MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild new file mode 100644 index 000000000000..9eaddb36cd2a --- /dev/null +++ b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +ASPELL_LANG="Brazilian Portuguese" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +MY_P="aspell6-pt_BR-20090702-0" + +SRC_URI="mirror://gnu/aspell/dict/pt_BR/${MY_P}.tar.bz2" + +LICENSE="LGPL-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} + +# Contains a conflict +RDEPEND="!<app-dicts/aspell-pt-0.50.2-r1" diff --git a/app-dicts/aspell-pt-br/metadata.xml b/app-dicts/aspell-pt-br/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/app-dicts/aspell-pt-br/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> |