diff options
author | 2015-02-09 00:38:16 +0000 | |
---|---|---|
committer | 2015-02-09 00:38:16 +0000 | |
commit | 04c9caba20eaf7b933a4198dd1191fdbd745c944 (patch) | |
tree | 548b72fe1cdb4f72a8a79fdbe46b4e98363c2797 /app-vim | |
parent | Stabilize for all. (diff) | |
download | gentoo-2-04c9caba20eaf7b933a4198dd1191fdbd745c944.tar.gz gentoo-2-04c9caba20eaf7b933a4198dd1191fdbd745c944.tar.bz2 gentoo-2-04c9caba20eaf7b933a4198dd1191fdbd745c944.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/colorschemes/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/colorschemes/colorschemes-20130124.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/app-vim/colorschemes/ChangeLog b/app-vim/colorschemes/ChangeLog index a27052e22ccf..8bd1f9d4a283 100644 --- a/app-vim/colorschemes/ChangeLog +++ b/app-vim/colorschemes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/colorschemes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/ChangeLog,v 1.84 2015/02/09 00:37:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/ChangeLog,v 1.85 2015/02/09 00:38:16 radhermit Exp $ + + 09 Feb 2015; Tim Harder <radhermit@gentoo.org> -colorschemes-20130124.ebuild: + Remove old. 09 Feb 2015; Tim Harder <radhermit@gentoo.org> colorschemes-20140623-r1.ebuild: diff --git a/app-vim/colorschemes/colorschemes-20130124.ebuild b/app-vim/colorschemes/colorschemes-20130124.ebuild deleted file mode 100644 index a1277ca126aa..000000000000 --- a/app-vim/colorschemes/colorschemes-20130124.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/colorschemes-20130124.ebuild,v 1.11 2014/04/20 10:22:30 ulm Exp $ - -EAPI=5 - -inherit vim-plugin eutils - -DESCRIPTION="vim plugin: a collection of color schemes from vim.org" -HOMEPAGE="http://www.vim.org/" - -LICENSE="vim GPL-2 GPL-2+ GPL-3 GPL-3+ MIT BSD WTFPL-2 public-domain vim.org" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a collection of color schemes for vim. To switch -color schemes, use :colorscheme schemename (tab completion is available -for scheme names). To automatically set a scheme at startup, please see -:help vimrc." - -src_prepare() { - EPATCH_SOURCE="${S}/patches" \ - EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" \ - epatch - rm -rf patches/ -} |