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-cs | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vim-spell-cs')
-rw-r--r-- | app-vim/vim-spell-cs/Manifest | 3 | ||||
-rw-r--r-- | app-vim/vim-spell-cs/metadata.xml | 20 | ||||
-rw-r--r-- | app-vim/vim-spell-cs/vim-spell-cs-20061021-r1.ebuild | 12 |
3 files changed, 35 insertions, 0 deletions
diff --git a/app-vim/vim-spell-cs/Manifest b/app-vim/vim-spell-cs/Manifest new file mode 100644 index 000000000000..3fa59c80b30d --- /dev/null +++ b/app-vim/vim-spell-cs/Manifest @@ -0,0 +1,3 @@ +DIST vim-spell-cs-20061021.tar.bz2 1320356 BLAKE2B 0583ecb357ab3180c637211c6565e5e8e61e2739e41b25a3a704944d7216b8c54ebc249734af25d92de1c9a69bc9021d538df78953773570d7f84f70ff6705a9 SHA512 cb9cae6dab11c5cbbe16e0902b18cdbea81dbd7844eda4774f45c6e5a5f3eebb09e062a37845a0e6ff5bc5c0abf7219001824768c0e058998a7c922790006e99 +EBUILD vim-spell-cs-20061021-r1.ebuild 258 BLAKE2B 8d974edbce8a3d4c63c31c9e974a4fe3abd402d1f488ef6d96ad5d140cfdcb8040dbc2820b50392aeb483e1c565fcc117c7daceaabfd92e69849c94f3fa107d7 SHA512 b352e663756e3b175b151479f15bc95e93ff6ab8234196c79e176dc3ad242aa8361340454dc9eba80837d207987914dae2434a7b2f7e4bb913fd7c84954d8bda +MISC metadata.xml 635 BLAKE2B a5c4352453a9744b9a580993e6f535445d1d2198778546e029e78bd871b9c2024e782b90d3d092b18cc1176f0703bf517e68e69b83ddbcfc7f371fb583d861b2 SHA512 10959e90745e992de4f48937f07ae9e37f6344327eb0b704c11f0cbc0af2744ff4abf45868a706825f53db65c8661e269998db8e83f049390da811abb5b98728 diff --git a/app-vim/vim-spell-cs/metadata.xml b/app-vim/vim-spell-cs/metadata.xml new file mode 100644 index 000000000000..ca2f9ddd03e8 --- /dev/null +++ b/app-vim/vim-spell-cs/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>jkt@kde.org</email> + <name>Jan Kundrát</name> + </maintainer> + <maintainer type="project"> + <email>vim@gentoo.org</email> + <name>Gentoo Vim Project</name> + </maintainer> + <longdescription lang="en"> + Vim spell files for Czech (cs). Supported character sets are cp1250, + iso-8859-2, and UTF-8. + </longdescription> + <longdescription lang="cs"> + Kontrola českého pravopisu pro Vim. Podporuje kódování cp1250, + iso-8859-2 a UTF-8. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-cs/vim-spell-cs-20061021-r1.ebuild b/app-vim/vim-spell-cs/vim-spell-cs-20061021-r1.ebuild new file mode 100644 index 000000000000..06beb4f9d9d1 --- /dev/null +++ b/app-vim/vim-spell-cs/vim-spell-cs-20061021-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="Czech" + +inherit vim-spell + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +KEYWORDS="amd64 sparc x86" +LICENSE="GPL-2" |