diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/colorsel/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/colorsel/colorsel-20040416.ebuild | 29 | ||||
-rw-r--r-- | app-vim/colorsel/colorsel-20051121.ebuild | 29 |
3 files changed, 5 insertions, 59 deletions
diff --git a/app-vim/colorsel/ChangeLog b/app-vim/colorsel/ChangeLog index 56a6d0ddb477..9c68432c7e55 100644 --- a/app-vim/colorsel/ChangeLog +++ b/app-vim/colorsel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/colorsel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/ChangeLog,v 1.19 2011/01/07 22:20:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/ChangeLog,v 1.20 2011/01/07 23:22:26 radhermit Exp $ + + 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -colorsel-20040416.ebuild, + -colorsel-20051121.ebuild: + Remove old 07 Jan 2011; Brent Baude <ranger@gentoo.org> colorsel-20100406.ebuild: stable ppc, bug 345047 diff --git a/app-vim/colorsel/colorsel-20040416.ebuild b/app-vim/colorsel/colorsel-20040416.ebuild deleted file mode 100644 index 7a1d6869cf9d..000000000000 --- a/app-vim/colorsel/colorsel-20040416.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/colorsel-20040416.ebuild,v 1.14 2008/09/20 13:59:45 hawking Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: RGB / HSV color selector" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=927" -LICENSE="public-domain" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" -IUSE="" -RDEPEND=">=app-editors/gvim-6.2" - -function src_unpack() { - unpack ${A} - - # This plugin tests whether the GUI is present and barfs if not. We - # don't want this, since we don't have a gvim-specific plugins - # directory. Instead, we'll do a bit of sed-fu to make it just do - # nothing in non-GUI mode. - sed -i \ - -e "s:echoerr 'Color selector needs GUI':\" mmm, cookies':" \ - "${S}"/plugin/${PN}.vim \ - || die "d'oh! sed magic didn't work, call an ambulance" -} - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a color selector for vim. Use :ColorSel to start -the selector. This command is only available when vim is run in GUI mode." diff --git a/app-vim/colorsel/colorsel-20051121.ebuild b/app-vim/colorsel/colorsel-20051121.ebuild deleted file mode 100644 index a9d62ddecbc7..000000000000 --- a/app-vim/colorsel/colorsel-20051121.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/colorsel-20051121.ebuild,v 1.1 2008/09/20 13:59:45 hawking Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: RGB / HSV color selector" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=927" -LICENSE="public-domain" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="" -RDEPEND=">=app-editors/gvim-6.2" - -function src_unpack() { - unpack ${A} - - # This plugin tests whether the GUI is present and barfs if not. We - # don't want this, since we don't have a gvim-specific plugins - # directory. Instead, we'll do a bit of sed-fu to make it just do - # nothing in non-GUI mode. - sed -i \ - -e "s:echoerr 'Color selector needs GUI':\" mmm, cookies':" \ - "${S}"/plugin/${PN}.vim \ - || die "d'oh! sed magic didn't work, call an ambulance" -} - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a color selector for vim. Use :ColorSel to start -the selector. This command is only available when vim is run in GUI mode." |