summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-04-16 22:41:35 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-04-16 22:41:35 +0000
commita4ee1a960e1dc96e2fdff2448098ed6e6eef7346 (patch)
tree4f7317e5cd9145fdd5f8c885912a7eb00de73a93 /app-vim/colorsel
parent~amd64 (diff)
downloadhistorical-a4ee1a960e1dc96e2fdff2448098ed6e6eef7346.tar.gz
historical-a4ee1a960e1dc96e2fdff2448098ed6e6eef7346.tar.bz2
historical-a4ee1a960e1dc96e2fdff2448098ed6e6eef7346.zip
shiny new package goodness
Diffstat (limited to 'app-vim/colorsel')
-rw-r--r--app-vim/colorsel/ChangeLog10
-rw-r--r--app-vim/colorsel/Manifest4
-rw-r--r--app-vim/colorsel/colorsel-20040416.ebuild24
-rw-r--r--app-vim/colorsel/files/digest-colorsel-200404161
-rw-r--r--app-vim/colorsel/metadata.xml9
5 files changed, 48 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..ad41c8c205cb
--- /dev/null
+++ b/app-vim/colorsel/Manifest
@@ -0,0 +1,4 @@
+MD5 09007e271dd8b9f35e726d120b4eaf3a ChangeLog 364
+MD5 9505f4a3e8bbbcb515a1fbd18d3dc7ba colorsel-20040416.ebuild 881
+MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
+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>