summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-18 04:02:54 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-18 04:02:54 +0000
commit70f2034bd0ea863d323d03733a93ea459efb7109 (patch)
tree9c9c7baf5064dafa52ca9275c17b55d2ecb206ae /app-vim
parentVersion bump and remove old. (diff)
downloadgentoo-2-70f2034bd0ea863d323d03733a93ea459efb7109.tar.gz
gentoo-2-70f2034bd0ea863d323d03733a93ea459efb7109.tar.bz2
gentoo-2-70f2034bd0ea863d323d03733a93ea459efb7109.zip
Version bump.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/neocomplcache/ChangeLog9
-rw-r--r--app-vim/neocomplcache/neocomplcache-7.1.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/app-vim/neocomplcache/ChangeLog b/app-vim/neocomplcache/ChangeLog
index ed0f0d343708..4ad1bb3ae941 100644
--- a/app-vim/neocomplcache/ChangeLog
+++ b/app-vim/neocomplcache/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/neocomplcache
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/neocomplcache/ChangeLog,v 1.2 2011/09/14 22:40:44 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/neocomplcache/ChangeLog,v 1.3 2012/09/18 04:02:54 radhermit Exp $
+
+*neocomplcache-7.1 (18 Sep 2012)
+
+ 18 Sep 2012; Tim Harder <radhermit@gentoo.org> +neocomplcache-7.1.ebuild:
+ Version bump.
*neocomplcache-6.1 (14 Sep 2011)
diff --git a/app-vim/neocomplcache/neocomplcache-7.1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1.ebuild
new file mode 100644
index 000000000000..5b52cc0673fe
--- /dev/null
+++ b/app-vim/neocomplcache/neocomplcache-7.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/neocomplcache/neocomplcache-7.1.ebuild,v 1.1 2012/09/18 04:02:54 radhermit Exp $
+
+EAPI=4
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: ultimate auto completion system"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"