app-vim/ackvim: Add ebuild to the tree.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 12 May 2016 13:07:42 +0000 (13:07 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 12 May 2016 13:17:46 +0000 (13:17 +0000)
Package-Manager: portage-2.2.26

app-vim/ackvim/Manifest [new file with mode: 0644]
app-vim/ackvim/ackvim-1.0.9.ebuild [new file with mode: 0644]
app-vim/ackvim/metadata.xml [new file with mode: 0644]

diff --git a/app-vim/ackvim/Manifest b/app-vim/ackvim/Manifest
new file mode 100644 (file)
index 0000000..9096bdc
--- /dev/null
@@ -0,0 +1 @@
+DIST ack.vim-1.0.9.zip 11910 SHA256 b479b04a94ddc4dd29bb9b525ba5e35f4925a96e92dd90a65120f225fd4fb241 SHA512 fc973144e4f82ee76f72709ab3755ed8c8fae0e3f9058d97cb4a19fb81cfb21aac4f0976e2fabfdbed67b9a2220732e335b81666ee42a31d9b4339881024cf10 WHIRLPOOL d4b4864d8dfcb41d0222a8f5bd81f3f3d64d4796b09ed3aff0ac347fb424246e165f6dfa2177723fa7805bed4b07c0973febbff9b7525bf0d6e4aa8467e8d8b1
diff --git a/app-vim/ackvim/ackvim-1.0.9.ebuild b/app-vim/ackvim/ackvim-1.0.9.ebuild
new file mode 100644 (file)
index 0000000..877e0de
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+MY_PN="ack.vim"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="vim plugin: run ack from within vim"
+HOMEPAGE="https://github.com/mileszs/ack.vim"
+SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+S="${WORKDIR}/${MY_P}"
diff --git a/app-vim/ackvim/metadata.xml b/app-vim/ackvim/metadata.xml
new file mode 100644 (file)
index 0000000..8fafbfe
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>monsieurp@gentoo.org</email>
+               <name>Patrice Clement</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>vim@gentoo.org</email>
+               <name>Gentoo Vim Project</name>
+       </maintainer>
+</pkgmetadata>