summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-03-11 09:39:17 +0000
committerTim Harder <radhermit@gentoo.org>2011-03-11 09:39:17 +0000
commit5918d020ca67326c5a1d139eba78754775cfd4d5 (patch)
tree8c3efff3627888953a6a52a57996747cfc9cc8f3 /app-vim
parentVersion bump to new snapshot that includes localnet support (fixes bug #28617... (diff)
downloadgentoo-2-5918d020ca67326c5a1d139eba78754775cfd4d5.tar.gz
gentoo-2-5918d020ca67326c5a1d139eba78754775cfd4d5.tar.bz2
gentoo-2-5918d020ca67326c5a1d139eba78754775cfd4d5.zip
Initial import.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/ansiesc/ChangeLog10
-rw-r--r--app-vim/ansiesc/ansiesc-12.ebuild19
-rw-r--r--app-vim/ansiesc/metadata.xml5
3 files changed, 34 insertions, 0 deletions
diff --git a/app-vim/ansiesc/ChangeLog b/app-vim/ansiesc/ChangeLog
new file mode 100644
index 000000000000..f6298a44d1e4
--- /dev/null
+++ b/app-vim/ansiesc/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-vim/ansiesc
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/ansiesc/ChangeLog,v 1.1 2011/03/11 09:39:17 radhermit Exp $
+
+*ansiesc-12 (11 Mar 2011)
+
+ 11 Mar 2011; Tim Harder <radhermit@gentoo.org> +ansiesc-12.ebuild,
+ +metadata.xml:
+ Initial import.
+
diff --git a/app-vim/ansiesc/ansiesc-12.ebuild b/app-vim/ansiesc/ansiesc-12.ebuild
new file mode 100644
index 000000000000..10233d6a1e53
--- /dev/null
+++ b/app-vim/ansiesc/ansiesc-12.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/ansiesc/ansiesc-12.ebuild,v 1.1 2011/03/11 09:39:17 radhermit Exp $
+
+EAPI=3
+VIM_PLUGIN_VIM_VERSION="7.3"
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: ansi escape sequences concealed, but highlighted as specified"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=302"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="app-vim/cecutil"
+
+VIM_PLUGIN_HELPFILES="AnsiEsc.txt"
diff --git a/app-vim/ansiesc/metadata.xml b/app-vim/ansiesc/metadata.xml
new file mode 100644
index 000000000000..d221a8d4b42c
--- /dev/null
+++ b/app-vim/ansiesc/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>