diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-04-16 22:41:35 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-04-16 22:41:35 +0000 |
commit | 2f5fe077077f0c7afffc21382e6d352b47c9fa49 (patch) | |
tree | 56cb76ac2ce31c43799fd893632621a1a65fae18 /app-vim | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-2f5fe077077f0c7afffc21382e6d352b47c9fa49.tar.gz gentoo-2-2f5fe077077f0c7afffc21382e6d352b47c9fa49.tar.bz2 gentoo-2-2f5fe077077f0c7afffc21382e6d352b47c9fa49.zip |
shiny new package goodness
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/colorsel/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/colorsel/Manifest | 2 | ||||
-rw-r--r-- | app-vim/colorsel/colorsel-20040416.ebuild | 24 | ||||
-rw-r--r-- | app-vim/colorsel/files/digest-colorsel-20040416 | 1 | ||||
-rw-r--r-- | app-vim/colorsel/metadata.xml | 9 |
5 files changed, 46 insertions, 0 deletions
diff --git a/app-vim/colorsel/ChangeLog b/app-vim/colorsel/ChangeLog new file mode 100644 index 000000000000..f4cd3e2d7cb3 --- /dev/null +++ b/app-vim/colorsel/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/colorsel +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/ChangeLog,v 1.1 2004/04/16 22:41:35 ciaranm Exp $ + +*colorsel-20040416 (16 Apr 2004) + + 16 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> +metadata.xml, + +colorsel-20040416.ebuild: + Initial version + diff --git a/app-vim/colorsel/Manifest b/app-vim/colorsel/Manifest new file mode 100644 index 000000000000..37bb2f44620c --- /dev/null +++ b/app-vim/colorsel/Manifest @@ -0,0 +1,2 @@ +MD5 4fe1a32fcda5dfffb4b7fff3bc74ebc9 colorsel-20040416.ebuild 873 +MD5 9b9303a673bd0d0add94b64850949cab files/digest-colorsel-20040416 68 diff --git a/app-vim/colorsel/colorsel-20040416.ebuild b/app-vim/colorsel/colorsel-20040416.ebuild new file mode 100644 index 000000000000..921b9a7ff5a3 --- /dev/null +++ b/app-vim/colorsel/colorsel-20040416.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/colorsel-20040416.ebuild,v 1.1 2004/04/16 22:41:35 ciaranm 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="~sparc ~x86 ~mips" +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" +} diff --git a/app-vim/colorsel/files/digest-colorsel-20040416 b/app-vim/colorsel/files/digest-colorsel-20040416 new file mode 100644 index 000000000000..57417c38cc20 --- /dev/null +++ b/app-vim/colorsel/files/digest-colorsel-20040416 @@ -0,0 +1 @@ +MD5 be4df23897973f9c67681c2effed9927 colorsel-20040416.tar.bz2 3515 diff --git a/app-vim/colorsel/metadata.xml b/app-vim/colorsel/metadata.xml new file mode 100644 index 000000000000..3a147a175714 --- /dev/null +++ b/app-vim/colorsel/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +<maintainer> + <email>ciaranm@gentoo.org</email> + <name>Ciaran McCreesh</name> +</maintainer> +</pkgmetadata> |