summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-06-19 06:36:25 +0000
committerTim Harder <radhermit@gentoo.org>2015-06-19 06:36:25 +0000
commit5cda7546632261b7ce1d182c8ca18e1ad848b6a5 (patch)
treef6a085afe75d6f50c7b2ad9bc4069af598ad674f /app-vim
parentRemove old. (diff)
downloadgentoo-2-5cda7546632261b7ce1d182c8ca18e1ad848b6a5.tar.gz
gentoo-2-5cda7546632261b7ce1d182c8ca18e1ad848b6a5.tar.bz2
gentoo-2-5cda7546632261b7ce1d182c8ca18e1ad848b6a5.zip
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/calendar/ChangeLog9
-rw-r--r--app-vim/calendar/calendar-2.9.ebuild14
2 files changed, 21 insertions, 2 deletions
diff --git a/app-vim/calendar/ChangeLog b/app-vim/calendar/ChangeLog
index a7623b0fcb9d..9180a1df446c 100644
--- a/app-vim/calendar/ChangeLog
+++ b/app-vim/calendar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/calendar
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/ChangeLog,v 1.39 2012/09/02 05:03:48 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/ChangeLog,v 1.40 2015/06/19 06:36:25 radhermit Exp $
+
+*calendar-2.9 (19 Jun 2015)
+
+ 19 Jun 2015; Tim Harder <radhermit@gentoo.org> +calendar-2.9.ebuild:
+ Version bump.
02 Sep 2012; Tim Harder <radhermit@gentoo.org> -calendar-2.2.ebuild:
Remove old.
diff --git a/app-vim/calendar/calendar-2.9.ebuild b/app-vim/calendar/calendar-2.9.ebuild
new file mode 100644
index 000000000000..3ed664c32383
--- /dev/null
+++ b/app-vim/calendar/calendar-2.9.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/calendar-2.9.ebuild,v 1.1 2015/06/19 06:36:25 radhermit Exp $
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: calendar window"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52"
+LICENSE="vim"
+KEYWORDS="~amd64 ~mips ~ppc ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"