diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-02 05:03:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-02 05:03:48 +0000 |
commit | 378cb23649fc535234524248e547b740ac2e0b84 (patch) | |
tree | 606ab3545298bacec785bbd40abdc2408e08fb96 /app-vim/calendar | |
parent | Version bump. (diff) | |
download | gentoo-2-378cb23649fc535234524248e547b740ac2e0b84.tar.gz gentoo-2-378cb23649fc535234524248e547b740ac2e0b84.tar.bz2 gentoo-2-378cb23649fc535234524248e547b740ac2e0b84.zip |
Remove old.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/calendar')
-rw-r--r-- | app-vim/calendar/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/calendar/calendar-2.2.ebuild | 15 |
2 files changed, 4 insertions, 16 deletions
diff --git a/app-vim/calendar/ChangeLog b/app-vim/calendar/ChangeLog index 83f372de2168..a7623b0fcb9d 100644 --- a/app-vim/calendar/ChangeLog +++ b/app-vim/calendar/ChangeLog @@ -1,6 +1,9 @@ # 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.38 2012/02/01 20:54:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/ChangeLog,v 1.39 2012/09/02 05:03:48 radhermit Exp $ + + 02 Sep 2012; Tim Harder <radhermit@gentoo.org> -calendar-2.2.ebuild: + Remove old. 01 Feb 2012; Brent Baude <ranger@gentoo.org> calendar-2.5.ebuild: Marking calendar-2.5 ppc for bug 393565 diff --git a/app-vim/calendar/calendar-2.2.ebuild b/app-vim/calendar/calendar-2.2.ebuild deleted file mode 100644 index 63b71006c2ab..000000000000 --- a/app-vim/calendar/calendar-2.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2011 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.6 2011/12/17 19:02:56 armin76 Exp $ - -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" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a calendar window for vim. To start it, use the -:Calendar command." |