Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/colorsel
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/ChangeLog,v 1.13 2008/04/26 21:18:00 ricmm Exp $
26 Apr 2008;
Drop to ~mips due to unstable deps
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
07 Apr 2006; Bryan Østergaard
24 Apr 2005; Michael Hanselmann
colorsel-20040416.ebuild:
Stable on ppc.
18 Feb 2005; Tom Martin
amd64 stable.
03 Sep 2004; Ciaran McCreesh
Help text, bug #62559
20 Aug 2004; Ciaran McCreesh
Stable on x86
13 Jul 2004; Tom Martin
Marked ~amd64.
12 May 2004; Ciaran McCreesh
Stable on sparc, mips
17 Apr 2004; David Holm
Added to ~ppc.
*colorsel-20040416 (16 Apr 2004)
16 Apr 2004; Ciaran McCreesh
+colorsel-20040416.ebuild:
Initial version
DIST colorsel-20040416.tar.bz2 3515 RMD160 852d84c88f692e2ae20065103f4e829a46a52a6c SHA1 bc4b6b3aecd0f08ff26b6304346a38940e57e0ad SHA256 098c992b22b80696ad5660122b103a0d7dea67108c5b148a20b70a331bccb84e
EBUILD colorsel-20040416.ebuild 1067 RMD160 9f291955eb6f86aa9bf058796f3c3f112f2cd5c9 SHA1 d508442090138d2c122f18baeb2727dc9f912cfa SHA256 782356f84da3aa3c0a465e5b4dc22f9fe1e581b24f227111c47a24f3a704de26
MISC ChangeLog 1316 RMD160 382edcda11e547b055d606ac2f7467663ea7f661 SHA1 28a3829b4b3668259af1f3ee70735cc6644091ad SHA256 47fb8022f106668e434c45325ede5f2c8eb96b1b27612a1e3818b8959c412fae
MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a
# 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.13 2008/04/26 21:18:00 ricmm 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."