diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/detectindent/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/detectindent/Manifest | 14 | ||||
-rw-r--r-- | app-vim/detectindent/detectindent-1.0.ebuild | 14 | ||||
-rw-r--r-- | app-vim/detectindent/files/digest-detectindent-1.0 | 1 | ||||
-rw-r--r-- | app-vim/detectindent/metadata.xml | 14 |
5 files changed, 53 insertions, 0 deletions
diff --git a/app-vim/detectindent/ChangeLog b/app-vim/detectindent/ChangeLog new file mode 100644 index 000000000000..908c6f6c0fee --- /dev/null +++ b/app-vim/detectindent/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/detectindent +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.1 2005/08/05 21:27:27 ciaranm Exp $ + +*detectindent-1.0 (05 Aug 2005) + + 05 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org> +metadata.xml, + +detectindent-1.0.ebuild: + New package, bug #79003 + diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest new file mode 100644 index 000000000000..17cc4ef9d956 --- /dev/null +++ b/app-vim/detectindent/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 f53ddd427883ffac522a4789542cad87 detectindent-1.0.ebuild 479 +MD5 0e6b5de5471bf247843acbdd463a18a3 metadata.xml 401 +MD5 d0a25fe4e11c0cdd2519abfaef920706 ChangeLog 369 +MD5 369eb775d86d8c99a5840e2cc0a61a4a files/digest-detectindent-1.0 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC89m8LLFUmVNQ7rkRAjMyAJ9tdXSPFbhDANzZVINZdD4UAOZV0QCgvZei +uUj7FKDIbZiX0F/txEr8sAA= +=wFsR +-----END PGP SIGNATURE----- diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild new file mode 100644 index 000000000000..bf3ebcb867bc --- /dev/null +++ b/app-vim/detectindent/detectindent-1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.1 2005/08/05 21:27:27 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: automatically detect file indent settings" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1171" +LICENSE="vim" +KEYWORDS="~x86 ~sparc ~mips ~hppa" +IUSE="" + +VIM_PLUGIN_HELPFILES="detectindent.txt" + diff --git a/app-vim/detectindent/files/digest-detectindent-1.0 b/app-vim/detectindent/files/digest-detectindent-1.0 new file mode 100644 index 000000000000..2262b4f88b20 --- /dev/null +++ b/app-vim/detectindent/files/digest-detectindent-1.0 @@ -0,0 +1 @@ +MD5 10a20356636262e387b5dd1aa8d87488 detectindent-1.0.tar.bz2 1919 diff --git a/app-vim/detectindent/metadata.xml b/app-vim/detectindent/metadata.xml new file mode 100644 index 000000000000..9b6170e2f423 --- /dev/null +++ b/app-vim/detectindent/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>ciaranm@gentoo.org</email> + <name>Ciaran McCreesh</name> + </maintainer> + <longdescription lang="en"> + Vim plugin which automatically detects indent settings for files which + do not have modelines. + </longdescription> +</pkgmetadata> + |