Gentoo Archives: gentoo-commits

From: Naohiro Aota <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: app-vim/vinarise/
Date: Sat, 07 Apr 2012 01:20:55
Message-Id: 1333761585.c9147b7757e95ff110a6ea842566f7f49aa16901.naota@gentoo
1 commit: c9147b7757e95ff110a6ea842566f7f49aa16901
2 Author: Naohiro Aota <naota <AT> elisp <DOT> net>
3 AuthorDate: Sat Apr 7 01:19:45 2012 +0000
4 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 01:19:45 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=c9147b77
7
8 app-vim/vinarise: New package
9
10 (Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key F8551514)
11
12 ---
13 app-vim/vinarise/ChangeLog | 6 ++++++
14 app-vim/vinarise/metadata.xml | 7 +++++++
15 app-vim/vinarise/vinarise-9999.ebuild | 28 ++++++++++++++++++++++++++++
16 3 files changed, 41 insertions(+), 0 deletions(-)
17
18 diff --git a/app-vim/vinarise/ChangeLog b/app-vim/vinarise/ChangeLog
19 new file mode 100644
20 index 0000000..bf19def
21 --- /dev/null
22 +++ b/app-vim/vinarise/ChangeLog
23 @@ -0,0 +1,6 @@
24 +*vinarise-9999 (07 Apr 2012)
25 +
26 + 07 Apr 2012; Naohiro Aota <naota@g.o> +metadata.xml,
27 + +vinarise-9999.ebuild:
28 + app-vim/vinarise: New package
29 +
30
31 diff --git a/app-vim/vinarise/metadata.xml b/app-vim/vinarise/metadata.xml
32 new file mode 100644
33 index 0000000..b32ed98
34 --- /dev/null
35 +++ b/app-vim/vinarise/metadata.xml
36 @@ -0,0 +1,7 @@
37 +<?xml version="1.0" encoding="UTF-8"?>
38 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
39 +<pkgmetadata>
40 +<maintainer>
41 + <email>naota@g.o</email>
42 +</maintainer>
43 +</pkgmetadata>
44
45 diff --git a/app-vim/vinarise/vinarise-9999.ebuild b/app-vim/vinarise/vinarise-9999.ebuild
46 new file mode 100644
47 index 0000000..c010d67
48 --- /dev/null
49 +++ b/app-vim/vinarise/vinarise-9999.ebuild
50 @@ -0,0 +1,28 @@
51 +# Copyright 1999-2012 Gentoo Foundation
52 +# Distributed under the terms of the GNU General Public License v2
53 +# $Header: $
54 +
55 +EAPI=4
56 +
57 +inherit git-2 vim-plugin
58 +
59 +EGIT_REPO_URI="git://github.com/Shougo/vinarise.git
60 + https://github.com/Shougo/vinarise.git"
61 +
62 +DESCRIPTION="Ultimate hex editing system with Vim"
63 +HOMEPAGE="https://github.com/Shougo/vinarise"
64 +SRC_URI=""
65 +
66 +LICENSE="MIT"
67 +SLOT="0"
68 +KEYWORDS="~amd64"
69 +IUSE=""
70 +
71 +DEPEND=""
72 +RDEPEND="app-vim/unite"
73 +
74 +VIM_PLUGIN_HELPFILES="vinarise"
75 +
76 +src_prepare() {
77 + rm -rf .git autoload/vital.vim || die
78 +}