diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-09-30 04:30:45 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-09-30 04:30:45 +0000 |
commit | 2e170e69f7a6e330d49104e27e5ceb20e27ff4fa (patch) | |
tree | 5b3c4727c0c3121a4e449ba1bc37c84a3ee16dfa /app-vim/calendar | |
parent | Respect LDFLAGS. Bug #337772 (diff) | |
download | gentoo-2-2e170e69f7a6e330d49104e27e5ceb20e27ff4fa.tar.gz gentoo-2-2e170e69f7a6e330d49104e27e5ceb20e27ff4fa.tar.bz2 gentoo-2-2e170e69f7a6e330d49104e27e5ceb20e27ff4fa.zip |
Version bump. Drop the blocker on app-vim/cvscommand.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/calendar')
-rw-r--r-- | app-vim/calendar/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/calendar/calendar-2.2.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/app-vim/calendar/ChangeLog b/app-vim/calendar/ChangeLog index c50be0d81213..6e6e9dc70b76 100644 --- a/app-vim/calendar/ChangeLog +++ b/app-vim/calendar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/calendar -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/ChangeLog,v 1.27 2008/09/20 12:25:46 hawking Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/ChangeLog,v 1.28 2010/09/30 04:30:45 radhermit Exp $ + +*calendar-2.2 (30 Sep 2010) + + 30 Sep 2010; Tim Harder <radhermit@gentoo.org> +calendar-2.2.ebuild: + Version bump. Drop the blocker on app-vim/cvscommand. *calendar-1.7 (20 Sep 2008) diff --git a/app-vim/calendar/calendar-2.2.ebuild b/app-vim/calendar/calendar-2.2.ebuild new file mode 100644 index 000000000000..889b93090b22 --- /dev/null +++ b/app-vim/calendar/calendar-2.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/calendar-2.2.ebuild,v 1.1 2010/09/30 04:30:45 radhermit Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: calendar window" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52" +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a calendar window for vim. To start it, use the +:Calendar command." |