From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/perlomni/
Date: Fri, 23 Sep 2016 22:25:58 +0000 (UTC) [thread overview]
Message-ID: <1474669557.79f467450adbe10133eb2706cf7ba27f4057a236.monsieurp@gentoo> (raw)
commit: 79f467450adbe10133eb2706cf7ba27f4057a236
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 22:25:39 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 22:25:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f46745
app-vim/perlomni: add perlomni to the tree.
perl-completion is a plugin which supports basic Perl completion for vim.
Package-Manager: portage-2.2.28
app-vim/perlomni/Manifest | 1 +
app-vim/perlomni/metadata.xml | 11 +++++++++++
app-vim/perlomni/perlomni-2.5.ebuild | 28 ++++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/app-vim/perlomni/Manifest b/app-vim/perlomni/Manifest
new file mode 100644
index 00000000..fdd2bcd
--- /dev/null
+++ b/app-vim/perlomni/Manifest
@@ -0,0 +1 @@
+DIST perlomni-2.5.zip 26871 SHA256 b13f8ed41ecdfa779875c48ac2df1241272ac03cef53271054dc6e9c0b011288 SHA512 aeb4bb6efef859145a942271ac4e08c99af3aed45024ca2d5affe2e72c356fa4e8f9cef78ff8a1796426ec9d2339ea2b83f07b224a1b4b98598aec5f6f45b0d7 WHIRLPOOL a8f62ff6c7a0535d0177bea205206505ad3d578c50a2ce8880fa2cfb32ba3e8fa6f750908ec846ac0a7b2af546c34043676c8747b11504487e178f93ecbc4089
diff --git a/app-vim/perlomni/metadata.xml b/app-vim/perlomni/metadata.xml
new file mode 100644
index 00000000..6c8987e
--- /dev/null
+++ b/app-vim/perlomni/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild
new file mode 100644
index 00000000..28b0746
--- /dev/null
+++ b/app-vim/perlomni/perlomni-2.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Perl omni completion"
+HOMEPAGE="https://github.com/c9s/perlomni.vim"
+SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.zip -> ${P}.zip"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+ app-arch/unzip
+ dev-lang/perl"
+
+S="${WORKDIR}/${PN}.vim-${PV}"
+
+src_prepare() {
+ default
+ rm -v Makefile config.mk README.mkd README.mkd.old win32-install.bat TODO || die
+}
+
+src_compile() {
+ :;
+}
next reply other threads:[~2016-09-23 22:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-23 22:25 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-15 12:32 [gentoo-commits] repo/gentoo:master commit in: app-vim/perlomni/ Patrice Clement
2019-08-29 11:39 David Seifert
2023-12-09 19:35 Arthur Zamarin
2023-12-09 19:38 Arthur Zamarin
2023-12-09 21:22 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1474669557.79f467450adbe10133eb2706cf7ba27f4057a236.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox