diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-01-21 20:11:16 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-01-21 20:11:16 +0000 |
commit | 950a66275e32ce71c53c7d59b2cd3cf010f5977f (patch) | |
tree | 2fe3a8261f40658ce352f611bc159a7834d4e4b2 /app-vim | |
parent | Added app-vim/vim-spell-fr to package.mask as vim7 is still masked. (diff) | |
download | historical-950a66275e32ce71c53c7d59b2cd3cf010f5977f.tar.gz historical-950a66275e32ce71c53c7d59b2cd3cf010f5977f.tar.bz2 historical-950a66275e32ce71c53c7d59b2cd3cf010f5977f.zip |
Initial commit of french language files for vim7 spellchecker
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-spell-fr/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/vim-spell-fr/Manifest | 4 | ||||
-rw-r--r-- | app-vim/vim-spell-fr/files/digest-vim-spell-fr-20060121 | 1 | ||||
-rw-r--r-- | app-vim/vim-spell-fr/metadata.xml | 14 | ||||
-rw-r--r-- | app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild | 12 |
5 files changed, 41 insertions, 0 deletions
diff --git a/app-vim/vim-spell-fr/ChangeLog b/app-vim/vim-spell-fr/ChangeLog new file mode 100644 index 000000000000..d3e6f6c01550 --- /dev/null +++ b/app-vim/vim-spell-fr/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/vim-spell-fr +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-fr/ChangeLog,v 1.1 2006/01/21 20:11:16 nattfodd Exp $ + +*vim-spell-fr-20060121 (21 Jan 2006) + + 21 Jan 2006; Alexandre Buisse <nattfodd@gentoo.org> +metadata.xml, + +vim-spell-fr-20060121.ebuild: + Initial import. + diff --git a/app-vim/vim-spell-fr/Manifest b/app-vim/vim-spell-fr/Manifest new file mode 100644 index 000000000000..3184e6ef6aa6 --- /dev/null +++ b/app-vim/vim-spell-fr/Manifest @@ -0,0 +1,4 @@ +MD5 00180b459eb543c56c58ff5f32034863 ChangeLog 374 +MD5 3476dd2822c05d0d5318c31888b88639 files/digest-vim-spell-fr-20060121 74 +MD5 eb566cf2a3141669940881064e9b2a42 metadata.xml 397 +MD5 14db1bbb1c4683ca5887c196b78e560d vim-spell-fr-20060121.ebuild 323 diff --git a/app-vim/vim-spell-fr/files/digest-vim-spell-fr-20060121 b/app-vim/vim-spell-fr/files/digest-vim-spell-fr-20060121 new file mode 100644 index 000000000000..5bba1cbc3e14 --- /dev/null +++ b/app-vim/vim-spell-fr/files/digest-vim-spell-fr-20060121 @@ -0,0 +1 @@ +MD5 62ac4702a737bf0fdad8f9dad360e55e vim-spell-fr-20060121.tar.bz2 408587 diff --git a/app-vim/vim-spell-fr/metadata.xml b/app-vim/vim-spell-fr/metadata.xml new file mode 100644 index 000000000000..67a976b375ae --- /dev/null +++ b/app-vim/vim-spell-fr/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <maintainer> + <email>nattfodd@gentoo.org</email> + <name>Alexandre Buisse</name> + </maintainer> + <longdescription lang="en"> + Vim spell files for French (fr). Supported character sets are UTF-8, + latin-1 and ASCII. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild b/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild new file mode 100644 index 000000000000..131639952f23 --- /dev/null +++ b/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild,v 1.1 2006/01/21 20:11:16 nattfodd Exp $ + +VIM_SPELL_LANGUAGE="French" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="" + |