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-vim/vim-spell-en | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vim-spell-en')
-rw-r--r-- | app-vim/vim-spell-en/Manifest | 3 | ||||
-rw-r--r-- | app-vim/vim-spell-en/metadata.xml | 12 | ||||
-rw-r--r-- | app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild | 12 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-vim/vim-spell-en/Manifest b/app-vim/vim-spell-en/Manifest new file mode 100644 index 000000000000..6b65754443c0 --- /dev/null +++ b/app-vim/vim-spell-en/Manifest @@ -0,0 +1,3 @@ +DIST vim-spell-en-20060123.tar.bz2 1819791 BLAKE2B 943265e3db6f0c47ed71381e12bcc23cc0f8636b40c5a694d49064a5f27a845b37810cc5468fcfcebbf9f37537ab574467fd6cc25a3e61966b2851d3d4353a34 SHA512 145a4cbf976b5472b2474f9d84978e9907f0dabdee05fa55b0b4ce5f56dc27ef568e8c28fe67d9d8b86a33e0392b1fc6af6f44d6f147ce894070b58e40109dc0 +EBUILD vim-spell-en-20060123-r1.ebuild 343 BLAKE2B 39b82e33d8b909aa8c47283e4f2bab756903ac0f48f5b0ec2dfb552411a92baeac9f590df719af54f6417a663255f7e15d9485aca0ca469315ddc8c59bbd9af4 SHA512 7c917329462c25c39b043e06c5eb7372fccd51dc6fc8c8af04319e9e003b1482a498ee2bd155516cab94e2d230d153b271f9dc8ccd73fc403b5538f809f009f7 +MISC metadata.xml 391 BLAKE2B 4a8585e7b3e3e7e6507b50f5d236d92f90e3bf8739940de0aea3298a845cb694d2a8df0239ab48f6aa7f2dc6145a9bf2c0efba1395fb81b03f53b34d776bb9e8 SHA512 365599ae6c6ab09d6efb59870c5a640cac2442fe1c3c584c94a4218baaeb4905540e9572e650ee808b15070e4860fa286224c5cd68dfd0bbc1de675113919425 diff --git a/app-vim/vim-spell-en/metadata.xml b/app-vim/vim-spell-en/metadata.xml new file mode 100644 index 000000000000..2011f80d0660 --- /dev/null +++ b/app-vim/vim-spell-en/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>vim@gentoo.org</email> + <name>Gentoo Vim Project</name> + </maintainer> + <longdescription lang="en"> + Vim spell files for English (en). Supported character sets are UTF-8, + latin-1 and ASCII. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild new file mode 100644 index 000000000000..765ba9b7bfcd --- /dev/null +++ b/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +VIM_SPELL_LANGUAGE="English" + +inherit vim-spell + +KEYWORDS="~alpha amd64 ~arm ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +LICENSE="BSD LGPL-2.1 public-domain" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" |