diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-07-10 19:10:44 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-07-10 19:10:44 +0000 |
commit | 46b0b6e239e2d6986382484072f91a25cce473c1 (patch) | |
tree | 014dd2d9f75adfda54af14c1dc43dc58052b45a4 /app-vim | |
parent | Remove ppc64 keyword from 2.18.0, as they don't have a keyword on gnome-power... (diff) | |
download | gentoo-2-46b0b6e239e2d6986382484072f91a25cce473c1.tar.gz gentoo-2-46b0b6e239e2d6986382484072f91a25cce473c1.tar.bz2 gentoo-2-46b0b6e239e2d6986382484072f91a25cce473c1.zip |
Version bump.
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/colorschemes/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/colorschemes/colorschemes-20070707.ebuild | 35 | ||||
-rw-r--r-- | app-vim/colorschemes/files/digest-colorschemes-20070707 | 3 |
3 files changed, 45 insertions, 1 deletions
diff --git a/app-vim/colorschemes/ChangeLog b/app-vim/colorschemes/ChangeLog index 55ced3e14a84..17bef0d8790f 100644 --- a/app-vim/colorschemes/ChangeLog +++ b/app-vim/colorschemes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/colorschemes # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/ChangeLog,v 1.26 2007/02/21 23:55:23 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/ChangeLog,v 1.27 2007/07/10 19:10:44 nelchael Exp $ + +*colorschemes-20070707 (10 Jul 2007) + + 10 Jul 2007; Krzysiek Pawlik <nelchael@gentoo.org> + +colorschemes-20070707.ebuild: + Version bump. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-vim/colorschemes/colorschemes-20070707.ebuild b/app-vim/colorschemes/colorschemes-20070707.ebuild new file mode 100644 index 000000000000..d9af05a93307 --- /dev/null +++ b/app-vim/colorschemes/colorschemes-20070707.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/colorschemes-20070707.ebuild,v 1.1 2007/07/10 19:10:44 nelchael Exp $ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: a collection of color schemes from vim.org" +HOMEPAGE="http://www.vim.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="vim GPL-2 public-domain as-is" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +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_unpack() { + + unpack ${A} + + cd "${S}" + + EPATCH_SOURCE="${S}/patches" + EPATCH_SUFFIX="patch" + EPATCH_FORCE="yes" + epatch + + einfo "Fixing line endings" + find . -name '*.vim' -exec sed -i -e 's,\r,\n,g' {} \; + +} diff --git a/app-vim/colorschemes/files/digest-colorschemes-20070707 b/app-vim/colorschemes/files/digest-colorschemes-20070707 new file mode 100644 index 000000000000..a181295a3edf --- /dev/null +++ b/app-vim/colorschemes/files/digest-colorschemes-20070707 @@ -0,0 +1,3 @@ +MD5 316de89730b1fafed11eb1e996d28602 colorschemes-20070707.tar.bz2 128853 +RMD160 c8a922771d8a24ec3ceda2ae3bdd8eb342e1a0b5 colorschemes-20070707.tar.bz2 128853 +SHA256 e07cdabf1419ce52b55d18bae7fca28ab8ff6fb5a6c8ed0aaf195853dcfce15c colorschemes-20070707.tar.bz2 128853 |