diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-08-05 21:27:27 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-08-05 21:27:27 +0000 |
commit | 418477a79a284c4ede2490a15cf507cbcb9bd561 (patch) | |
tree | 0d87eda3792fa2f33e0420ff0d65a1756dc85a89 /app-vim | |
parent | . (diff) | |
download | gentoo-2-418477a79a284c4ede2490a15cf507cbcb9bd561.tar.gz gentoo-2-418477a79a284c4ede2490a15cf507cbcb9bd561.tar.bz2 gentoo-2-418477a79a284c4ede2490a15cf507cbcb9bd561.zip |
New package, bug #79003
(Portage version: 2.0.51.22-r2 flaming goat edition)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/detectindent/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/detectindent/Manifest | 3 | ||||
-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, 42 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..dcb81403c7c0 --- /dev/null +++ b/app-vim/detectindent/Manifest @@ -0,0 +1,3 @@ +MD5 ca32a3c5116079fbebea6a161cd317cb detectindent-1.0.ebuild 372 +MD5 0e6b5de5471bf247843acbdd463a18a3 metadata.xml 401 +MD5 369eb775d86d8c99a5840e2cc0a61a4a files/digest-detectindent-1.0 67 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> + |