summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-10-01 07:02:59 +0000
committerTim Harder <radhermit@gentoo.org>2010-10-01 07:02:59 +0000
commit568ad3b856aa665adf4dc81ee417ba9b0339d91c (patch)
tree3f48c59bfcd28500bfd3bdc005ec47e9781e806c /app-vim/colorsel
parentapgdiff: updated application homepage information (diff)
downloadgentoo-2-568ad3b856aa665adf4dc81ee417ba9b0339d91c.tar.gz
gentoo-2-568ad3b856aa665adf4dc81ee417ba9b0339d91c.tar.bz2
gentoo-2-568ad3b856aa665adf4dc81ee417ba9b0339d91c.zip
Version bump. Update to EAPI=3 and drop the non-GUI sed hack since the issue was fixed upstream.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/colorsel')
-rw-r--r--app-vim/colorsel/ChangeLog10
-rw-r--r--app-vim/colorsel/colorsel-20100406.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/app-vim/colorsel/ChangeLog b/app-vim/colorsel/ChangeLog
index 9ea0e3c2c1dd..9b613916d00f 100644
--- a/app-vim/colorsel/ChangeLog
+++ b/app-vim/colorsel/ChangeLog
@@ -1,6 +1,12 @@
# 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.14 2008/09/20 13:59:45 hawking Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/ChangeLog,v 1.15 2010/10/01 07:02:59 radhermit Exp $
+
+*colorsel-20100406 (01 Oct 2010)
+
+ 01 Oct 2010; Tim Harder <radhermit@gentoo.org> +colorsel-20100406.ebuild:
+ Version bump. Update to EAPI=3 and drop the non-GUI sed hack since the
+ issue was fixed upstream.
*colorsel-20051121 (20 Sep 2008)
diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild
new file mode 100644
index 000000000000..c83c1fd438dc
--- /dev/null
+++ b/app-vim/colorsel/colorsel-20100406.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/colorsel-20100406.ebuild,v 1.1 2010/10/01 07:02:59 radhermit Exp $
+
+EAPI=3
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: RGB / HSV color selector"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=927"
+SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip"
+LICENSE="public-domain"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+DEPEND="app-arch/unzip"
+RDEPEND=">=app-editors/gvim-7.0"
+
+S="${WORKDIR}"