diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-01-16 21:35:49 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-01-16 21:35:49 +0000 |
commit | de27c7135cd6fa134a0b89e38ea21996409cf49f (patch) | |
tree | 192ea81035c9201e5a063371ba2cad5614179c3b /app-vim/vim-spell-da | |
parent | Stable on hppa. (diff) | |
download | historical-de27c7135cd6fa134a0b89e38ea21996409cf49f.tar.gz historical-de27c7135cd6fa134a0b89e38ea21996409cf49f.tar.bz2 historical-de27c7135cd6fa134a0b89e38ea21996409cf49f.zip |
Initial commit.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-vim/vim-spell-da')
-rw-r--r-- | app-vim/vim-spell-da/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/vim-spell-da/Manifest | 14 | ||||
-rw-r--r-- | app-vim/vim-spell-da/files/digest-vim-spell-da-20060116 | 1 | ||||
-rw-r--r-- | app-vim/vim-spell-da/metadata.xml | 14 | ||||
-rw-r--r-- | app-vim/vim-spell-da/vim-spell-da-20060116.ebuild | 12 |
5 files changed, 51 insertions, 0 deletions
diff --git a/app-vim/vim-spell-da/ChangeLog b/app-vim/vim-spell-da/ChangeLog new file mode 100644 index 000000000000..d922317521d9 --- /dev/null +++ b/app-vim/vim-spell-da/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/vim-spell-da +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-da/ChangeLog,v 1.1 2006/01/16 21:35:49 kloeri Exp $ + +*vim-spell-da-20060116 (16 Jan 2006) + + 16 Jan 2006; Bryan Østergaard <kloeri@gentoo.org +metadata.xml, + +vim-spell-da-20060116.ebuild: + Initial commit. + diff --git a/app-vim/vim-spell-da/Manifest b/app-vim/vim-spell-da/Manifest new file mode 100644 index 000000000000..b4f746a0319d --- /dev/null +++ b/app-vim/vim-spell-da/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 485fcaacea323fe044d4c9e52411f0e2 ChangeLog 370 +MD5 5479c87817a991815267ff62499c4a8d files/digest-vim-spell-da-20060116 74 +MD5 8ed15efea9dcb2ece6b5d262a632af4b metadata.xml 386 +MD5 aeb0b34955940885021e940fb9a9a82e vim-spell-da-20060116.ebuild 334 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDzBIRugEuf3OQ0akRAhWDAKCKtVmMPUzA109ILwUL7FQTcpwLsACbBirw +UR/c1O/ULc+8Mh9rxQlEz+A= +=xk8h +-----END PGP SIGNATURE----- diff --git a/app-vim/vim-spell-da/files/digest-vim-spell-da-20060116 b/app-vim/vim-spell-da/files/digest-vim-spell-da-20060116 new file mode 100644 index 000000000000..ba19aaf80661 --- /dev/null +++ b/app-vim/vim-spell-da/files/digest-vim-spell-da-20060116 @@ -0,0 +1 @@ +MD5 1f5d6183e27e1c981459948ebc8bd81c vim-spell-da-20060116.tar.bz2 629196 diff --git a/app-vim/vim-spell-da/metadata.xml b/app-vim/vim-spell-da/metadata.xml new file mode 100644 index 000000000000..3d501d0ea230 --- /dev/null +++ b/app-vim/vim-spell-da/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>kloeri@gentoo.org</email> + <name>Bryan Østergaard</name> + </maintainer> + <longdescription lang="en"> + Vim spell files for Danish (da). Supported character sets are UTF-8, + latin-1. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/vim-spell-da/vim-spell-da-20060116.ebuild b/app-vim/vim-spell-da/vim-spell-da-20060116.ebuild new file mode 100644 index 000000000000..364162fa0ca1 --- /dev/null +++ b/app-vim/vim-spell-da/vim-spell-da-20060116.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-da/vim-spell-da-20060116.ebuild,v 1.1 2006/01/16 21:35:49 kloeri Exp $ + +VIM_SPELL_LANGUAGE="Danish" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="~alpha ~ia64 ~x86" +IUSE="" + |