Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/
Date: Thu, 22 Sep 2016 08:04:46
Message-Id: 1474531476.8c8f7fab12401c030d17e8c8cb39b8b4a0316c27.monsieurp@gentoo
1 commit: 8c8f7fab12401c030d17e8c8cb39b8b4a0316c27
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 08:04:19 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 08:04:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8f7fab
7
8 app-vim/lightline: add lightline to the tree.
9
10 lightline is a light and configurable statusline/tabline for Vim.
11
12 Package-Manager: portage-2.2.28
13
14 app-vim/lightline/lightline-9999.ebuild | 22 ++++++++++++++++++++++
15 app-vim/lightline/metadata.xml | 11 +++++++++++
16 2 files changed, 33 insertions(+)
17
18 diff --git a/app-vim/lightline/lightline-9999.ebuild b/app-vim/lightline/lightline-9999.ebuild
19 new file mode 100644
20 index 00000000..e2c2c5f
21 --- /dev/null
22 +++ b/app-vim/lightline/lightline-9999.ebuild
23 @@ -0,0 +1,22 @@
24 +# Copyright 1999-2016 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI=6
29 +
30 +inherit vim-plugin
31 +
32 +if [[ ${PV} == "9999" ]] ; then
33 + inherit git-r3
34 + EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/"
35 +else
36 + SRC_URI="https://github.com/itchyny/${PN}.vim/archive/master.zip -> ${P}.zip"
37 + KEYWORDS="~amd64 ~x86"
38 +fi
39 +
40 +DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
41 +HOMEPAGE="https://github.com/itchyny/lightline.vim/"
42 +LICENSE="vim.org"
43 +VIM_PLUGIN_HELPFILES="${PN}"
44 +
45 +src_compile() { :; }
46
47 diff --git a/app-vim/lightline/metadata.xml b/app-vim/lightline/metadata.xml
48 new file mode 100644
49 index 00000000..6c8987e
50 --- /dev/null
51 +++ b/app-vim/lightline/metadata.xml
52 @@ -0,0 +1,11 @@
53 +<?xml version="1.0" encoding="UTF-8"?>
54 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
55 +<pkgmetadata>
56 + <maintainer type="project">
57 + <email>vim@g.o</email>
58 + <name>Gentoo Vim Project</name>
59 + </maintainer>
60 + <maintainer type="person">
61 + <email>monsieurp@g.o</email>
62 + </maintainer>
63 +</pkgmetadata>