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-he | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vim-spell-he')
-rw-r--r-- | app-vim/vim-spell-he/Manifest | 3 | ||||
-rw-r--r-- | app-vim/vim-spell-he/metadata.xml | 12 | ||||
-rw-r--r-- | app-vim/vim-spell-he/vim-spell-he-20100312-r1.ebuild | 12 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-vim/vim-spell-he/Manifest b/app-vim/vim-spell-he/Manifest new file mode 100644 index 000000000000..434b677a6727 --- /dev/null +++ b/app-vim/vim-spell-he/Manifest @@ -0,0 +1,3 @@ +DIST vim-spell-he-20100312.tar.bz2 177495 BLAKE2B d85d2fbd2d7b66c6d8bd1fa5447107f9411ef0bdf191eb8fc094d5de85abab39b22c83e6626e580ac722fe75ee807ba7d728eccad1941ea5d52e8190639d9697 SHA512 c6cb7c7eca7b842ceb0aa8b62e0afb215403004fb76d11ef2bfd55398657799e92dfc7d6ed3802008bd7f5bc3caf8cf15697fbfb64f935361c6958d26c7e5775 +EBUILD vim-spell-he-20100312-r1.ebuild 253 BLAKE2B 41f92dd04d16c566cbc919b87509b87c8d01f2570a833c6892685362ecd428a695e8c9a7b621ed3b4127d0996a9a5618a3177d9e56711fb22d2c26756c73db0b SHA512 ac9284a440a8777237dd0f94b2443ad711719004f19d4679ea12c8df9a3bd00a29cbbc0c208816ea3686b0c104e53f01356475707176c93705df62cd6c1757f5 +MISC metadata.xml 376 BLAKE2B cda25b90973d1eaf622ffba511191bf2038f41cdac97096ca3942321d586f0c44aac490e4342a435d8e4e88b4957af25c50c8ead1a2e68757a8b424dfe45bd48 SHA512 aa8a05990413c093f8e9b7ea7e99a8701a3127492362690cc9ab273a23a83ab71f113d03680fac4d23d65968fa48709740726ca6c73ae71f2afcf7437f74857c diff --git a/app-vim/vim-spell-he/metadata.xml b/app-vim/vim-spell-he/metadata.xml new file mode 100644 index 000000000000..22067f199f87 --- /dev/null +++ b/app-vim/vim-spell-he/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> + Vim spell files for Hebrew (he). Supported character sets are UTF-8 and + ISO-8859-8. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-he/vim-spell-he-20100312-r1.ebuild b/app-vim/vim-spell-he/vim-spell-he-20100312-r1.ebuild new file mode 100644 index 000000000000..cf4ae8d5c5c8 --- /dev/null +++ b/app-vim/vim-spell-he/vim-spell-he-20100312-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="Hebrew" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="amd64 x86" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" |