summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-05-20 08:10:15 +0000
committerTim Harder <radhermit@gentoo.org>2011-05-20 08:10:15 +0000
commit6b477dc972bca3e8e70f6d9538555fa5716578b5 (patch)
treee0da065388156883420ed4400330715c66466172 /app-vim/gist
parentpkg-config is still needed for USE=test, and USE=test will trigger circular d... (diff)
downloadgentoo-2-6b477dc972bca3e8e70f6d9538555fa5716578b5.tar.gz
gentoo-2-6b477dc972bca3e8e70f6d9538555fa5716578b5.tar.bz2
gentoo-2-6b477dc972bca3e8e70f6d9538555fa5716578b5.zip
Initial import.
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/gist')
-rw-r--r--app-vim/gist/ChangeLog10
-rw-r--r--app-vim/gist/gist-4.9.ebuild29
-rw-r--r--app-vim/gist/metadata.xml5
3 files changed, 44 insertions, 0 deletions
diff --git a/app-vim/gist/ChangeLog b/app-vim/gist/ChangeLog
new file mode 100644
index 000000000000..67aa14bcc0a0
--- /dev/null
+++ b/app-vim/gist/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-vim/gist
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gist/ChangeLog,v 1.1 2011/05/20 08:10:15 radhermit Exp $
+
+*gist-4.9 (20 May 2011)
+
+ 20 May 2011; Tim Harder <radhermit@gentoo.org> +gist-4.9.ebuild,
+ +metadata.xml:
+ Initial import.
+
diff --git a/app-vim/gist/gist-4.9.ebuild b/app-vim/gist/gist-4.9.ebuild
new file mode 100644
index 000000000000..04e4c6d4b5ee
--- /dev/null
+++ b/app-vim/gist/gist-4.9.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gist/gist-4.9.ebuild,v 1.1 2011/05/20 08:10:15 radhermit Exp $
+
+EAPI=4
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: interact with gists (gist.github.com)"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-misc/curl
+ dev-vcs/git"
+
+VIM_PLUGIN_HELPFILES="gist.txt"
+
+src_prepare() {
+ # There's good documentation included with the script, but it's not
+ # in a helpfile. Since there's rather too much information to include
+ # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
+ mkdir "${S}"/doc
+ sed -e '0,/"=\+$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \
+ -e 's/\(File: \)\([^.]\+\)\.vim/\1*\2.txt*/' \
+ plugin/gist.vim \
+ > doc/gist.txt
+}
diff --git a/app-vim/gist/metadata.xml b/app-vim/gist/metadata.xml
new file mode 100644
index 000000000000..d221a8d4b42c
--- /dev/null
+++ b/app-vim/gist/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>