summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2013-08-23 23:43:04 -0700
committerPatrick McLean <chutzpah@gentoo.org>2013-08-23 23:43:04 -0700
commite890f5e898620ef438fc33d3858103ceba74ce90 (patch)
treeb342b388736c8a1db0e186b0305f38dc8ed1e2a7 /app-vim/hexman/hexman-0.7.2.ebuild
parentnet-im/pidgin: version bump (diff)
downloadchutzpah-e890f5e898620ef438fc33d3858103ceba74ce90.tar.gz
chutzpah-e890f5e898620ef438fc33d3858103ceba74ce90.tar.bz2
chutzpah-e890f5e898620ef438fc33d3858103ceba74ce90.zip
app-vim/hexman: new package, the hexman vim plugin
Diffstat (limited to 'app-vim/hexman/hexman-0.7.2.ebuild')
-rw-r--r--app-vim/hexman/hexman-0.7.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/hexman/hexman-0.7.2.ebuild b/app-vim/hexman/hexman-0.7.2.ebuild
new file mode 100644
index 0000000..e2ef6aa
--- /dev/null
+++ b/app-vim/hexman/hexman-0.7.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/undotree/undotree-4.3.ebuild,v 1.1 2013/02/21 07:39:35 radhermit Exp $
+
+EAPI=5
+
+inherit vim-plugin
+
+MY_PN="${PN}.vim"
+EXTRA_VER="d332b71"
+
+DESCRIPTION="vim plugin: Simpler Hex viewing and editing"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=666"
+SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
+LICENSE="as-is"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/vim-scripts-${MY_PN}-${EXTRA_VER}"